Kuriyama is an interactive command to navigate history directories and switch between them quickly. It depends on Bash built-in function dirs
.
- Python 3.7 and above.
- Bash or Zsh.
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)'
BSD 3-Clause License, Copyright (c) 2019, 秋葉