Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polymeilex/vago-cli
Directory traversal CLI
https://github.com/polymeilex/vago-cli
Last synced: 1 day ago
JSON representation
Directory traversal CLI
- Host: GitHub
- URL: https://github.com/polymeilex/vago-cli
- Owner: PolyMeilex
- Created: 2020-03-14T19:51:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T18:29:24.000Z (over 1 year ago)
- Last Synced: 2024-12-18T06:34:33.846Z (4 days ago)
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vago-cli
Quick and easy CLI way to traverse directiories with fuzzy matching![image](https://github.com/PolyMeilex/vago-cli/assets/20758186/d180e8da-5786-48ba-bbf3-7a6cbc684fd2)
### Example usage with fish
```fish
function vago
command vago $argv
if test $status -eq 200
cd (cat /tmp/vago-result)
end
clear
end
```