fasd make me 10x more productive under shell

  |   Source

My workflow with fasd.

Quick visit my work folder named "NeonSite":

$ z neon
4       1.701      /home/chenbi/work/raas/current/webapp/NeonSite/css/src/page
3       22.995     /home/chenbi/work/raas/current/webapp/NeonSite/css
2       40.005     /home/chenbi/work/raas/current/webapp/NeonSite/js
1       5292       /home/chenbi/work/raas/current/webapp/NeonSite

I press 1 and go into the folder "/home/chenbi/work/raas/current/webapp/NeonSite". Awesome, eh?

  • Copy file hello.c to a folder named "NeonSite":
$ cp ~/hello.c `s neon`
5       1.701      /home/chenbi/work/raas/current/webapp/NeonSite/css/src/page
4       4.41       /home/chenbi/work/raas/current/webapp/NeonSite/js/gallery2.js
3       22.995     /home/chenbi/work/raas/current/webapp/NeonSite/css
2       40.005     /home/chenbi/work/raas/current/webapp/NeonSite/js
1       5292       /home/chenbi/work/raas/current/webapp/NeonSite

I press 1 and hello.c is copied into the corresponding folder.

Comments powered by Disqus