Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiskw/hiruge
X11-based simple software launcher
https://github.com/tiskw/hiruge
cpp launcher-application x11
Last synced: 2 days ago
JSON representation
X11-based simple software launcher
- Host: GitHub
- URL: https://github.com/tiskw/hiruge
- Owner: tiskw
- License: mit
- Created: 2024-08-13T14:33:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T14:34:29.000Z (5 months ago)
- Last Synced: 2024-12-30T11:45:30.580Z (22 days ago)
- Topics: cpp, launcher-application, x11
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HiRuGe - software launcher for Linux
================================================================================X11-based simple software launcher with auto command complete.
Install
--------------------------------------------------------------------------------You can build HiRuGe from source code by the following command:
```shell
# Install necessary tools to build.
apt install g++ make libx11-dev libxft-dev libfreetype-dev# Build.
make
```Usage
--------------------------------------------------------------------------------Execute HiRuGe binary and type a name of command which you want to launch
and hit enter. Then the command you'be typed will be called.Customize
--------------------------------------------------------------------------------You can customize HiRuGe by creating a config file and modify it appropriately.
Currently you can customize the following items:* Size of the main window,
* Border width of the main window,
* Window title.
* Text position,
* Font name and size,### Create your config file
Before you start customizing HiRuGe, please create your config file.
```shell
# Create a config directory for HiRuGe.
mkdir -p ~/.config/hiruge# Create a new config file.
cp ~/.config.toml ~/.config/hiruge
```Licence
--------------------------------------------------------------------------------[MIT Licence](https://opensource.org/licenses/mit-license.php)