Skip to content
Vladimir edited this page Sep 21, 2022 · 1 revision

Welcome to the Dolphin wiki!

A set of scripts written in bash for use in the context menu of the Dolphin file manager. Allows you to work with PDF files and image files.

When working with PDF files, it is supported:

  • pdfmark - combining several files into one and adding bookmarks. Bookmarks get the names of the added files. This scenario is convenient to use to combine payment documents for a certain period of time into one file, which can greatly reduce the number of stored documents. That is what it was written for. Used through the context menu of the file manager, but can be used as a standalone script. To do this, when calling the script, you need to pass the names of the files to be added.
  • pdf_service_menu - a set of various functions for working with pdf files, collected in one script. The call to a particular function is passed as a command when the script is called. Depending on the function, the required arguments also change. Each script function processes its arguments independently.

Scripts for working with images are located in the photo directory.

  • photo_menu - a shell for changing the size of photos, changing the degree of jpg compression and renaming photo files to the form YYYYMMDD_hhmmss.jpg.
  • image_menu - allows you to convert images from one format to another. Supports conversion to jpg and png. In addition, the script allows you to combine images into a PDF file.

All scripts presented on this page were written solely for the processing and preparation of working documents. Preparing photos for sending by e-mail, since it is far from always possible to send a large image file by mail.

The pdf and photo directories are provided with an install.sh script that copies files to the appropriate subdirectories of the user's home directory and sets file access rights.

Scripts are distributed freely, without any guarantees. You have the right to use, transfer from third parties, modify for your own purposes.

Clone this wiki locally