No description
Find a file
2025-04-21 21:52:51 +08:00
erl Update erl service menu with new action 2025-04-21 21:52:51 +08:00
.gitignore Ignore hidden files 2024-05-10 15:28:50 +08:00
installer.sh Minor update to error message 2024-05-16 15:05:00 +08:00
md.sh Increase version num 2024-05-16 15:05:21 +08:00
README.md Add basic readme 2024-05-14 01:37:53 +08:00

ServiceMenu

About

A collection of Dolphin Service Menus for various use cases and an installer script for easy installation and removal.

Requirements

  • bash 5.0+

Installation

  1. Ensure that you have met all of the project requirements.

  2. Clone the repository:

    git clone https://gitlab.com/irfanhakim/servicemenu.git ~/.servicemenu
    
  3. Get into the local repository:

    cd ~/.servicemenu
    
  4. Determine the Dolphin Service Menu you wish to install that is available in the repository by their directory name (i.e. erl).

  5. Use the installer script:

    Use the help option to see other available options:

    ./installer.sh --help
    

    For the most basic installation, run the script while specifying the namespace (directory name) of the Dolphin Service Menu you wish to install (i.e. erl):

    ./installer.sh --namespace erl
    

    By default, the installer will install the specified Dolphin Service Menu to the ~/.local/share/kio/servicemenus directory.