How to open a file or folder from Terminal
- by Victor Hugo Souza
I'd like to know if there is a way to open a file or a folder from terminal?
When I wrote a URL LINK in terminal, it's allows me to open that link on my default browser. So I'd like to do the same with my files and folders.
I know that there is a way via cli using gnome-open or xdg-open, but I'd like a solution that use mouse by clicking on the path or the url.
Eg. When I write "pwd" the path allows me to click and open on Nautilus
It's the inverse of what "nautilus-open-terminal" does.