mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Updated Examples (markdown)
@@ -1271,6 +1271,15 @@ vs(){
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Wrapper
|
### 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
|
### LastPass CLI
|
||||||
Search through your LastPass vault with [LastPass CLI](https://github.com/lastpass/lastpass-cli) and copy password to clipboard.
|
Search through your LastPass vault with [LastPass CLI](https://github.com/lastpass/lastpass-cli) and copy password to clipboard.
|
||||||
|
|||||||
Reference in New Issue
Block a user