mirror of
https://github.com/coko7/kizaru-warp.git
synced 2026-07-20 13:05:00 +00:00
⚡ A tiny cli that to help you move around your file system blazingly flast!!!
- Shell 100%
| all_locations.txt | ||
| kizaru-warp.sh | ||
| LICENSE | ||
| locations.txt | ||
| README.md | ||
kizaru-warp
kizaru-warp is a tiny cli that relies on fzf to help you move around your file system blazingly flast!!!
Setup
- This CLI requires junegunn/fzf to be installed in order to function properly. Make sure to install it first before continuing
- Download
kizaru-warp.shand place it somewhere on your system - Add this at the end of your shell init file (
.bashrcwith bash,.zshrcwith zsh, etc.):
source /path/to/kizaru-warp.sh
- Download
locations.txtandall_locations.txtand put them in$HOME/.config/kizaru-warp/or whatever$KIZ_WARP_CFGpoints to. - RECOMMENDED: Create two custom aliases:
alias j='kizaru-warp'
alias jj='kizaru-warp --awakened'
Usage
# Examples:
$ kizaru-warp # Normal mode with interactive fzf selection
$ kizaru-warp dl # Normal mode with instant navigation to `dl` entry
$ kizaru-warp -a # Awakened mode with interactive fzf selection
$ kizaru-warp -a dl # Awakened mode with best effort fzf auto selection