Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coko7/kizaru-warp
A tiny cli that to help you move around your file system blazingly flast!!!
https://github.com/coko7/kizaru-warp
autojump one-piece zoxide
Last synced: about 2 months ago
JSON representation
A tiny cli that to help you move around your file system blazingly flast!!!
- Host: GitHub
- URL: https://github.com/coko7/kizaru-warp
- Owner: Coko7
- License: gpl-3.0
- Created: 2024-07-12T05:33:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T14:26:51.000Z (6 months ago)
- Last Synced: 2024-07-18T18:12:57.099Z (6 months ago)
- Topics: autojump, one-piece, zoxide
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kizaru-warp
`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](https://github.com/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.):
```shell
source /path/to/kizaru-warp.sh
```
4. Download `locations.txt` and `all_locations.txt` and put them in `$HOME/.config/kizaru-warp/` or whatever `$KIZ_WARP_CFG` points to.
5. *RECOMMENDED:* Create two custom aliases:
```shell
alias j='kizaru-warp'
alias jj='kizaru-warp --awakened'
```## Usage
```shell
# 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
```