Productivity
Go Up As Much Directory Levels As You Need – Easily
This neat and brilliant script by shell-fu allows you to go up as many directory levels as you want.
For example, instead of typing
cd ../../../..
You’ll be able to type the following and get the same functionality:
cd .. 4
Using Gmail to Fight Chain Mails
I’ve already talked in a previous post about how chain mails drive me mad.
Now it’s time to take action, using Gmail’s powerful feature.
One thing one can do, is using Gmail filters to identify chain mails according to the mail’s subject (Which will be typically “Fw:Fw something” or similar), and archive/delete/label this message. But, this is not aggressive enough. Here is another action one can take using another powerful Gmail feature (currently a “Labs” feature).
Query Google Finance From the Command Line
This is a one line bash script I wrote to query a stock’s price from Google Finance. It uses wget to get the HTML page from Google Finance and then grep and cut to extract the stock’s price. The script is based on the current HTML format of the Google Finance pages and might not work if Google decide to change this format (It’s easy to modify, though).
To have the script:
Open your favorite text editor (mine is vim), and type/paste this:
Use Jemdoc to Create Static HTML Pages
Jemdoc Is a tool (in fact, it’s a python script) that I discovered about a year ago, but had time to test it only recently. Its purpose is to create a clean and standard compliant HTML pages in a very short time. Its syntax is easy to learn (In fact, I’m not sure that “syntax” is the appropriate word for this, since it’s much simpler than a “regular” syntax).
Anyway, I decided to write the complete post about Jemdoc using Jemdoc itself
, so the rest of this post is located here.
Enjoy
Did You Notice the New Task Manager in Gmail?
As usual, Google releases a new great feature/service, silently, and after a while it becomes so popular. In fact, this is one thing that I love about Google: You always have to look for new features and new services, they won’t let you know unless you actively want to know.
Anyway, recently I discovered a very cool (and useful) service in GMail: A Task Manager built-in GMail, with a minimal and simple UI (this is one other thing that I like in Google).
Todo.txt – A simple yet powerful todo manager for Linux
Recently, I discrovered todo.txt, a great todo list manager for people who feel comfortable with Linux’s command line.
The greatness of this tool is in its simplicity: the whole todo list is saved as plain text, and operations like adding/removing/prioritarizing/modifying/listing items are done through a very simple command line interface supplied in a bash script.
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
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| « Sep | ||||||
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
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)
