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

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.

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).