Topic: https://brettterpstra.com/2015/04/01/intrepid-command-line-directory-traversal/
hide preview

What's next? verify your email address for reply notifications!

Junegunn Choi 9y, 342d ago

Hi Brett,

I noticed that you use `-s 20` option for fzf in your script. fzf was completely rewritten in Go earlier this year, and since it's much faster than the old Ruby version (you can now use fzf with input with a few million entries: `locate / | fzf`), `--sort=LIMIT` option whose purpose was to limit the response time of the query, is no longer used and silently ignored.

The most recent version of fzf is now 0.9.7. Apart from the performance boost, it has a few more options you can use for scripting.

https://github.com/junegunn...
https://github.com/junegunn...

remark link
hide preview

What's next? verify your email address for reply notifications!

ttscoff 9y, 342d ago

Awesome, thanks for pointing it out! Nice work, too :).

hide preview

What's next? verify your email address for reply notifications!

Jason 9y, 349d ago

Do you source fasd and other tools likes this or use it as an executable?

remark link
hide preview

What's next? verify your email address for reply notifications!

ttscoff 9y, 349d ago

I source them.

remark link parent
hide preview

What's next? verify your email address for reply notifications!

Jason 9y, 349d ago

How do you properly source it so all functionality is available? Thanks!

remark link parent
hide preview

What's next? verify your email address for reply notifications!

ttscoff 9y, 349d ago

I use Bash-it. fasd and others are available as plugins, and I build plugin files for my own functions. https://github.com/Bash-it/...

hide preview

What's next? verify your email address for reply notifications!

José 9y, 350d ago

Brett, have you tried Ranger?
http://nongnu.org/ranger/

hide preview

What's next? verify your email address for reply notifications!