A simple application to handle all of your Linux configuration needs.
  • C++ 92.5%
  • Shell 4%
  • CMake 3.5%
Find a file
2025-07-26 07:17:16 -05:00
drawer drawer: rest of formatting cleanup and properly setting min/maxes 2024-11-20 01:07:30 -06:00
src config: add additional trim before first branches to fix indented comments 2025-07-26 07:16:23 -05:00
.gitignore gitignore: add CMake and QT stuff in preparation 2024-09-26 17:30:05 -05:00
CMakeLists.txt Merge branch 'main' into dev 2025-03-26 04:48:03 -05:00
LICENSE Initial commit 2024-09-26 17:09:16 -05:00
PKGBUILD pkgbuild: fix integrity check 2025-03-26 05:01:00 -05:00
README.md readme: update with initial info 2024-09-26 17:29:49 -05:00

wrench

WRangle ENtire Config Home

A simple application to handle all of your Linux configuration needs.

build

Build the project using:

cmake -B build -S .
cmake --build build

running

The program is now in the build directory and can be run with

./build/wrench