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
pub mod bootstrap;
pub mod handlers;
pub mod input;
pub mod r#loop;

pub use bootstrap::*;
pub use input::*;
pub use r#loop::*;