Simple interactive calculator to any unix-like system
The uc (Unix Calculator) allows to users perfom different operations in user-friendly interactive mode.
๐ Pure Muscle, No Fluff! ๐ช
Crafted in the mighty C language, uc (Unix Calculator) stands alone with only Readline lib dependency! Ultimate lone wolf! ๐บ
๐ Epic Number Display! ๐
Long numbers? No problem! uc (Unix Calculator) formats them with style, making complex calculations easy to read! ๐
๐ Type with Familiar Finesse! โจ๏ธ
uc (Unix Calculator) embraces your ~/.inputrc! ๐ Unleash your bash and zsh muscle memory as you effortlessly navigate, edit, and recall commands like a seasoned pro!
๐ Tackle Giant Numbers! ๐ช
Flex your math muscles with uc (Unix Calculator)'s ability to handle up to 30+digit numbers, including decimals! Feel the raw power! ๐ช๐ฆพ
๐ Quick Result Recall! ๐
Messed up? Just hit the up arrow and uc (Unix Calculator) retrieves your last result faster than a lightning strike!
๐ Chain Calculations! โก
uc (Unix Calculator) keeps your previous results on deck, ready for more action!๐ด Press Tab key to insert your previous result to expression! โก
๐ Universal Compatibility! ๐
From Linux to macOS to BSD, uc (Unix Calculator) flexes on any system! ๐
๐ Actively maintened Open-Source Powerhouse! ๐ช
- readline
git clone https://github.com/yellow-footed-honeyguide/uc.git
cd uc
mkdir build && cd build
cmake ..
cmake --build .
For system-wide installation (may require elevated privileges like sudo
):
cmake --install .
If you encounter a bug or have a feature request, please use one of the following templates:
If you'd like to contribute to this project, please read our Contributing Guidelines for more information on how to get started.
Sergey Veneckiy
- Email: s.venetsky@gmail.com
- GitHub: @yellow-footed-honeyguide
This project is licensed under the MIT License