Appman, a simple applications manager for Linux. Written in Vala. (LADI project modifications)
Go to file
Nedko Arnaudov a335b82f01 .gitignore generated files 2023-06-25 15:30:07 +03:00
build added missing gitignore file 2013-03-26 21:44:52 +01:00
src Split library from RapidLauncher 2016-03-06 10:49:26 +01:00
.gitignore .gitignore generated files 2023-06-25 15:30:07 +03:00
COPYING First Commit 2012-12-10 18:29:33 +01:00
Makefile fix build (appman.h include path) 2023-06-25 15:24:42 +03:00
README.md Added link to RapidLauncher 2016-03-06 11:06:48 +01:00
STRUCTURE.md Added explanation about backend structure 2016-03-05 12:10:16 +01:00

README.md

Appman

Appman is a library (single-threaded) written in Vala to manage the applications installed on a Linux system. Infact, its name means Application Manager (Appman). You could use this library to write your application launchers. An example is RapidLauncher. The library comes from Rocket-Launcher but I made some changes to make it better. Look at the [structure] (https://github.com/echo-devim/RapidLauncher/blob/master/STRUCTURE.md).

Version

0.3

Dependencies

Install valac (at least version 0.16) from your repository. You need also glib-2.0.

Installation

Just run make and then sudo make install to install it.

TODO

  • Reduce memory usage

License

GPLv3