Command Line Tools

CLI Productivity Tools - FZF & Yank

fzf

Came across an powerful CLI fzf utility. There are plugins for vim, tmux and bash too. If you are a command line junkie like I am, you should definitely not miss this.

yank

do check out yank and on mac with

brew install yank

source: http://brewformulas.org/yank

Now fzf | yank

ps -ef | fzf | yank

copy the selected output from fzf and copy it into clipboard. There are lots of other options. The demo is just the book cover.