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

31 Commits

Author SHA1 Message Date
75455843ee chore: add app icon 2025-01-24 15:17:20 +01:00
557ca5602d chore: use monospace font 2025-01-23 12:18:54 +01:00
599b40e21a refactor: use color! macro 2025-01-23 11:08:49 +01:00
741f15b7e1 chore: use text_input to prevent line wrap 2025-01-23 11:03:16 +01:00
41ba88c0b6 refactor: create fixed chain using reference to certs v0.2.0 2025-01-21 09:48:50 +01:00
3e19abd4db
Merge pull request #2 from pcvolkmer/feat_improve_ui
feat: improve ui
2025-01-20 20:34:39 +01:00
01f297d1bf feat: improve ui 2025-01-20 20:31:50 +01:00
845c7331a3
Merge pull request #1 from pcvolkmer/feat_cleanup
feat: cleanup loaded chain
2025-01-20 03:14:59 +01:00
f5a60d82d7 feat: cleanup loaded chain 2025-01-20 01:59:32 +01:00
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