|
|
ac6c734722
|
feat: Added --color flag.
|
2026-06-26 14:15:20 -04:00 |
|
|
|
a4f4b10a7b
|
refactor: Used RTTI for more sophisticated flag parsing.
|
2026-06-26 13:49:01 -04:00 |
|
|
|
581967a58d
|
nix: Fixed the nix build.
|
2026-06-25 18:08:08 -04:00 |
|
|
|
6ec09309dd
|
fix: -h short flag now works on subcommands.
|
2026-06-25 18:07:31 -04:00 |
|
|
|
c5020bd6a6
|
chore: Re-numbered todos.
|
2026-06-25 18:00:54 -04:00 |
|
|
|
d5981d7b88
|
feat: Added --format, -f flag.
Allows printing data in tabular or json format.
|
2026-06-25 17:53:44 -04:00 |
|
|
|
6fa68d10b1
|
style: Ignored allocation errors where possible.
|
2026-06-25 17:34:34 -04:00 |
|
|
|
13e9495642
|
refactor: Replaced fmt.printf calls with fmt.eprintf.
|
2026-06-25 17:21:14 -04:00 |
|
|
|
ad3de74e35
|
test: Rewrote expect checks to use expect_value where appropriate.
|
2026-06-25 17:13:50 -04:00 |
|
|
|
0b5bf4db73
|
perf: Improved the performance of table rendering.
|
2026-06-25 10:22:00 -04:00 |
|
|
|
96b3d6340a
|
perf: remotes are now stored as a newline delimited list.
Previously they were saved as json.
|
2026-06-25 10:22:00 -04:00 |
|
|
|
5cc7973775
|
fix: Used os path separator rather than '/' where appropriate.
|
2026-06-24 17:55:54 -04:00 |
|
|
|
f825bc2b09
|
fix: Databases errors are less likely to go unnoticed.
|
2026-06-24 17:38:13 -04:00 |
|
|
|
d43b6a75a7
|
chore: Updated TODOS numbers.
|
2026-06-24 17:07:19 -04:00 |
|
|
|
5bc776dd70
|
refactor: Removed PascalCase names.
|
2026-06-24 17:06:14 -04:00 |
|
|
|
bd39e93785
|
refactor(cli): write_usage and write_command_help now use text/table.
|
2026-06-24 16:58:12 -04:00 |
|
|
|
91d0800731
|
test: Simplified temp directory creaation.
|
2026-06-24 15:49:33 -04:00 |
|
|
|
cd3e1b1110
|
test: Fixed scan_test.
|
2026-06-24 15:14:12 -04:00 |
|
|
|
bb6c067b97
|
refactor: App now crashes if home isn't set.
|
2026-06-24 14:35:05 -04:00 |
|
|
|
3331a40053
|
refactor: Simplified absolute path resolution code.
|
2026-06-24 14:06:42 -04:00 |
|
|
|
de1594d9d1
|
fix: Handled mk_dir error.
|
2026-06-24 13:46:25 -04:00 |
|
|
|
dc72ff56fd
|
fix: Fixed some leaks in backup and scan.
|
2026-06-24 13:28:15 -04:00 |
|
|
|
78984b57ff
|
refactor: Ignored allocation errors.
|
2026-06-24 13:08:52 -04:00 |
|
|
|
9256d94f70
|
chore: Handled decoding errors.
|
2026-06-24 11:49:06 -04:00 |
|
|
|
a11925e720
|
refactor(ssh): Partially cleaned up.
|
2026-06-24 11:42:31 -04:00 |
|
|
|
6139485d13
|
chore(ssh): Removed is_encrypted_key.
|
2026-06-22 10:17:28 -04:00 |
|
|
|
4fcd0b3c9d
|
chore: Cleaned up some files.
|
2026-06-22 09:28:30 -04:00 |
|
|
|
63d00a1f55
|
refactor(config): Switched property names to camel_case.
|
2026-06-22 09:20:11 -04:00 |
|
|
|
29415da692
|
chore: Re-numbered todos.
|
2026-06-21 23:10:29 -04:00 |
|
|
|
f703a8df5d
|
refactor(db.odin): Renamed fields for consistency.
|
2026-06-21 22:58:43 -04:00 |
|
|
|
2683e2a00f
|
refactor(sqlite): Used distinct types for Db and Stmt pointers.
Also made some other improvements to it.
|
2026-06-21 16:52:21 -04:00 |
|
|
|
9683216efe
|
refactor(sqlite): Removed db_ prefix from db_open and db_close.
|
2026-06-20 18:49:56 -04:00 |
|
|
|
92faab2706
|
refactor: Used the official table package.
|
2026-06-19 19:35:42 -04:00 |
|
|
|
f2da8b9f22
|
refactor: Used ansi project constants instead of inlines.
|
2026-06-19 18:17:42 -04:00 |
|
|
|
4097e37d9f
|
chore: Made some code more windows friendly.
|
2026-06-19 18:09:40 -04:00 |
|
|
|
f5eeb55dd1
|
refactor: Removed dead code.
|
2026-06-19 18:09:40 -04:00 |
|
|
|
e4b32a9909
|
test: Added spall config back.
|
2026-06-19 17:33:43 -04:00 |
|
|
|
1562fb3665
|
fix: Fixed vet errors.
|
2026-06-19 17:33:43 -04:00 |
|
|
|
c7c254f6f2
|
fix: Fixed leaks.
|
2026-06-19 15:32:44 -04:00 |
|
|
|
0083e4e0db
|
fix(scan): Fixed a bug preventing TUI from working.
|
2026-06-19 14:39:53 -04:00 |
|
|
|
33cd7c4eda
|
feat: Colorized console output.
|
2026-06-19 13:45:55 -04:00 |
|
|
|
a03d388a0c
|
refactor: Allocations now use the temp_allocator more frequently.
|
2026-06-19 07:50:57 -04:00 |
|
|
|
84764d03a6
|
refactor: Cleaned up the sync and scan commands.
|
2026-06-19 07:29:51 -04:00 |
|
|
|
0523c09601
|
refactor: Gave db its own allocator.
|
2026-06-18 17:29:28 -04:00 |
|
|
|
f137fc79fc
|
refactor: Fixed up env_file_sync.
|
2026-06-18 16:35:03 -04:00 |
|
|
|
8d5e50566b
|
ci: Fixed release-please.
|
2026-06-18 10:43:47 -04:00 |
|
|
|
5059572951
|
fix: Fixed memory leaks in the db.
|
2026-06-18 10:35:21 -04:00 |
|
|
|
d2b84ac4c6
|
refactor(crypto): used a proper init procedure.
|
2026-06-18 08:18:09 -04:00 |
|
|
|
96bc218c46
|
style: Ordered procedures by usage, with main at the top.
|
2026-06-18 08:08:46 -04:00 |
|
|
|
3b32e365c9
|
chore: Updated TODOS.md
|
2026-06-18 07:45:38 -04:00 |
|