https://github.com/probonopd/appwrapper
Execute a binary on Linux and show a desktop notification in case of errors
https://github.com/probonopd/appwrapper
application-launcher errors go golang linux
Last synced: 8 months ago
JSON representation
Execute a binary on Linux and show a desktop notification in case of errors
- Host: GitHub
- URL: https://github.com/probonopd/appwrapper
- Owner: probonopd
- License: mit
- Created: 2019-11-04T02:48:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T18:19:43.000Z (about 6 years ago)
- Last Synced: 2025-03-31T22:11:29.725Z (10 months ago)
- Topics: application-launcher, errors, go, golang, linux
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appwrapper
Execute a binary on Linux and show a desktop notification in case of errors

## Usage
Just prepend `appwrapper` when invoking an application:
```
appwrapper ./Atom-1.5.3-x86_64.AppImage
```
This is mainly inteded for wrapping applications that are launched by graphical user interfaces.
## Credits
Inspired by Haiku OS
