trimsec 0.3.1

Strategic (& fast) content consumption planner.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

## TODO

- [x] Add basic calculation mechanism for saved time and recalculated time.
- [x] Integrate [clap.rs] for command line argument parsing.
- [x] Add basic tests for the calculation mechanism.
- [x] Integrate basic flags:
  - [x] `--help`
  - [x] `--version`
  - [x] `--duration-only`
  - [x] `--time-saved-only`
  - [x] `--seconds`
  - [x] `--emoji`
  - [ ] `--raw`
  - [ ] `--unit`
- [x] Add an indicator for the leftover time in the current day.
- [ ] Integrate with [dijo]https://github.com/oppiliappan/dijo/wiki/Auto-Habits for automatic time tracking.