Saturday, February 16, 2013

Quickly open current directory in nautilus from commandline

Say you are doing some work on commandline and you would like to open your current directory on nautilus to look around graphically. It can be quite useful sometimes. In this post I will tell you how. Add this line to the end of your .bash_aliases file.


alias n.='nautilus .'

Save it and run this command to update.


source ~/.bash_aliases

Now check if it works and let me know in the comments.

No comments:

Post a Comment