My Widescreen Desktop

This is how I organize my widescreen desktop.

My Desktop, with the taskbar on the left hand side.

The main feature is moving the taskbar over to the left hand side. When editing code or reading a website I would rather have more space vertically. It is also easier to select a window when you have a lot open. The Quick Launch toolbar is more useful, because you can have a lot more shortcuts without taking away taskbar space.

Posted by Lang Sharpe
Tue, 01 Jun 2010 11:00:00 GMT

grepWin - Grep for windows

grep is an often used tool on linux. It's job is very simple, to find a string (or regular expression) in a group of files.

grepWin is a gui version and is a lifesaver if you have to use windows as part of your development environment. The best bits are

  • Integrates with windows explorer. Search any folder by right clicking on it.
  • Results behave just like a windows explorer folder. Right click on the files to edit from the results panel.
  • Regular expression support. A feature compared to windows built in search.
  • Search and replace. The tool goes further than grep and will do a search and replace over many files.
grepWin Screenshot

Posted by Lang Sharpe
Wed, 06 Jan 2010 14:00:00 GMT