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
//! Static application metadata.

/// Application name; also the config/state directory name.
pub const APP_NAME: &str = "hop";

/// Crate version, from Cargo at build time.
pub const APP_VERSION: &str = env!("CARGO_PKG_VERSION");

/// One-line description.
pub const APP_ABOUT: &str =
    "Fuzzy-finder TUI to jump between git repositories and folders";