rs-hop 0.4.1

Fuzzy-finder TUI to jump between git repositories and folders
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Leaf utilities: filesystem paths, logging, external launchers, metadata.

pub mod app_info;
pub mod archive;
pub mod clipboard;
pub mod diskusage;
pub mod fs;
pub mod logging;
pub mod opener;
pub mod paths;
pub mod scan;