Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 869 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 869 Bytes

CI

App to grid

Simple linux command line tool to add applications to the app grid or list of your desktop environment.

Appgrid

How it works

App to grid creates a .desktop file in /usr/share/applications for your application, so you can access it from the app grid or list of your desktop environment.

Optionally it copies your binary to /usr/bin. That is useful for binaries like AppImages.

Getting started

  1. Make AppToGrid executable chmod +x ./AppToGrid.sh.

  2. Start AppToGrid sudo ./AppToGrid.sh and follow the prompts.

Always enter the full path, application name and extension when the source application path is prompted, e.g. /path/to/myApp.AppImage