Skip to content

Hanaasagi/kuriyama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kuriyama

Kuriyama is an interactive command to navigate history directories and switch between them quickly. It depends on Bash built-in function dirs.

asciicast

REQUIREMENTS

  • Python 3.7 and above.
  • Bash or Zsh.

INSTALLATION

git clone https://github.com/Hanaasagi/kuriyama
cd kuriyama
poetry install
mkdir ${XDG_CACHE_HOME:-~/.cache}/kuriyama

then add following lines in your zshrc.

alias d='dirs > ${XDG_CACHE_HOME:-~/.cache}/kuriyama/buffer && kuriyama && cd $(cat ${XDG_CACHE_HOME:-~/.cache}/kuriyama/target)'

LICENSE

BSD 3-Clause License, Copyright (c) 2019, 秋葉

Releases

No releases published

Packages

No packages published

Languages