9 releases

new 0.3.5 Nov 23, 2024
0.3.4 Aug 19, 2024
0.2.4 Sep 22, 2022
0.1.1 Sep 19, 2022

#1068 in Command line utilities

Download history 145/week @ 2024-08-17 10/week @ 2024-08-24 16/week @ 2024-09-14 9/week @ 2024-09-21 7/week @ 2024-09-28 1/week @ 2024-10-05

521 downloads per month

MIT/Apache

9KB
183 lines

path-marker

Installation

cargo install path-maker
Uninstall
  1. uninstall path-marker
cargo uninstall path-marker
  1. remove configuration file will be automatically generated on:
  • Linux: ~/.config/rcz
  • Windows: {FOLDERID_RoamingAppData}\rcz
  • Mac OS: ~/Library/Preferences/rs.rcz
  1. 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'

Dependencies

~5.5MB
~98K SLoC