https://github.com/echo-devim/rapidlauncher
Rapid Launcher is a simple and lightweight application launcher for linux (OSX/Android style)
https://github.com/echo-devim/rapidlauncher
application-launcher gtk3
Last synced: 5 months ago
JSON representation
Rapid Launcher is a simple and lightweight application launcher for linux (OSX/Android style)
- Host: GitHub
- URL: https://github.com/echo-devim/rapidlauncher
- Owner: echo-devim
- License: gpl-3.0
- Created: 2016-03-06T09:51:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T13:34:53.000Z (about 8 years ago)
- Last Synced: 2025-07-05T06:36:59.740Z (5 months ago)
- Topics: application-launcher, gtk3
- Language: C
- Size: 233 KB
- Stars: 8
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Rapid Launcher
===============
Rapid Launcher is an application launcher that is supposed to be fast and relatively lightweight.
The backend is written in Vala and the frontend is written with C/GTK+ 3.
Rapid Launcher is born to give a good launcher also for old PCs. It's really simple and is inspired by the Android and OSX launchers.
**NOTE:** Clone this repository using: `git clone --recursive https://github.com/echo-devim/RapidLauncher.git`

### Usage
Use the `inmem` option to keep the application in memory speeding up all the next times you will open the application.
### Version
0.3
### Dependencies
Install gtk+ 3 devel to compile this software. For Fedora/RHEL/CentOS is `gtk3-devel` and for Ubuntu/Debian is `libgtk-3-dev`.
### TODO
* Align the matching applications of a search in the right way
### License
GPLv3