path-marker

Crates.iopath-marker
lib.rspath-marker
version0.3.5
sourcesrc
created_at2022-09-19 09:43:18.28849
updated_at2024-11-23 07:57:32.421578
descriptionA tool to book mark paths
homepagehttps://github.com/Cassin01/path-marker
repositoryhttps://github.com/Casin01/path-marker
max_upload_size
id669005
size22,966
(Cassin01)

documentation

README

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'
Commit count: 0

cargo fmt