https://github.com/equilaterus/use-less-toolkit
Equilaterus ULT
https://github.com/equilaterus/use-less-toolkit
Last synced: 8 months ago
JSON representation
Equilaterus ULT
- Host: GitHub
- URL: https://github.com/equilaterus/use-less-toolkit
- Owner: equilaterus
- License: gpl-3.0
- Created: 2023-05-18T00:55:16.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-03-05T21:19:10.000Z (almost 2 years ago)
- Last Synced: 2025-06-06T01:25:32.419Z (9 months ago)
- Language: C
- Size: 374 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Use-Less-Toolkit for Linux

**Use-Less-Toolkit** is a configurable UI to launch your favorite scripts, applications and locations, everything on a single useless application for lazy people that does not like writing commands on the terminal (or those ones that tend to forget everything).
Configuration samples are available under *data* folder
## Quick start
### Fedora
1. Install these packages:
```bash
sudo dnf install clang
sudo dnf install freetype-devel
sudo dnf install glfw-devel
```
2. Install **clangd** extension for VSCode (or VSCodium).
3. Build with **Ctrl + Shift + B** and debug with **F5**.