https://github.com/manusa/mnlauncher
Simple application launcher
https://github.com/manusa/mnlauncher
Last synced: over 1 year ago
JSON representation
Simple application launcher
- Host: GitHub
- URL: https://github.com/manusa/mnlauncher
- Owner: manusa
- License: apache-2.0
- Created: 2016-02-21T07:06:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T06:05:50.000Z (about 7 years ago)
- Last Synced: 2025-02-04T21:49:26.641Z (over 1 year ago)
- Language: Groovy
- Size: 88.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mnLauncher - Simple Groovy application launcher
[](https://travis-ci.org/manusa/mnLauncher)
## Description
mnLauncher is a simple application launcher written in Groovy.
The aim of the application is to allow the execution of regular commands/scripts/applications through a simple popup menu
that gets displayed whenever you right-click the application's icon which will always be in hand in the foreground.
You can move the icon around or out of the way, but keep it at hand to run your command whenever you need it.
The application menu is defined in a separate file in JSON format. Take a look to the sample **menu.json** to see
how the file is structured.
## Customization
You can change the launcher icon by placing a PNG file named 'favicon.png' in the same directory you store the
application jar (runtime/working directory).