1
0
mirror of https://github.com/pcvolkmer/cert-tools.git synced 2025-04-19 17:06:49 +00:00

22 Commits

Author SHA1 Message Date
a380a2ac96 refactor: extract merge command 2025-01-14 20:23:04 +01:00
6b5fefec71 chore: code cleanup 2025-01-14 19:55:07 +01:00
8a6b5118a0 chore: allow clippy::cast_possible_wrap linting issue 2025-01-12 21:21:28 +01:00
abb57a6c05 chore: use Task::done() 2025-01-08 20:36:48 +01:00
31f7c2fd4a build: add Makefile and workflow to build releases v0.1.0 2025-01-07 15:02:44 +01:00
f25b81c141 build: add NSIS installer script 2025-01-07 14:11:37 +01:00
944e085a57 feat: add copy to clipboard for cert fingerprints 2025-01-07 00:39:43 +01:00
b0ce06515d chore: improve ui display 2025-01-07 00:20:21 +01:00
c02474ac37 feat: show if file is invalid 2025-01-06 18:38:40 +01:00
7905603aad chore: return error string 2025-01-06 17:15:39 +01:00
8e898cf4bb chore: some code cleanup 2025-01-06 17:15:19 +01:00
f26b486553 chore: allow expect and unwrap here 2025-01-06 17:11:47 +01:00
dbc28432b8 refactor: handle error instead of unwrap and panic 2025-01-06 17:09:00 +01:00
be43dcba2e chore: add .gitignore file 2025-01-06 16:52:31 +01:00
13146f474b feat: show information about the loaded chain 2025-01-06 11:46:49 +01:00
3ec36c1795 feat: graphical cert list 2025-01-05 21:25:26 +01:00
9847ff3229 feat: add iced based GUI 2025-01-05 18:02:43 +01:00
ee8409957c refactor: move print_cert() into main.rs 2025-01-04 18:45:47 +01:00
9486cb0653 refactor: move implementation into lib.rs 2025-01-04 15:34:27 +01:00
35e5de2632 refactor: change method name 2025-01-03 23:53:33 +01:00
b1fe6c0be5 refactor: change method name 2025-01-03 13:26:36 +01:00
5127cf168d Initial commit 2025-01-03 13:16:21 +01:00