Go to file
2024-05-09 22:37:42 +05:30
doc 01 A simple calculator 2024-01-01 20:37:06 +05:30
resources fet: Release 1.7.1 2024-05-09 22:35:41 +05:30
src/kanipaan feat: Suppress warning when input is piped 2024-05-09 22:14:49 +05:30
test/kanipaan refactor: simplify 2024-05-05 17:31:46 +05:30
.gitignore Update usage and .gitignore 2024-01-21 14:25:40 +05:30
CHANGELOG.md doc: Update changelog for release 1.7.1 2024-05-09 22:37:42 +05:30
LICENSE doc: Change from EPL to GPL 2024-05-04 20:53:35 +05:30
project.clj fet: Release 1.7.1 2024-05-09 22:35:41 +05:30
README.md fet: Release 1.7.1 2024-05-09 22:35:41 +05:30

Kanipaan

Kanipaan, the command line calculator

Installation on GNU/Linux / Mac

Have Java installed, then in terminal:

$ cd ~
$ wget https://codeberg.org/kanipaan/kanipaan/releases/download/1.7.1/kanipaan-1.7.1-standalone.jar

This will download the jar file in your home directory.

Now let's create a hidden directory named .kanipaan:

$ mkdir ~/.kanipaan

Let's move this 🫙 to the hidden directory

$ mv kanipaan-1.7.1-standalone.jar ~/.kanipaan

Let's add an alias in .bashrc or .zshrc for it to be used in a easy way:

Open either .bashrc or .zshrc, add this line:

alias kani='java -jar ~/.kanipaan/kanipaan-1.7.1-standalone.jar'

Let's let's load .bashrc or .zshrc in terminal:

$ source ~/.bashrc

or

$ source ~/.zshrc

Enjoy 🥳

$ kani

Learn more

Learn more about Kanipaan here: https://yu7.in/kani

License

Copyright © 2024 Karthikeyan A K

This program and the accompanying materials are made available under the terms of the GPL Version 3.0 or later. One can read the license from: https://www.gnu.org/licenses/gpl-3.0.txt