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
mod action;
mod layout;
mod state;

pub use action::{AppAction, AppEvent, HelpTab, InputMode, Mode};
pub use layout::{HelpState, LayoutState};
pub use state::{
    App, Preview, PreviewSessionState, PreviewState, RuntimeConfig, Search, SearchSessionState,
    UiState,
};