path-marker-0.2.1 is not a library.
path-marker
Installation
Usage
# Changing directory using fuzzy find.
cargo install path-maker
path-marker -- mark # marks current path
path-marker -- show # shows all paths that were marked
path-marker -- conf # shows a configuration info.
# Changing directory using fuzzy find.
function cdm {
cd `path-marker -- show | peco`
}