A modern TUI to control your CuriOS system.
This project uses Just to manage development commands.
Use the appropriate shell environment before with nix-shell shell.nix.
-
Lint Files: Check code quality for Nix and Bash files:
just lint
-
Test Application: Launch the
curios-managerTUI:just test -
Publish a new version: Create a new git tag, push it, build it and update the hash signature for the Nix package:
just publish 0.21
-
Run: Build the Nix package (from Github) and run it:
just run
-
Clean: Remove build artifacts:
just clean
-
List Commands: Show all available recipes:
just --list
Copyright (C) 2025-2026 David BASTIEN
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
