An open API service indexing awesome lists of open source software.

https://github.com/jacobious52/picky

Alternative fuzzy picker library with focus on tabulated data and streaming + Windows support
https://github.com/jacobious52/picky

hacktoberfest

Last synced: 12 months ago
JSON representation

Alternative fuzzy picker library with focus on tabulated data and streaming + Windows support

Awesome Lists containing this project

README

          

# picky

![Rust](https://github.com/Jacobious52/picky/workflows/Rust/badge.svg?branch=master)

cross platform command line fuzzy selection library. like fzf and skim but with less features.

heavy wip, mostly for self learning and Windows support.

## examples

`cargo run --example words --release`

- words

![words](./examples/words.png)

- ps

![ps](./examples/ps.png)

- simple

![simple](./examples/simple.png)

## todo

- make turning off colors possible
- choose nicer random colors
- cleanup / refactor
- fix selection going off bounds
- builder pattern
- test on Windows
- handle spaces properly
- improve query editing