https://github.com/shresht7/fstree
Generates a tree structure representation of the file-system.
https://github.com/shresht7/fstree
Last synced: about 1 year ago
JSON representation
Generates a tree structure representation of the file-system.
- Host: GitHub
- URL: https://github.com/shresht7/fstree
- Owner: Shresht7
- License: mit
- Created: 2025-04-03T20:28:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T18:26:27.000Z (about 1 year ago)
- Last Synced: 2025-04-22T18:42:38.890Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `fstree`
Generates a tree structure representation of the file-system.
```sh
fstree
```
```
./
├── Cargo.lock
├── Cargo.toml
├── LICENSE
├── README.md
├── src/
│ ├── cli.rs
│ └── main.rs
```
---
## 📄 License
This project is licensed under the [MIT License](./LICENSE).