Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sodomon2/luarun
A simple applications launcher
https://github.com/sodomon2/luarun
Last synced: about 12 hours ago
JSON representation
A simple applications launcher
- Host: GitHub
- URL: https://github.com/sodomon2/luarun
- Owner: sodomon2
- Created: 2021-05-03T05:11:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T05:17:53.000Z (over 3 years ago)
- Last Synced: 2023-11-16T01:27:06.873Z (12 months ago)
- Language: Lua
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LuaRun
LuaRun is a simple applications launcher in lua## Screenshot
![screenshot](https://github.com/sodomon2/project-screenshot/blob/master/luarun/screenshot.png?raw=true)
## Installation
> Note: in order to install `luarun` you need to have [luastatic](https://github.com/ers35/luastatic) installed```
git clone https://github.com/sodomon2/luarun.git
make luarun
[sudo] make install
```## Dependencies
- [Lua](https://www.lua.org/download.html)
- [Lua-lgi](https://github.com/pavouk/lgi)