Like tree command, but more format.
npm install indexme -g
# run after install
indexme
# or run with npx
npx indexme
➔ indexme --help
Usage: indexme [options] path
Options:
-V, --version output the version number
-i, --ignore [globs] A ignore list
-m, --mode [value] markdown[default], pure, tree
-d, --deep [n] >=1, default=2
-h, --help output usage information
In terminal, quick open files.
➔ indexme -i node_modules,.git
# Then click your file path, quick open your file.
Index your markdown notes.
➔ indexme notes -i README.md > notes/README.md
Tree your node.js project.
➔ indexme -i _*,.*,node_modules -m tree
Enjoy! ❤️