31 Commits

Author SHA1 Message Date
3caca0dfcb (Fix): Removed unneccessary comments that my copilot generated. 2025-11-22 10:17:28 +00:00
8081085f87 (Fix): Fixed version mismatched causing one test to fail 2025-11-22 10:16:57 +00:00
b0788b8aa7 (Chore): Added unit tests for version_test.go 2025-11-22 08:38:40 +00:00
8297721514 (Feat): Follow semantic versioning 2025-11-22 08:37:53 +00:00
795b56cbe6 (Feat): Added an UI panel for remote archive fetching in interactive mode. 2025-11-22 08:37:19 +00:00
b2afdd96e9 (Chore): Updated the unit test to reflect the changes in types.go 2025-11-22 08:36:29 +00:00
35f042be34 (Chore): Updated the struct to contain a RAR field 2025-11-22 08:35:49 +00:00
d656aac9dc (Chore): Added unit tests for fetcher.go 2025-11-22 08:34:22 +00:00
c7541a149e (Feat): Added a new feature, where a user can provided a remote archive url and the tool can download and extract the archive 2025-11-22 08:33:53 +00:00
0590ac9aa1 (Chore): Added unit tests for cli.go 2025-11-22 08:32:58 +00:00
77587fb6b3 (Feat): Added a command line mode as an alternative to interactive mode 2025-11-22 08:32:18 +00:00
e6f1382691 (Chore): Added unit tests detection and rar.go 2025-11-22 08:28:33 +00:00
9424c8aa50 (Feat): Added a new archive type: RAR 2025-11-22 08:27:42 +00:00
71b5030406 (Chore): Use of the new autocompleter here for paths/ 2025-11-21 08:39:37 +00:00
7eb52cf6df (Chore): Uses the new autocompleter function for better path autocomplete 2025-11-21 08:39:02 +00:00
20affc6a6b (Feat): New UI panel for archive comparison feature 2025-11-21 08:38:22 +00:00
c0d1b0854f (Feat): New UI panel for batch processing feature 2025-11-21 08:38:02 +00:00
f25b4c0a59 (Chore): Uses the new autocompletion feature. 2025-11-21 08:37:24 +00:00
ec36ec0661 (Feat): Path autocompletion added. 2025-11-21 08:36:37 +00:00
b6ebff8156 (Chore): Added unit tests for types.go 2025-11-21 08:35:27 +00:00
34f619404e (Feat): New feature: Ability to compare different archives 2025-11-21 08:34:44 +00:00
8fe196b281 (Chore): Added unit tests for zip.go 2025-11-21 08:33:59 +00:00
989f39390f (Chore): Added unit tests for tar.go 2025-11-21 08:33:46 +00:00
3cd3819419 (Chore): Added unit tests for detect.go 2025-11-21 08:31:49 +00:00
002e1377de (Chore): Added unit tests for compare.go 2025-11-21 08:30:30 +00:00
a435a6cb79 (Feat): New feature: Ability to compare different archives 2025-11-21 08:30:09 +00:00
834faf936a (Chore): Added unit tests for batch.go 2025-11-21 08:29:04 +00:00
2929bf1613 (Feat): New feature added: batch operations 2025-11-21 08:28:35 +00:00
21b59c759e (Feat): Wrote Unit tests for archiver.go 2025-11-21 08:27:04 +00:00
93bff3550e (Feat): Add path autocompletion and use sensible defaults when no inputs are provided by the user 2025-11-17 18:57:47 +00:00
a00f70a7fe (Feat): Initial Commit 2025-11-16 19:48:50 +00:00