path-marker
Installation
cargo install path-maker
Uninstall
- uninstall
path-marker
cargo uninstall path-marker
- remove configuration file will be automatically generated on:
- Linux:
~/.config/rcz
- Windows:
{FOLDERID_RoamingAppData}\rcz
- Mac OS:
~/Library/Preferences/rs.rcz
- remove
~/.cache/path_marker/hist.txt
Usage
path-marker -- mark # marks current path
path-marker -- show # shows all paths that were marked
path-marker -- conf # shows a configuration info.
Example
# Changing directory using fuzzy find.
function cdm {
cd `path-marker -- show | peco`
}
alias mp='path-marker -- mark'
# alias ms='path-marker -- show'