issues
search
sharkdp
/
insect
High precision scientific calculator with support for physical units
https://numbat.dev/
MIT License
3.17k
stars
126
forks
source link
Various improvements to terminal CLI
#392
Closed
triallax
closed
1 year ago
triallax
commented
1 year ago
Allow passing expression as multiple arguments This allows e.g.
insect 1 + 1
, whereas previously this would've caused an error.
Use insectrc in non-interactive mode too. Fixes #377.
Add alternative location for insectrc ($XDG_CONFIG_HOME/insect/ insectrc). Fixes #307.
Exit with non-zero exit code if evaluating argument fails.
insect 1 + 1
, whereas previously this would've caused an error.