2.0.2 • Published 7 years ago

dlister v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

dlister

A npm package to list directory tree in terminal. Current version only supports 1 flag usage per call.

Installation guide

npm install dlister -g

Available flags :

--a : Adds a given expression to ignore list
--ci : Overlooks ignore list and only ignores given expressions
--cj : Joins given argument list with the ignore list
--i : Overlooks ignore list
--r : Removes given expressions from ignore list
--l : Lists current ignore list
--help : Lists available commands
--so : Adds left padding of 4 spaces

When adding or removing expressions for ignore file suround them in quotes

dlister --a ".*\.o" "node_modules" ".*\.json"

Depending on your npm installation, you might have to use sudo when running dlister. For example

sudo dlister --a "node_modules"
2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.3.0

7 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago