Linux: Difference between revisions

379 bytes added ,  29 May 2020
Line 189: Line 189:


==File Manager==
==File Manager==
The default file manager in Ubuntu is Nautilus
===Add to context menu===
===Add to context menu===
[https://askubuntu.com/questions/1030940/nautilus-actions-in-18-04 Link]
[https://askubuntu.com/questions/1030940/nautilus-actions-in-18-04 Link]
;19.04+
<pre>
sudo add-apt-repository universe
sudo apt-get install filemanager-actions
sudo apt update
</pre>
;18.04
<pre>
</pre>
To add Atom, create two entries: 
;Open file in Atom and Open folder in Atom
<pre>
Path: atom
Parameters: %f
Working directory: %d
</pre>
You may also want:
;Copy folder path and Copy file path


==Etcher==
==Etcher==