mirror of https://github.com/rm-dr/daisy
Updated todo
parent
91b2361f28
commit
e59cfac837
20
TODO.md
20
TODO.md
|
@ -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
|
Loading…
Reference in New Issue