https://github.com/swz-git/slashnav
Terminal folder navigator inspired by lsx
https://github.com/swz-git/slashnav
Last synced: about 1 year ago
JSON representation
Terminal folder navigator inspired by lsx
- Host: GitHub
- URL: https://github.com/swz-git/slashnav
- Owner: swz-git
- License: mit
- Created: 2022-01-20T23:23:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T19:35:49.000Z (over 4 years ago)
- Last Synced: 2025-02-17T12:15:49.179Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slashnav
Terminal folder navigator inspired by https://github.com/souvikinator/lsx.
## Install
Currently there isn't any easy way to install. You need to compile main.go into a binary called slashnav and put that into your path (could be done using `go install` in a cloned repo), then add `source path/to/your/script.sh` to your .bashrc or similar. You should now be able to use the `slash` command!
## Todo
- [x] Fix scrolling in large directories
- [ ] Better command line with options etc