PaddiM8 / kalker

Scientific calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals
https://kalker.xyz
MIT License
1.59k stars 70 forks source link

Rename binary #4

Closed shilangyu closed 4 years ago

shilangyu commented 4 years ago

kalk instead of kalk_cli would be much more convenient

PaddiM8 commented 4 years ago

Yes, I agree! The problem is that the library is called kalk, and I haven't found a way to tell cargo what name the binary should have... Will have to look into it more. For now you could set up an alias (on Linux at least). echo "alias kalk='kalk_cli'" >> ~/.bashrc