Skip to content

Instantly share code, notes, and snippets.

@tlindig
Created January 12, 2021 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tlindig/8d1a6c16196b22a9e82aea3c086c0892 to your computer and use it in GitHub Desktop.
Save tlindig/8d1a6c16196b22a9e82aea3c086c0892 to your computer and use it in GitHub Desktop.
Nemo Action (file manager) context menu extension to add "Send as Email" via thunderbird with support for mulitple files.
[Nemo Action]
Name=Send as Email ...
Comment=Attach selected files to Email
Exec=thunderbird -compose "attachment='%F'"
Icon-Name=thunderbird
Selection=notnone
Extensions=nodirs;
Separator=,
EscapeSpaces=false
@tlindig
Copy link
Author

tlindig commented Jan 12, 2021

copy file to "~/.local/share/nemo/actions", than you will get the action in context menu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment