tree-fiddy

0.4.1 • Public • Published

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'

Readme

Keywords

Package Sidebar

Install

npm i tree-fiddy

Weekly Downloads

0

Version

0.4.1

License

ISC

Unpacked Size

10.4 kB

Total Files

11

Last publish

Collaborators

  • gerrard00