Commit graph

201 commits

Author SHA1 Message Date
d59555bf92
global theme flag/theme resolution themes all the things
All checks were successful
Generic zig build / build (push) Successful in 4m45s
Generic zig build / publish-macos (push) Successful in 11s
Generic zig build / deploy (push) Successful in 17s
2026-06-27 10:20:59 -07:00
ef7f8c2bd1
apply theme to CLI 2026-06-27 10:20:58 -07:00
ec96b60eb4
add theming (chart graphics only) 2026-06-27 10:20:56 -07:00
f107002b93
provide chart for the projections --vs command 2026-06-27 10:20:52 -07:00
a70e61d873
projections CLI kitty-chart for return-backtest and convergence (if terminal supported) 2026-06-27 10:20:51 -07:00
42a16cbbd3
zoom overlay the same way it gets zoomed in the TUI (default zoom only) 2026-06-27 10:20:51 -07:00
98f0f96bf5
chart export for return backtest and convergence projection charts 2026-06-27 10:20:50 -07:00
6827b70f85
draw vertical line on projections chart for projected retirement date 2026-06-27 10:20:49 -07:00
acf5f723f8
move braille charts to its own space 2026-06-27 10:20:48 -07:00
8ca673c8e3
better quote name resolution 2026-06-27 09:49:32 -07:00
aa8dafa3ab
add prev close to cli/tui 2026-06-26 23:22:06 -07:00
120c51bce4
implementation of spending smile 2026-06-26 14:54:59 -07:00
8e0288d437
add the period change to quote display on cli/tui 2026-06-26 10:25:14 -07:00
3e45393d93
add --since flag to quote 2026-06-26 10:25:13 -07:00
3f48a5b38c
update docs for chart changes 2026-06-26 10:25:12 -07:00
25f074f622
add kitty chart for quote command 2026-06-26 10:25:12 -07:00
dd550a85d9
add ADDITIONAL kitty-based projections chart to the top of the projections command if terminal supports 2026-06-26 10:25:10 -07:00
692a28aed7
add placeInline for term_graphics, to be used for kitty charts 2026-06-26 10:25:09 -07:00
78076b5319
wire kitty chart into history cli command 2026-06-26 10:25:08 -07:00
6d47b46a5a
add kitty cli graphics infrastructure 2026-06-26 10:25:08 -07:00
6170dc1ac1
chart refactor + history gains --export-chart 2026-06-26 10:25:06 -07:00
e6ec5fdac1
centralize charting/extract shared helpers, prepare for kitty-chart history 2026-06-26 10:25:05 -07:00
097fe68d35
additional tests/bump coverage floor 2026-06-25 14:46:09 -07:00
7e9261f92f
add in-kind transfer capability 2026-06-25 13:49:29 -07:00
d619091831
full emdash (and other) scrub 2026-06-25 10:13:25 -07:00
068913db00
allow imported data to be used in cli projections commands 2026-06-24 16:22:24 -07:00
c46d39a954
handle every hand-edited field in import command 2026-06-24 16:13:49 -07:00
7bc19eafb7
preserve label, ticker and note fields in import command 2026-06-24 16:13:47 -07:00
cd2ccb4c43
add label field, let notes field be strictly for notes 2026-06-24 16:13:47 -07:00
be888069c0
split audit by broker 2026-06-24 16:06:23 -07:00
a9b5b8fe19
projections: suppress output of percentage data when accumulation mode exists 2026-06-24 14:53:45 -07:00
de19e3e760
add ability to detect missing accounts during audit 2026-06-24 14:42:12 -07:00
9c06d25da3
scrub git env variables from all tests 2026-06-24 11:08:37 -07:00
bd0483b26e
make command flag parsing more strict 2026-06-24 10:55:06 -07:00
7e6102cc5f
add name to quote command/tab 2026-06-24 10:33:02 -07:00
c832ecf1bf
add doctor command 2026-06-20 16:53:01 -07:00
839f0e759f
collapse expired options/matured cds 2026-06-19 17:39:22 -07:00
e246d1e9fe
rely on cache clear to delete data - force refresh now simply tops off the candle data 2026-06-19 09:56:56 -07:00
2268f1dfd0
tighten manual price hygiene / compare to penny on cash lots in audit 2026-06-19 09:44:48 -07:00
1c4f85f8da
add exposure command
All checks were successful
Generic zig build / build (push) Successful in 5m58s
Generic zig build / publish-macos (push) Successful in 13s
Generic zig build / deploy (push) Successful in 27s
2026-06-17 12:50:42 -07:00
78ffecba4f
remove remaining AlphaVantage code 2026-06-16 19:44:30 -07:00
415071b955
dedup cusip cache and actually use the cache 2026-06-16 16:00:53 -07:00
8860efb371
delint/get basic async checks working 2026-06-11 20:41:21 -07:00
7fffca04c3
update sector bucket logic, remove "mid" tier on analysis 2026-06-10 16:20:03 -07:00
70dba851a8
introduce concept of "bucket" for symbols to provide user-configurable sector dominance calcuation capability 2026-06-10 15:44:02 -07:00
cd6e22f5ba
update enrich to output names 2026-06-10 15:44:00 -07:00
543228209c
pull all TUI portfolio data into its own struct 2026-06-10 15:43:58 -07:00
b6050bb653
explicit allocator parameters in cache store/service tier, store arena in TUI PortfolioData 2026-06-10 15:43:57 -07:00
474d288c4c
include observations in review tab 2026-06-10 15:43:55 -07:00
a48dc47837
use lot calculations instead of reinventing the wheel
All checks were successful
Generic zig build / build (push) Successful in 4m24s
Generic zig build / publish-macos (push) Successful in 12s
Generic zig build / deploy (push) Successful in 19s
2026-06-06 15:07:28 -07:00