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
- Host: GitHub
- URL: https://github.com/cmerd/ctree
- Owner: cMerd
- License: mit
- Created: 2024-07-15T13:27:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-05T20:47:39.000Z (over 1 year ago)
- Last Synced: 2025-04-08T08:23:20.146Z (10 months ago)
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```