path-marker 0.2.0

A tool to search files
path-marker-0.2.0 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
# Changing directory using fuzzy find.
function cdm {
  cd `path-marker -- show | peco`
}