Skip to content

fimars/indexme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Index ME!

Like tree command, but more format.

Installtion

npm install indexme -g

TL;DR

# run after install
indexme

# or run with npx
npx indexme

Useage

➔ 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

Recipes

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! ❤️

About

Like cmd-tree, more than cmd-tree.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published