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

Add fs

Jamie Schembri
2016-11-22 07:06:01 +01:00
parent 8d7a179fa7
commit 99d13f3988

@@ -20,6 +20,13 @@ function fssh -d "Fuzzy-find ssh host and ssh into it"
end
```
### Tmux
```
function fs -d "Switch tmux session"
tmux list-sessions -F "#{session_name}" | fzf | xargs tmux switch-client -t
end
```
### LastPass CLI
```
function fpass -d "Fuzzy-find a Lastpass entry and copy the password"