I used to find it annoying not able to open certain files using the command line as different apps open different programs.
I noticed that there’s a command “gnome-open” for gnome folks, which opens the files using the default handler (evince, eye of gnome, etc) and works with pretty much all files, folders, etc
Even better, created a bash alias for the same(put alias go=”gnome-open” in your .bashrc) and I can just “go” anywhere I please.

Recent Comments