0.4.1 • Published 1 year ago

tree-fiddy v0.4.1

Weekly downloads
2
License
ISC
Repository
github
Last release
1 year ago

node-tree-fiddy

Don't use this, you can easily setup a shell alias: https://gist.github.com/gerrard00/405266273b22c81e3cfa9241608de05f

The tree utility is very useful, unless you are in a folder that contains something like a node project. When used in a folder like that you just wind up seeing hundreds of files from your node_modules folder. This is a hacky replacement that does not show ignored files based on your .gitignore file.

At this point it's in a super alpha state. I'll keep improving it as time allows.

Usage

# install yo
npm install --global tree-fiddy

# run it
node-tree-fiddy .

You may want to setup an alias to use tree-fiddy instead of tree:

alias tree='node-tree-fiddy'
0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago