Skip to content

xqb64/tree.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tree

A minimal tree(1) implementation.

Usage:

❯ python3 -m tree --help
usage: __main__.py [-h] [-e EXCLUDE_HIDDEN_FILES]

optional arguments:
  -h, --help            show this help message and exit
  -e EXCLUDE_HIDDEN_FILES, --exclude-hidden-files EXCLUDE_HIDDEN_FILES

For example:

❯ python3 -m tree -e .
.
┣━ tree/
┃  ┣━ __pycache__/
┃  ┃  ┣━ __init__.cpython-38.pyc
┃  ┃  ┗━ __main__.cpython-38.pyc
┃  ┣━ __init__.py
┃  ┗━ __main__.py
┣━ spam -> /home/alex/Repositories/xqb64/tree
┣━ tests/
┃  ┣━ __init__.py
┃  ┗━ test_tree.py
┣━ README.md
┣━ pyproject.toml
┗━ LICENSE

About

A tree(1) clone written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages