HK
Catrans
Catrans is a simple terminal based cash register, it's main purpose is to record
and process transactions in the terminal.
Features
- Able to record up to more than 99+ items per-cart
- Configurable
- Easy to use & setup
Requirements
- GCC/MSVC/Clang (With support for C11)
- CMake >= 3.12
Setup guide
Clone the project
git clone https://github.com/Hkaar/Catrans.gitCreate the build directory
bash
mkdir buildPowerShell
New-Item -Path "." -Name "build" -ItemType DirectoryConfigure CMake
bash
cd build && cmake ..PowerShell
cd build; cmake ..Build the project
cmake --build buildRun the project
./build/catransOn this page
Languages
C94.9%CMake5.1%
Contributors
Latest Release
v1.0.0March 19, 2025MIT License
Created February 24, 2025
Updated March 20, 2025