=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== fzf-0.24.2/BUILD.md-29-> environment where its git information is not available, you have to manually fzf-0.24.2/BUILD.md:30:> set `$FZF_VERSION` and `$FZF_REVISION`. fzf-0.24.2/BUILD.md-31-> ############################################## fzf-0.24.2/CHANGELOG.md-347------- fzf-0.24.2/CHANGELOG.md:348:- `$LINES` and `$COLUMNS` are exported to preview command so that the command fzf-0.24.2/CHANGELOG.md-349- knows the exact size of the preview window. fzf-0.24.2/CHANGELOG.md:350:- Better error messages when the default command or `$FZF_DEFAULT_COMMAND` fzf-0.24.2/CHANGELOG.md-351- fails. ############################################## fzf-0.24.2/CHANGELOG.md-430-- CTRL-Z (SIGSTOP) now works with fzf fzf-0.24.2/CHANGELOG.md:431:- fzf will export `$FZF_PREVIEW_WINDOW` so that the scripts can use it fzf-0.24.2/CHANGELOG.md-432-- Bug fixes and improvements in Vim plugin and shell extensions ############################################## fzf-0.24.2/CHANGELOG.md-497-- The default escape delay is reduced to 50ms and is configurable via fzf-0.24.2/CHANGELOG.md:498: `$ESCDELAY` fzf-0.24.2/CHANGELOG.md-499-- Scroll indicator at the top-right corner of the preview window is always ############################################## fzf-0.24.2/CHANGELOG.md-614- fzf-0.24.2/CHANGELOG.md:615:- 256-color capability detection does not require `256` in `$TERM` fzf-0.24.2/CHANGELOG.md-616-- Added `print-query` action ############################################## fzf-0.24.2/CHANGELOG.md-648-- Graceful exit on SIGTERM (#482) fzf-0.24.2/CHANGELOG.md:649:- `$SHELL` instead of `sh` for `execute` action and `$FZF_DEFAULT_COMMAND` (#481) fzf-0.24.2/CHANGELOG.md-650-- Changes in fuzzy completion API ############################################## fzf-0.24.2/CHANGELOG.md-796- - `execute#...#` fzf-0.24.2/CHANGELOG.md:797: - `execute$...$` fzf-0.24.2/CHANGELOG.md-798- - `execute%...%` ############################################## fzf-0.24.2/CHANGELOG.md-857- - Useful inside Neovim fzf-0.24.2/CHANGELOG.md:858: - e.g. `let $FZF_DEFAULT_OPTS = $FZF_DEFAULT_OPTS.' --inline-info'` fzf-0.24.2/CHANGELOG.md-859- ############################################## fzf-0.24.2/README-VIM.md-37-The Vim plugin will pick up fzf binary available on the system. If fzf is not fzf-0.24.2/README-VIM.md:38:found on `$PATH`, it will ask you if it should download the latest binary for fzf-0.24.2/README-VIM.md-39-you. ############################################## fzf-0.24.2/README-VIM.md-225-command line without standard input pipe; fzf will use find command (or fzf-0.24.2/README-VIM.md:226:`$FZF_DEFAULT_COMMAND` if defined) to list the files under the current fzf-0.24.2/README-VIM.md-227-directory. When you select one, it will open it with the sink, `:e` command. ############################################## fzf-0.24.2/README.md-226- fzf-0.24.2/README.md:227:You can add these options to `$FZF_DEFAULT_OPTS` so that they're applied by fzf-0.24.2/README.md-228-default. For example, ############################################## fzf-0.24.2/README.md-470-- The arguments before `--` are the options to fzf. fzf-0.24.2/README.md:471:- After `--`, simply pass the original completion arguments unchanged (`"$@"`). fzf-0.24.2/README.md-472-- Then write a set of commands that generates the completion candidates and ############################################## fzf-0.24.2/README.md-515- makes the initial scanning slower. So it's not recommended that you add it fzf-0.24.2/README.md:516: to your `$FZF_DEFAULT_OPTS`. fzf-0.24.2/README.md-517-- `--nth` makes fzf slower as fzf has to tokenize each line. ############################################## fzf-0.24.2/README.md-587-with the current line as the argument and shows the result in the split window. fzf-0.24.2/README.md:588:Your `$SHELL` is used to execute the command with `$SHELL -c COMMAND`. fzf-0.24.2/README.md-589-The window can be scrolled using the mouse or custom key bindings. ############################################## fzf-0.24.2/README.md-624-Since fzf is a general-purpose text filter rather than a file finder, **it is fzf-0.24.2/README.md:625:not a good idea to add `--preview` option to your `$FZF_DEFAULT_OPTS`**. fzf-0.24.2/README.md-626- ############################################## fzf-0.24.2/README.md-682- fzf-0.24.2/README.md:683:When using a custom `FZF_CTRL_T_COMMAND`, use the unexpanded `$dir` variable to fzf-0.24.2/README.md:684:make use of this feature. `$dir` defaults to `.` when the last token is not a fzf-0.24.2/README.md-685-valid directory. Example: ############################################## fzf-0.24.2/doc/fzf.txt-51-The Vim plugin will pick up fzf binary available on the system. If fzf is not fzf-0.24.2/doc/fzf.txt:52:found on `$PATH`, it will ask you if it should download the latest binary for fzf-0.24.2/doc/fzf.txt-53-you. ############################################## fzf-0.24.2/doc/fzf.txt-251-command line without standard input pipe; fzf will use find command (or fzf-0.24.2/doc/fzf.txt:252:`$FZF_DEFAULT_COMMAND` if defined) to list the files under the current fzf-0.24.2/doc/fzf.txt-253-directory. When you select one, it will open it with the sink, `:e` command. ############################################## fzf-0.24.2/shell/completion.zsh-12-# Both branches of the following `if` do the same thing -- define fzf-0.24.2/shell/completion.zsh:13:# __fzf_completion_options such that `eval $__fzf_completion_options` sets fzf-0.24.2/shell/completion.zsh-14-# all options to the same values they currently have. We'll do just that at ############################################## fzf-0.24.2/src/options.go-726- executeRegexp = regexp.MustCompile( fzf-0.24.2/src/options.go:727: `(?si)[:+](execute(?:-multi|-silent)?|reload|preview):.+|[:+](execute(?:-multi|-silent)?|reload|preview)(\([^)]*\)|\[[^\]]*\]|~[^~]*~|![^!]*!|@[^@]*@|\#[^\#]*\#|\$[^\$]*\$|%[^%]*%|\^[^\^]*\^|&[^&]*&|\*[^\*]*\*|;[^;]*;|/[^/]*/|\|[^\|]*\|)`) fzf-0.24.2/src/options.go-728-} ############################################## fzf-0.24.2/test/test_go.rb-834- lines = `find .`.lines(chomp: true) fzf-0.24.2/test/test_go.rb:835: assert_equal lines.last, `find . | #{FZF} -e -f "^#{lines.last}$"`.chomp fzf-0.24.2/test/test_go.rb-836- assert_equal \ fzf-0.24.2/test/test_go.rb-837- lines.last, fzf-0.24.2/test/test_go.rb:838: `find . -print0 | #{FZF} --read0 -e -f "^#{lines.last}$"`.chomp fzf-0.24.2/test/test_go.rb-839- end ############################################## fzf-0.24.2/test/test_go.rb-1325- def test_default_extended fzf-0.24.2/test/test_go.rb:1326: assert_equal '100', `seq 100 | #{FZF} -f "1 00$"`.chomp fzf-0.24.2/test/test_go.rb:1327: assert_equal '', `seq 100 | #{FZF} -f "1 00$" +x`.chomp fzf-0.24.2/test/test_go.rb-1328- end ############################################## fzf-0.24.2/test/test_go.rb-1628- assert_equal input.length, `#{FZF} -f'foo bar' < #{tempname}`.lines.length fzf-0.24.2/test/test_go.rb:1629: assert_equal input.length - 1, `#{FZF} -f'^foo bar$' < #{tempname}`.lines.length fzf-0.24.2/test/test_go.rb-1630- assert_equal ['foo bar'], `#{FZF} -f'foo\\ bar' < #{tempname}`.lines(chomp: true) fzf-0.24.2/test/test_go.rb:1631: assert_equal ['foo bar'], `#{FZF} -f'^foo\\ bar$' < #{tempname}`.lines(chomp: true) fzf-0.24.2/test/test_go.rb:1632: assert_equal input.length - 1, `#{FZF} -f'!^foo\\ bar$' < #{tempname}`.lines.length fzf-0.24.2/test/test_go.rb-1633- end