mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Add fs
@@ -20,6 +20,13 @@ function fssh -d "Fuzzy-find ssh host and ssh into it"
|
|||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Tmux
|
||||||
|
```
|
||||||
|
function fs -d "Switch tmux session"
|
||||||
|
tmux list-sessions -F "#{session_name}" | fzf | xargs tmux switch-client -t
|
||||||
|
end
|
||||||
|
```
|
||||||
|
|
||||||
### LastPass CLI
|
### LastPass CLI
|
||||||
```
|
```
|
||||||
function fpass -d "Fuzzy-find a Lastpass entry and copy the password"
|
function fpass -d "Fuzzy-find a Lastpass entry and copy the password"
|
||||||
|
|||||||
Reference in New Issue
Block a user