Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoshi-roberts/firn
A interactive ls.
https://github.com/yoshi-roberts/firn
Last synced: about 1 month ago
JSON representation
A interactive ls.
- Host: GitHub
- URL: https://github.com/yoshi-roberts/firn
- Owner: yoshi-roberts
- Created: 2024-04-17T14:35:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T21:24:38.000Z (8 months ago)
- Last Synced: 2024-11-06T21:43:14.833Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firn
A interactive ls.
> Only works on Linux.## Build
`make all`
## Usage
`firn [path]`
If no path is provided the current directory will be opened.
Deleted files are moved to ~/.trash## Key Bindings
* h (up directory)
* j (down)
* k (up)
* l (down directory)
* d (delete)
* SPACE (select)