Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitjafelicijan/p9tree
tree utility for 9front/Plan9
https://github.com/mitjafelicijan/p9tree
9front plan9
Last synced: about 1 month ago
JSON representation
tree utility for 9front/Plan9
- Host: GitHub
- URL: https://github.com/mitjafelicijan/p9tree
- Owner: mitjafelicijan
- License: bsd-2-clause
- Created: 2023-10-29T15:44:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-11T13:46:58.000Z (about 1 year ago)
- Last Synced: 2023-11-11T14:32:17.429Z (about 1 year ago)
- Topics: 9front, plan9
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plan9 tree util
`tree` is written with Plan9 Operating System in mind so it may not work
with other systems.It is using [Plan9 C compiler](https://plan9.io/sys/doc/compiler.html).
## Description
Tree is a recursive directory listing program that displays files in a
hierarchical structure with indentation based on their depth. The program
outputs the listing to the terminal.If no arguments are provided, tree lists all the files in the current
directory. When directory arguments are given, tree lists all the files and
directories found within each specified directory.