Crates.io | jump-kun |
lib.rs | jump-kun |
version | 0.4.16 |
source | src |
created_at | 2019-09-21 02:39:27.895705 |
updated_at | 2024-11-06 01:03:22.49153 |
description | A simple directory jumper made by rust. |
homepage | |
repository | https://github.com/TakaakiFuruse/jump-kun |
max_upload_size | |
id | 166370 |
size | 773,501 |
Directory jumper made by Rust
Can you count how many times did you typed cd
on your teminal?
Typing..
cd \where\you\wanna\go
everytime is cumbersome.
Just use jump-kun.
jump-kun...
Automatically records dirs you visited and shows.
Lists parents and child dirs of current dirs
(This crate is heavyly inspired by b4b4r07's enhancd)
cargo install jump-kun
cargo install --path .
(Might work on fish or bash, but not sure...)
function jump-kun-jump(){
local selected=$(jump-kun)
if [[ -n $selected ]]; then
\cd $selected
fi
}
Then type jump-kun-jump
on your terminal.
Sorry Windows users. jump-kun is not supported on WindowsOS.
jump-kun uses skim as a user interface and skim is dependent on tuikit.
Since tuikit is not supported on Windows, I can't guarantee that my library works on Windows.
Issue