All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.
- add excalidraws - (41e31bf) - Tyr Chen
1-13-trait-and-enum-dispatch - 2024-03-25
- reafactor with a CmdExecutor trait - (4a41d44) - Tyr Chen
- use enum_dispatch to reduce duplicate code - (7c261a9) - Tyr Chen
1-12-tower-http - 2024-03-25
- add tower-http support - (7b16765) - Tyr Chen
1-11-http-static-server - 2024-03-24
- support http static file server - (c76f146) - Tyr Chen
1-10-sign-verify - 2024-03-24
- add sign/verify cli for text - (ae4b658) - Tyr Chen
1-9-base64 - 2024-03-24
- support base64 encode/decode cli - (bbccc7d) - Tyr Chen
1-8-genpass - 2024-03-24
- add password generator - (d39aef2) - Tyr Chen
- support zxcvbn to test password strength - (d7cecba) - Tyr Chen
- support generic csv to json and yaml output - (76f463f) - Tyr Chen
- add csv cli support - (71196b3) - Tyr Chen
- correct the project url in cliff config (#1) - (073119d) - Tyr Chen