Crates.io | skim-navi |
lib.rs | skim-navi |
version | 0.1.10 |
source | src |
created_at | 2022-08-02 19:09:56.637285 |
updated_at | 2023-04-02 07:15:50.737234 |
description | 🏛 A friendlier skim façade. |
homepage | |
repository | https://github.com/mihaigalos/skim-navi |
max_upload_size | |
id | 637523 |
size | 68,510 |
A friendlier skim façade.
skim
is fiddly to use when i.e. navigating a tree hierarchy.
skim-navi
addresses that.
Implement the following async function and call skim-navi::Navi::run()
with it:
pub async fn get_links(input: String) -> Result<Vec<String>, Error>
This represents the handler that gets called on each navigation update (i.e.: changing folders), and can even talk to a remote backend.
You can find a further examples in the examples
folder.