An open API service indexing awesome lists of open source software.

https://github.com/cmerd/ctree

tree command but better
https://github.com/cmerd/ctree

Last synced: 6 days ago
JSON representation

tree command but better

Awesome Lists containing this project

README

          

# ctree
`tree` command but better

# Installation
```bash
git clone https://github.com/cMerd/ctree.git
cd ctree
g++ ctree.cpp -o ctree
sudo cp ctree /bin/ctree
```

# Usage
```bash
> ctree --help
ctree: v 0.1.2
Shows a tree of files.
Arguments:
-h, --help: show this help menu
-v, --version: show version
-s, --show-hidden: show hidden files too
-u, --unsort: don't sort files by name
-m, --summary: show number of files and directories
```