https://github.com/0xde57/dolphin_servicemenus
Quick Right-Click Utilities for KDE Dolphin service menu
https://github.com/0xde57/dolphin_servicemenus
dolphin dolphin-service-menus kde servicemenu
Last synced: 6 months ago
JSON representation
Quick Right-Click Utilities for KDE Dolphin service menu
- Host: GitHub
- URL: https://github.com/0xde57/dolphin_servicemenus
- Owner: 0xDE57
- License: mit
- Created: 2025-07-22T06:25:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-17T22:47:26.000Z (11 months ago)
- Last Synced: 2025-08-18T00:21:58.675Z (11 months ago)
- Topics: dolphin, dolphin-service-menus, kde, servicemenu
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dolphin_servicemenus
Right-Click Utilities for KDE Dolphin service menus. These files add new actions to the right-click menu's for Dolphin file explorer. These commands simply pass the file or folder as an argument to common utilities to solve various common tasks.
See Docs: https://develop.kde.org/docs/apps/dolphin/service-menus/
## How to install:
1. Place the `.desktop` extensions you want into: `/usr/share/kio/servicemenus/`
2. May need to make file executable: `chmod +x .desktop`
3. Ensure the dependency for each command used is installed for your distro (eg: `pacman -S imagemagic` on arch)
4. Changes should show immediately. If not; restart dolphin.
## Service Menus:
* `convertImage.desktop`
* action: Convert Image to JPEG (new file)
* action: Convert Image to PNG (new file)
* dependency: **imagemagic**
* `convertVideo.desktop`
* action: Convert to GIF (new file)
* action: Convert to MVK (new file)
* action: Convert to MOV (new file)
* action: Convert to MP4 (new file)
* dependency: **ffmpeg**
* `exifTool.deskstop`
* action: View Exif Data (opens terminal)
* Note: Terminal launch expects konsole as default. You may have to replace the command for your prefered terminal.
* action: Remove Exif Data (new file + rename file _original)
* dependency: **ExifTool**
* Note: ExifTool supports many filetypes: https://exiftool.org/exiftool_pod.html
* `checksum.deskstop`
* action: md5sum (terminal)
* action: sha1sum (terminal)
* action: sha256sum (terminal)
* dependencies: **md5sum sha1sum sha256sum**
* likely already installed by many distros
## Tips:
You can add your own entries to extend or customize the arguments passed to the utilities.
To view output from the terminal without the terminal automatically closing, we can pass `--noclose`:
`konsole --noclose -e `
More service menus can be found:
* https://store.kde.org/browse?cat=102&ord=latest