Skip to content

A tiny cli that to help you move around your file system blazingly flast!!!

License

Notifications You must be signed in to change notification settings

Coko7/kizaru-warp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kizaru-warp

kizaru-warp project banner and logo

kizaru-warp is a tiny cli that relies on fzf to help you move around your file system blazingly flast!!!

Setup

  1. This CLI requires junegunn/fzf to be installed in order to function properly. Make sure to install it first before continuing
  2. Download kizaru-warp.sh and place it somewhere on your system
  3. Add this at the end of your shell init file (.bashrc with bash, .zshrc with zsh, etc.):
source /path/to/kizaru-warp.sh
  1. Download locations.txt and all_locations.txt and put them in $HOME/.config/kizaru-warp/ or whatever $KIZ_WARP_CFG points to.
  2. 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

About

A tiny cli that to help you move around your file system blazingly flast!!!

Topics

Resources

License

Stars

Watchers

Forks

Languages