Command Line Tools I Like
Though my love with Linux started because its GUI, especially compiz fusion, I discovered through time that Linux’s power is in its command line, almost every thing can be done from there, easily, clean and fast.
Here is a list of the command line tools I use most of the time:
1. vim: A very powerful text editor, which runs directly inside your terminal/console. At the beginning I couldn’t find a reason why to use it, but after I started using it (for coding / general text editing) I can state that I rarely touch any other text editor.
2. todo.txt: A nice and easy TODO list manager. See my post about it.
3. define: A script which allows you to query Google for a definition right from your shell.
4. wikipedia.sh: Query Wikipedia right from your shell.
5. twit: A simple script to update your twitter status from the command line.
I’m sure I missed a few, it’s also not easy to decide which tools to include here, for example, is this the right place for “tools” like gcc or ssh? Anyway, This post may be updated from time to time.
If you enjoyed this post, make sure you subscribe to my RSS feed!No related posts.
2 Comments to Command Line Tools I Like
Leave a Reply
About Me
Tags
Categories
- Algorithms
- Bash
- BlackBerry
- Collaboration
- Command Line
- Cool Tricks
- Easter Eggs
- Ebooks
- Firefox
- Hardware
- Humor
- iPhone
- Linux
- Linux Development
- Linux Kernel
- Networks
- Open Knowledge
- Other
- Productivity
- Programming
- Regular Expressions
- Science
- Security
- Shell Scripts
- Short Posts
- Social Networks
- Thoughts
- Tools
- Vim
- Web Development
- Websites
Popular Posts
Calendar
Archives
- September 2010 (2)
- August 2010 (2)
- July 2010 (5)
- June 2010 (1)
- May 2010 (1)
- April 2010 (3)
- March 2010 (1)
- January 2010 (1)
- December 2009 (2)
- September 2009 (13)
- July 2009 (1)
- June 2009 (6)
- May 2009 (4)
- March 2009 (18)
- February 2009 (10)
- January 2009 (10)
- December 2008 (7)
- November 2008 (8)
- October 2008 (1)
- August 2008 (1)
- July 2008 (1)
- June 2008 (1)

Cool post Amir,
Don’t forget wget, which makes grabbing files via http/ftp very quick and painless… And of course, my favourite is ssh
Thank you Daniel.
Sure, wget and ssh are great. I’m sure there are more useful commands that I didn’t add here. But I believe this is not my last post about command line tools. I use ssh very often and I believe that I’ll write a few posts about it.
By the way, I loved the posts in your blog about ssh.
What about the your code snippets tool? Are you working on making it popular? I think many people will find it useful.