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
pub mod filesystem;
pub mod git;
pub mod stdin;

pub use filesystem::spawn_searcher_with_config;
pub use git::spawn_git_searcher;
pub use stdin::spawn_stdin_searcher;