Updated todo

pull/2/head
Mark 2023-06-11 16:45:36 -07:00
parent 91b2361f28
commit e59cfac837
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 13 additions and 7 deletions

20
TODO.md
View File

@ -1,23 +1,25 @@
- Prettyprint mi/h, mi/g
- Better constant definitions
- Fix unit conversion (km/s * mile)
- Base unit/baseunit naming
- Minimize parenthesis
- Sane autoconversion (mi + km)
## Pre-release
- Commands to list constants, units, and substitutions
- Documentation (usage)
- Documentation (comments)
- More units, better printing
- More units (build.rs for constants and units)
- Print with highlighting
- Cleanup tests, test commands
- Unit tests
- Plural unit names
- Releases
- Unit substitutions
## General
- Compile to WASM, publish a webapp
- CLI Options: evaluate, disable replacement
- CLI Options: evaluate, disable replacement, disable special characters
- Trigonometry & function tests
- Manpage
- vhs demo
## Internals
@ -56,4 +58,8 @@
- fish-style tab completion
- Numbered expressions, history recall
- Better power printing
- Color configuration?
- Color configuration?
## Bonus
- Plural unit names
- Manpage