Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willdoescode/lh
like lu but in c
https://github.com/willdoescode/lh
c ls
Last synced: 7 days ago
JSON representation
like lu but in c
- Host: GitHub
- URL: https://github.com/willdoescode/lh
- Owner: willdoescode
- Created: 2021-09-16T03:40:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T17:00:28.000Z (about 3 years ago)
- Last Synced: 2023-03-05T03:40:50.822Z (over 1 year ago)
- Topics: c, ls
- Language: C
- Homepage:
- Size: 206 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LH
![demo](demo.png)
### Build
```shell
gcc -std=c17 *.c -o lh
```### Run
```shell
./lh
```