summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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 typos
| * 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 fit
| * 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 TODO
| * Remove multithreading from TODOSven-Hendrik Haase2017-11-07
|/ | | This now has multithreading so it can be removed from the TODO.
* 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 root
| * Don't instruct to run Homebrew as rootScott Stevenson2017-10-22
|/ | | | | | | | | This is not supported: $ sudo brew install fzy Error: Running Homebrew as root is extremely dangerous and no longer supported. As Homebrew does not drop privileges on installation you would be giving all build scripts full access to your system.
* 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 MacPorts
| * Add information about how to install with MacPortsChris Rawnsley2017-07-27
| |
* | Rewrite cursor implementationJohn Hawthorn2017-10-16
| | | | | | | | | | | | | | Index the cursor from the beginning instead of the end, which is easier (at least for me) to think about. This also fixes issues with Ctrl-W in the previous implementation.
* | 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 movements
| * | Support arrow key movementsKeith Smiley2017-08-13
| | |
* | | Merge pull request #54 from neuschaefer/scoreJohn Hawthorn2017-10-05
|\ \ \ | |/ / |/| | Fix line maximum line length when scores are shown
| * | Fix line maximum line length when scores are shownJonathan Neuschäfer2017-09-24
|/ /
* | Add acceptance test for bracketed paste charactersJohn Hawthorn2017-08-13
| |
* | Ignore bracketed paste charactersKeith Smiley2017-08-13
|/
* Merge pull request #43 from wfxr/patch-1John Hawthorn2017-05-27
|\ | | | | Improve README.md
| * Update README.mdWenxuan2017-05-07
|/ | | Add --silent option to ag command preventing error message (eg: permission denied error on some directories) flow to 'output' which should only be the file name selected.
* Update greatest to 1.2.2John Hawthorn2017-04-26
|
* Fix warnings due to types in testJohn Hawthorn2017-04-26
|
* Version 0.9John Hawthorn2017-04-17
|
* Update CHANGELOGJohn Hawthorn2017-04-17
|
* Use a tolerance for assertions on exact scoreJohn Hawthorn2017-04-16
| | | | | | This caused the test suite to fail on i386 (and possibly other archs), because the value was off my a minute amount due to floating point representation.
* Format values in errored testsJohn Hawthorn2017-04-16
|
* Use setup and teardown in choices suiteJohn Hawthorn2017-04-05
|
* Clean .o from deps in make cleanJohn Hawthorn2017-04-04
|
* Split up tests, improve namingJohn Hawthorn2017-04-04
|
* Move test suites into separate filesJohn Hawthorn2017-04-04
|
* Add property based testing using thiefJohn Hawthorn2017-04-03
|
* Add theftJohn Hawthorn2017-04-03
|
* Use ASSERT_EQ where applicableJohn Hawthorn2017-04-03
|
* Correct argument order for ASSERT_STR_EQJohn Hawthorn2017-04-03
|
* Switch test framework to greatestJohn Hawthorn2017-04-03
|
* Add greatest test libJohn Hawthorn2017-04-02
|
* Merge pull request #35 from sbdchd/masterJohn Hawthorn2017-03-25
|\ | | | | Updated README.md with homebrew-core formula
| * Updated README.md with homebrew-core formulaSteve Dignam2017-03-25
|/ | | | See https://github.com/Homebrew/homebrew-core/pull/11513
* Merge pull request #34 from artdevjs/patch-1John Hawthorn2017-03-20
|\ | | | | Update README.md
| * Update README.mdArtem Medvedev2017-03-18
|/
* Merge pull request #30 from lenormf/multiplexer-supportJohn Hawthorn2017-02-22
|\ | | | | Implement support scripts for `tmux` and `dvtm`
| * Implement support scripts for `tmux` and `dvtm`Frank LENORMAND2017-02-08
|/ | | | | | | | | | This script adds two scripts that allows spawning a new window/pane in `tmux` and `dvtm` in which `fzy` will be called. Options data on the standard input are passed seamlessly, e.g. $ find -type f | fzy-tmux $ ag -g '' | fzy-dvtm -l $(tput lines)
* Add acceptance test for non-interactive modeJohn Hawthorn2017-02-07
|
* Add acceptance test for initial queryJohn Hawthorn2017-02-07
|
* Add Acceptance test large inputs and worker countsJohn Hawthorn2017-02-07
|