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
mod render;
mod selection;

pub use render::{format_item_output, render_selection_outputs};
pub use selection::SelectionOutput;