This project is reinvention of fzf
Interactive filter of stdin
stdin -> selecto -> stdout
# download file from list of urls
$ cat urls.txt | selecto --stdin | xargs wget
# show logs of some docker container
$ docker ps | tr -s ' ' | cut -d ' ' -f 1,2 | selecto --stdin | awk '{printf("%02d",$1)}' | xargs -0 -I {} docker logs {} -f
Helper for generating string sequences
Helper for testing simple concept
- help
- examples
- fuzzy filter by results