summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Merge branch 'abort_on_escape'John Hawthorn2018-09-09
|\
| * Abort if Esc is pressedJason Felice2018-05-04
| * Initialize fd_set correctlyJason Felice2018-05-04
* | Fix formattingJohn Hawthorn2018-09-09
* | Fix acceptance testsJohn Hawthorn2018-09-09
* | Disable line wrap when printing candidatesJohn Hawthorn2018-09-09
* | Add sequence to disable line wrapJohn Hawthorn2018-09-09
* | Add acceptance tests for unicode charsJohn Hawthorn2018-09-09
* | bundle quietlyJohn Hawthorn2018-09-09
* | Reduce boilerplate in acceptance testJohn Hawthorn2018-09-09
* | Merge pull request #77 from syrrim/uniJohn Hawthorn2018-09-09
|\ \
| * | add utf-8 support to input, fixes #21syrrim2018-04-23
| |/
* | Merge pull request #89 from jhawthorn/svg_demoJohn Hawthorn2018-08-07
|\ \
| * | Switch to svg animated demo in READMEJohn Hawthorn2018-07-21
* | | Merge pull request #88 from MichaelMackus/selection-underlineJohn Hawthorn2018-07-21
|\ \ \ | |/ / |/| |
| * | Add support for underlining selected itemMichael Mackus2018-07-18
|/ /
* | Merge pull request #86 from neuschaefer/typoJohn Hawthorn2018-06-18
|\ \
| * | choices: Fix a typo ("stings")Jonathan Neuschäfer2018-06-17
* | | Merge pull request #85 from jhawthorn/fast_tty_initJohn Hawthorn2018-06-18
|\ \ \ | |/ / |/| |
| * | Fix reading choices if stdin is a ttyJohn Hawthorn2018-06-17
| * | Add test for user input coming before choices readJohn Hawthorn2018-06-17
| * | Initialize tty before reading choicesJohn Hawthorn2018-06-17
|/ /
* | Merge pull request #82 from neuschaefer/jkJohn Hawthorn2018-06-17
|\ \
| * | tty_interface: Fix comments about CTRL-J and CTRL-KJonathan Neuschäfer2018-06-17
|/ /
* | Merge pull request #79 from 0mp/patch-1John Hawthorn2018-05-17
|\ \ | |/ |/|
| * Add FreeBSD installation instructionsMateusz Piotrowski2018-05-17
|/
* Merge pull request #71 from tgeng/masterJohn Hawthorn2018-04-21
|\
| * Fix home/end support on MacTianyu Geng2018-03-19
| * Support cursor jumping with Home and End keysTianyu Geng2018-02-05
* | Add MSYS2 to the install instructionsErich Gubler2018-02-26
* | Merge pull request #72 from gyakovlev/masterJohn Hawthorn2018-02-26
|\ \
| * | README.md: gentoo now has fzy ebuild, document itGeorgy Yakovlev2018-02-20
|/ /
* | Merge pull request #70 from neuschaefer/typoJohn Hawthorn2018-02-11
|\ \
| * | Fix a few typosJonathan Neuschäfer2018-01-24
| |/
* | Merge pull request #69 from neuschaefer/scoreJohn Hawthorn2018-02-11
|\ \ | |/ |/|
| * tty_interface: Don't show score if it doesn't fitJonathan Neuschäfer2018-01-24
|/
* Merge pull request #59 from svenstaro/patch-1John Hawthorn2017-11-18
|\
| * Remove multithreading from TODOSven-Hendrik Haase2017-11-07
|/
* Add pkgsrc instructionsJohn Hawthorn2017-10-24
* Merge pull request #57 from srstevenson/no-sudo-brewJohn Hawthorn2017-10-23
|\
| * Don't instruct to run Homebrew as rootScott Stevenson2017-10-22
|/
* fzy is now in arch communityJohn Hawthorn2017-10-20
* Cleanup READMEJohn Hawthorn2017-10-20
* Merge pull request #49 from casr/add-macportsJohn Hawthorn2017-10-20
|\
| * Add information about how to install with MacPortsChris Rawnsley2017-07-27
* | Rewrite cursor implementationJohn Hawthorn2017-10-16
* | Upgrade greatest to version 3.1John Hawthorn2017-10-07
* | Add acceptance test for moving text cursorJohn Hawthorn2017-10-07
* | Merge pull request #46 from keith/ks/arrow-keysJohn Hawthorn2017-10-07
|\ \
| * | Support arrow key movementsKeith Smiley2017-08-13