https://github.com/zitrocode/itree
๐งโ๐ป A tool to show files and folders with icons in the terminal (Alternative to "tree").
https://github.com/zitrocode/itree
Last synced: 2 months ago
JSON representation
๐งโ๐ป A tool to show files and folders with icons in the terminal (Alternative to "tree").
- Host: GitHub
- URL: https://github.com/zitrocode/itree
- Owner: zitrocode
- License: mit
- Created: 2022-08-20T01:39:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T00:13:43.000Z (over 2 years ago)
- Last Synced: 2025-09-17T02:59:05.351Z (10 months ago)
- Language: TypeScript
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
---
> If you think IconTree is a support for you, please consider making a small donation so that I can continue to allocate time to do more projects like this. GitHub Sponsor.
**[IconTree](https://github.com/zitrocode/itree)** is a cli program that helps you display files and folders in the form of a tree with icons, it is inspired by the "tree" command found natively in various operating systems.
๐ง **Don't forget** to give a โญ if you like this project!
## ๐ฆ Installation
Install icon-tree your package manager:
```bash
npm install -g icon-tree
```
## ๐ Usage
```bash
itree --help
```
```bash
Usage: itree [options]
Options:
-a, --author Display information from the author of this package [boolean]
-f, --folder Display the files inside the folder you specified [string]
--folder-contents Show the content of the folder [boolean]
-w, --weight Display the weight of the files [boolean]
-v, --version Show version number [boolean]
-h, --help Show help [boolean]
```
## ๐ธ Screenshots
## ๐ License
This project is **[MIT](./LICENSE)** licensed.