Skip to content

anonopsbuilds/thunar-custom-actions

Repository files navigation

Thunar Custom Actions

Build Status

The following actions can also be used in nautilus or any other file manager that supports custom actions. I personally prefer thunar because of speed.

If any of the actions don't work anymore (especially the upload ones), please report here, so I can fix it.

Actions

Multimedia

Type
This action converts any image file to a png image. (Should also work with layered PSD files).
GUI: No output
Requirements: convert

Type
This action converts any image file to a jpg image. (Should also work with layered PSD files).
GUI: No output
Requirements: convert

Type
This action pops up a zenity-based window and displays encoding information for an audio or video file.
GUI: Zenity dialog
Requirements: zenity and ffmpeg


Security

Type
This action pops up a zenity-based window letting you choose from your gpg recipients and encrypts and signs the file with your chosen gpg key. (Asymmetric encryption).
GUI: Zenity dialog
Requirements: gpg, zenity and pinentry-gtk-2

Type
This action pops up a terminal window for password entry and decrypts the file with your private gpg key. (Asymmetric encryption).
GUI: No output
Requirements: gpg

Type
This action pops up a zenity-based window and displays information about the encryption of the current file. (Asymmetric encryption).
GUI: Zenity dialog
Requirements: gpg and zenity


Uploads

Type
This action pastes a text file to gist (in private mode) and pops up a zenity-based window displaying the paste url (shortened). Additionally the paste url will also be copied to clipboard.
GUI: Zenity dialog
Requirements: zenity and gist

Type
This action uploads an image file to imgur and pops up a zenity-based window displaying the upload url.
GUI: Zenity dialog
Requirements: zenity and curl
Note: Upload key is included :-)

Contributions

Thanks to the following for contributing:

License

license

About

Custom actions for Thunar (or Nautilus) File manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%