This application allow you easily to calculate. If you use this application, you can do it like this.
$calc 1+1
2
$calc "(1+1)*2"
4
excecute make file.
- Fork it (https://github.com/your-github-user/clicalculator/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- RikitoNoto - creator and maintainer