binocular-cli 0.2.3

Not exactly a telescope, but it's useful sometimes. TUI to search/navigate through files and workspaces.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod preview;
pub mod scope;
pub mod stream;

pub use preview::{read_branch_preview, read_commit_preview, read_history_blob};
pub use scope::{resolve_history_scope, resolve_repo_scope, GitSearchMode, GitSearchScope};
pub use stream::{
    is_current_commit, sanitize_path_field, spawn_git_searcher, CURRENT_COMMIT_REF,
    HISTORY_PATH_SEPARATOR,
};