m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Updated Examples (markdown)

Matthew Bennett
2020-10-18 20:03:30 +02:00
parent c7ef695aab
commit 12c466d1b3

@@ -123,8 +123,9 @@ Suggested by [Matt-A-Bennett](https://github.com/Matt-A-Bennett):
```sh ```sh
# Run command/application and choose paths/files with fzf. # Run command/application and choose paths/files with fzf.
# Always return control of the terminal to user (e.g. when opening GUIs). # Always return control of the terminal to user (e.g. when opening GUIs).
# The full command that was used will appear in you history just like any other # The full command that was used will appear in your history just like any
# (N.B. to achieve this I write the shell's active history to ~/.bash_history) # other (N.B. to achieve this I write the shell's active history to
# ~/.bash_history)
# #
# Usage: # Usage:
# f cd (hit enter, choose path) # f cd (hit enter, choose path)