Skip to content

MatiasG19/linux-app-to-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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