cork
cork copied to clipboard
A command-line calculator for hex-lovers.
It's nice to be able to `set` `of` to another base but is still a bit verbose, in particular when done for a single operation. Could cork be extended to...
Bumps [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) from 0.2.4 to 0.2.10. Release notes Sourced from unsafe-libyaml's releases. 0.2.10 Fix write to improperly aligned pointer in 32-bit targets (#21) 0.2.9 Documentation improvements 0.2.8 No release notes...
Instead of just having `ans` for the last answer, why not memorize all the answers: cork> 10+2 $0: 12 cork> 3+$0 $1: 15
I'd like to be able to specify multiple output formats, e.g. set of hex bin dec so that each answer is displayed in these radixes: cork> 10+2 0xb 0b1011 12...
Hi, it would be really useful to have a "to _radix_" command to quickly and temporary convert a number or the result of an expression to a different radix (for...
Hi, here in Windows I'm building the v0.2.6 and shows: ```` warning: field `0` is never read --> src\expression.rs:46:25 | 46 | pub struct ParseOpError(String); | ------------ ^^^^^^ | |...