path-marker 0.2.3

A tool to book mark paths
path-marker-0.2.3 is not a library.

path-marker

Installation

cargo install path-maker

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'