selecta
selecta copied to clipboard
A fuzzy text selector for files and anything else you need to select. Use it from vim, from the command line, or anywhere you can run a shell command.
Thx for this awesome plugin. I found a really mysterious bug. It works well with either tmux or gnu coreutils but not with both. Specifically, 1. 'Selecta' works well inside...
I've realized that for my two main coding use cases (`git add` and opening files in Vim), I almost always need to select more than one thing. For instance, I'll...
I haven't dug into this too hard yet, I will probably try and get `strace` on it if nobody knows why this isn't working: ``` $ echo -e '1\n2\n3' |...
If I run `bash -c 'cat $(ls | selecta)'` and `^C` out of the `selecta` prompt, then I get the following error: ``` /home/michaelpj/bin/selecta:782:in `block in command': Command failed: "stty...
I've made the scoring algorithm smarter about sequential matching characters and word boundaries (to improve results when querying for acronyms). It's merged to master, along with some other changes, in...
As far as I understand, selecta currently _requires_ a tty. However, it might also be useful to just have a sort of fuzzy-grep. In my case I have a script...