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
- Host: GitHub
- URL: https://github.com/jacobious52/picky
- Owner: Jacobious52
- Created: 2020-01-29T10:33:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T08:29:21.000Z (over 5 years ago)
- Last Synced: 2025-03-11T16:33:59.544Z (about 1 year ago)
- Topics: hacktoberfest
- Language: Rust
- Homepage:
- Size: 810 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# picky

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

- ps

- simple

## 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