https://github.com/polymeilex/vago-cli
Directory traversal CLI
https://github.com/polymeilex/vago-cli
Last synced: about 1 year ago
JSON representation
Directory traversal CLI
- Host: GitHub
- URL: https://github.com/polymeilex/vago-cli
- Owner: PolyMeilex
- Created: 2020-03-14T19:51:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T18:29:24.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T06:37:19.096Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- 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

### Example usage with fish
```fish
function vago
command vago $argv
if test $status -eq 200
cd (cat /tmp/vago-result)
end
clear
end
```