summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Collapse)Author
2025-08-06✨feat: improve error message formatting with colored outputNaz
2025-08-01🐛fix: exit with non-zero status when error occursNaz
2025-07-31✨feat: use a separate run() function and handle error output in mainNaz
2025-07-31✨feat: use the custom Result type instead of the standardNaz
2025-07-30🔧refactor: move the list logic to PackageManagerNaz
2025-07-29🔧refactor: use a single PackageManager instanceNaz
2025-07-29🔧refactor: replace old logic with new methodsNaz
2025-07-29🔧refactor: use separate structs for download logicNaz
2025-07-28✨feat: add list command to show installed AppImagesNaz
2025-07-28✨feat: implement basic install and remove commandsNaz
2025-07-25🛠️chore: initialized a Rust project using CargoNaz