Required: nodejs >= 16.x
During installation, the executable is installed using the npm link
command.
$ git clone https://github.com/AlexanderAverin/tracker.git
$ cd tracker
$ make install
Tool have 3 option: root directory (default: ), recursively (default: false ) and output format (default: "arrow style").
$ tracker -d /usr/currentDir -r true "<keyword>"
$ tracker -rootDirectory /urs/currentDir --recursively true --format list "<keyword>"