- 06 Nov, 2016 1 commit
-
-
Junegunn Choi authored
`TAGS=termbox make` (or `go build -tags termbox`)
-
- 31 Oct, 2016 1 commit
-
-
Junegunn Choi authored
Close #726
-
- 30 Oct, 2016 2 commits
-
-
Junegunn Choi authored
This reverts commit 02c6ad0e.
-
Junegunn Choi authored
https://github.com/junegunn/fzf/issues/391#issuecomment-257090266 e.g. fzf --preview 'printf "$(tput setaf 2)foo$(tput sgr0)bar\nbar\n"'
-
- 27 Oct, 2016 1 commit
-
-
Junegunn Choi authored
Close #722
-
- 23 Oct, 2016 1 commit
-
-
Junegunn Choi authored
-
- 21 Oct, 2016 4 commits
-
-
Junegunn Choi authored
Close #711
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #712
-
Junegunn Choi authored
-
- 18 Oct, 2016 1 commit
-
-
Junegunn Choi authored
-
- 17 Oct, 2016 1 commit
-
-
Junegunn Choi authored
Fix unintuitive result where `*fzf*/install` is ranked higher than `fzf/src/fzf/*fzf*-linux_386` on --tiebreak=end.
-
- 14 Oct, 2016 1 commit
-
-
Junegunn Choi authored
[zsh] GNU coreutils compatibility
-
- 13 Oct, 2016 3 commits
-
-
Niraj Thapaliya authored
-
Niraj Thapaliya authored
It doesn't short circuit like we expect, causing trouble when $dir is empty Use shell builtin instead
-
Junegunn Choi authored
Fix #702
-
- 12 Oct, 2016 1 commit
-
-
Junegunn Choi authored
Close #699
-
- 11 Oct, 2016 2 commits
-
-
Junegunn Choi authored
[fish] Yank commandline in fzf-history-widget
-
Pierre Neidhardt authored
-
- 03 Oct, 2016 6 commits
-
-
Junegunn Choi authored
-
Junegunn Choi authored
This is a breaking change, but I believe it makes much more sense. It is almost impossible to predict which entries will be filtered out due to a fuzzy inverse term. You can still perform inverse-fuzzy-match by prepending `!'` to the term. | Token | Match type | Description | | -------- | -------------------------- | --------------------------------- | | `sbtrkt` | fuzzy-match | Items that match `sbtrkt` | | `^music` | prefix-exact-match | Items that start with `music` | | `.mp3$` | suffix-exact-match | Items that end with `.mp3` | | `'wild` | exact-match (quoted) | Items that include `wild` | | `!fire` | inverse-exact-match | Items that do not include `fire` | | `!.mp3$` | inverse-suffix-exact-match | Items that do not end with `.mp3` |
-
Junegunn Choi authored
-
Junegunn Choi authored
It was possible that a few lines at the bottom may not be visible if there are lines above that span multiple lines.
-
Junegunn Choi authored
-
Junegunn Choi authored
Also close #679. The placeholder for the current query is {q}.
-
- 29 Sep, 2016 1 commit
-
-
Junegunn Choi authored
-
- 28 Sep, 2016 4 commits
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #677
-
Junegunn Choi authored
-
Junegunn Choi authored
Dim, underline, blink, reverse
-
- 26 Sep, 2016 1 commit
-
-
Junegunn Choi authored
-
- 25 Sep, 2016 3 commits
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #671
-
- 24 Sep, 2016 4 commits
-
-
Junegunn Choi authored
[bash-completion] Fix #668
-
Maverick Woo authored
Handle uppercase letters in program names. This also deals with `-` and `.`, both of which are quite common in program names, e.g., `xdg-open` and `foo.sh`.
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #669 You can use your mouse or binadble preview-up and preview-down actions to scroll the content of the preview window. fzf --preview 'highlight -O ansi {}' --bind alt-j:preview-down,alt-k:preview-up
-
- 20 Sep, 2016 2 commits
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Related #666
-