Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Usage: tree_plus_cli.py [OPTIONS] [PATHS]...
Override DEFAULT_IGNORE: Only ignore .ini files.
> tree_plus -o -i "*.ini" tests/dot_dot

Syntax Highlight python files in src and tests
> tree_plus -s tree_plus_src/*.py tests/*.py
Disable syntax highlighting for python files in src and tests
> tree_plus -s tree_plus_src/*.py tests/*.py

Concise Mode (No Parsing)
> tree_plus -c
Expand Down
2 changes: 1 addition & 1 deletion tree_plus_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def main(
> tree_plus -o -i "*.ini" tests/dot_dot

\b
Syntax Highlight python files in src and tests
Disable syntax highlighting for python files in src and tests
> tree_plus -s tree_plus_src/*.py tests/*.py

\b
Expand Down
Loading