Harsh J

Memoirs of a QWERTY Keyboard

Archive for the ‘Trick’ tag

A simple email search trick

leave a comment

Oh boy, I love standards.

When I was wondering how do I search for mails sent by me, where I’m also the thread originator, I looked at what GMail had to offer as it search fields and other such advanced options. In the end my search was simply:

in:sent from:me term -Re

Now am wondering why it didn’t strike me immediately to look for the “Re” keyword that makes a mail a reply de-facto. Of course, there’s a much more neater, more RFC-5322 compliant way of searching such mails, but I’m unsure if GMail supports such querying.

Written by Harsh

January 17th, 2011 at 11:03 pm

Posted in Computing Issues,Fun,Software

Tagged with , ,

Selecting a Pattern of files in Nautilus (GNOME)

8 comments

Nautilus, the default File/Desktop Manager of GNOME provides a nifty in-built tool in it to select files and folders more intelligently.

The Pattern select tool is present under Edit > Select Pattern (Shortcut: Ctrl+S). This tool allows one to select files/folders that match a particular pattern. An example of selecting a range of files using this tool can be seen in the following image:

Here I’ve selected all my folders with names starting with a D using the pattern string: D*

Select Files with a Pattern - Nautilus

This is a really useful tool and one can use it to select a particular file extension amongst other files in a folder, etc. Like say, if you wish to select all JPGs in a given folder, just hit Ctrl+S and type in *.jpg or *.jpeg and all those files will be selected now!

It could get more powerful with the inclusion of Regex, in my opinion, but might be unnecessary since GNOME considers all users dumb anyway :)

Written by Harsh

May 21st, 2008 at 12:19 am

Posted in Software

Tagged with , , , , , ,