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
12
//! Domain layer: entities and pure logic, free of I/O, config and UI.

pub mod backup;
pub mod doctor;
pub mod error;
pub mod filter;
pub mod path_repair;
pub mod repo;
pub mod sections;
pub mod slug;
pub mod sort;
pub mod stats;