summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-08-09🐛fix: add fallback icon resolution and conditional icon path updatesNaz
2025-08-08✨feat: add desktop integration logic to AppImage and utilize it in PackageM...Naz
2025-08-08🔧refactor: move AppImage construction logic to new() methodNaz
2025-08-07✨feat: improve fuzzy select UX with length limit and vim modeNaz
2025-08-07✨feat: add the github functionalityNaz
2025-08-07✨feat: add scaffolding for the github functionalityNaz
2025-08-07🐛fix: collapse nested if blockNaz
2025-08-06✨feat: improve error handling for missing appsNaz
2025-08-06✨feat: improve error message formatting with colored outputNaz
2025-08-05🐛fix: check for .appimage extension when extracting filename from URLNaz
2025-08-05🐛fix: download to a temporary path that will be removed on failure or rena...Naz
2025-08-05✨feat: add some validation for AppImage downloadsNaz
2025-08-03✨feat: add a more spesific error for the download processNaz
2025-08-01🐛fix: exit with non-zero status when error occursNaz
2025-07-31✨feat: remove expect from path moduleNaz
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-31✨feat: implement Display and Error traits for custom Error enumNaz
2025-07-31✨feat: add an error moduleNaz
2025-07-30🔧refactor: use file_stem() instead of strip_suffix() in list commandNaz
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: move the symlink removal logic to SymlinkManagerNaz
2025-07-29🔧refactor: move the rest of the indexing relating logic to IndexNaz
2025-07-29🔧refactor: move the path preparing logic to DownloaderNaz
2025-07-29🔧refactor: remove types.rsNaz
2025-07-29🔧refactor: use separate structs for download logicNaz
2025-07-29🎨style: some formatting here and thereNaz
2025-07-28✨feat: add list command to show installed AppImagesNaz
2025-07-28🐛fix: create the index dir before the index filesNaz
2025-07-28✨feat: implement basic install and remove commandsNaz
2025-07-28🔧refactor: rename ndpm references to zap-rsNaz
2025-07-28✨feat: add AppImage removal functionalityNaz
2025-07-27✨feat: add executable symlink creation to ~/.local/binNaz
2025-07-27✨feat: add AppImage download with progress trackingNaz
2025-07-27✨feat: add AppImage index persistenceNaz
2025-07-25✨feat: add basic CLI args and data types scaffoldingNaz
2025-07-25✨feat: add core directory utilitiesNaz
2025-07-25🛠️chore: initialized a Rust project using CargoNaz