https://github.com/xoofx/kalk
kalk is a powerful command line calculator app for developers.
https://github.com/xoofx/kalk
calculator tool
Last synced: about 2 months ago
JSON representation
kalk is a powerful command line calculator app for developers.
- Host: GitHub
- URL: https://github.com/xoofx/kalk
- Owner: xoofx
- License: bsd-2-clause
- Created: 2020-05-06T04:59:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T18:24:18.000Z (about 1 year ago)
- Last Synced: 2024-05-01T14:08:16.882Z (about 1 year ago)
- Topics: calculator, tool
- Language: C#
- Homepage: https://kalk.dev
- Size: 10.6 MB
- Stars: 282
- Watchers: 8
- Forks: 15
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Funding: .github/FUNDING.yml
- License: license.txt
Awesome Lists containing this project
- awesome-programming-tools - Kalk - Kalk is a powerful command line calculator app for developers. (Math:)
README
# kalk [](https://github.com/xoofx/kalk/actions) [](https://github.com/xoofx/kalk/actions) [](https://www.nuget.org/packages/kalk/)
This is the repository of [kalk](https://kalk.dev), a powerful command line **calculator app** for developers.
## Supported Platforms
- Windows x64
- Linux x64 (Debian derivatives - e.g Ubuntu - and distributions supporting RPM packages)
- macOS (High Sierra and higher)## Download
Visit the [Download](https://kalk.dev/download) section.
## How to Build?
You need to install the [.NET 7.0 SDK](https://dotnet.microsoft.com/download/dotnet/7.0).
Then from the root folder:
```console
$ dotnet build src -c Release
```Alternatively, you can install latest Visual Studio 2022 and open the `src/kalk.sln` solution.
## License
This software is released under the [BSD-Clause 2 license](https://opensource.org/licenses/BSD-2-Clause).
## Author
Alexandre Mutel aka [xoofx](https://xoofx.github.io).