README.md

Desktop File Script

This script generates desktop files for applications, allowing users to customize them as needed.

Table of Contents

Usage

To use the script, run it from the command line with the following options:

./desktop-file # Load the main menu
./desktop-file -h, --help # Display help information
./desktop-file -v, --version # Display version information

Features

  • Create Desktop File: Generate a new desktop file for an application.
  • Edit Desktop File: Edit an existing desktop file.
  • Delete Desktop File: Remove an existing desktop file.

Installation

  1. Clone the repository:

    git clone https://github.com/chocoOnEstrogen/dotfiles
    cd dotfiles/scripts/desktop-file
    
  2. Make the script executable:

    chmod +x desktop-file
    
  3. Run the script:

    ./desktop-file
    

Code Reference

The main script is located in the following file: