m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:36:58 -05:00

Updated Examples (markdown)

Mingye Wang
2020-05-08 02:02:30 +08:00
parent d1ccaebbc6
commit 76eefc3a46

@@ -1271,6 +1271,15 @@ vs(){
```
### Wrapper
When you have defined an alias or wrapper for some command, you might want to inherit the completion from a parent function. Find out the completion used for your command and do:
```sh
_fzf_complete_myssh() {
_fzf_complete_ssh "$@"
}
```
See also `_fzf_setup_completion` in the completion source code.
### LastPass CLI
Search through your LastPass vault with [LastPass CLI](https://github.com/lastpass/lastpass-cli) and copy password to clipboard.