sh
cargo install path-maker
Uninstall
path-marker
zsh
cargo uninstall path-marker
~/.config/rcz
{FOLDERID_RoamingAppData}\rcz
~/Library/Preferences/rs.rcz
~/.cache/path_marker/hist.txt
sh
path-marker -- mark # marks current path
path-marker -- show # shows all paths that were marked
path-marker -- conf # shows a configuration info.
```zsh
function cdm {
cd path-marker -- show | peco
}
alias mp='path-marker -- mark'
```