index
:
ndpm13/zap-rs
main
Mirror of https://git.ch-naseem.com/ndpm13/zap-rs
Naz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2025-08-03
✨feat: add a more spesific error for the download process
Naz
2025-08-01
🐛fix: exit with non-zero status when error occurs
Naz
2025-07-31
✨feat: remove expect from path module
Naz
2025-07-31
✨feat: use a separate run() function and handle error output in main
Naz
2025-07-31
✨feat: use the custom Result type instead of the standard
Naz
2025-07-31
✨feat: implement Display and Error traits for custom Error enum
Naz
2025-07-31
✨feat: add an error module
Naz
2025-07-30
🔧refactor: use file_stem() instead of strip_suffix() in list command
Naz
2025-07-30
🔧refactor: move the list logic to PackageManager
Naz
2025-07-29
🔧refactor: use a single PackageManager instance
Naz
2025-07-29
🔧refactor: replace old logic with new methods
Naz
2025-07-29
🔧refactor: move the symlink removal logic to SymlinkManager
Naz
2025-07-29
🔧refactor: move the rest of the indexing relating logic to Index
Naz
2025-07-29
🔧refactor: move the path preparing logic to Downloader
Naz
2025-07-29
🔧refactor: remove types.rs
Naz
2025-07-29
🔧refactor: use separate structs for download logic
Naz
2025-07-29
🎨style: some formatting here and there
Naz
2025-07-28
✨feat: add list command to show installed AppImages
Naz
2025-07-28
🐛fix: create the index dir before the index files
Naz
2025-07-28
✨feat: implement basic install and remove commands
Naz
2025-07-28
🔧refactor: rename ndpm references to zap-rs
Naz
2025-07-28
✨feat: add AppImage removal functionality
Naz
2025-07-27
✨feat: add executable symlink creation to ~/.local/bin
Naz
2025-07-27
✨feat: add AppImage download with progress tracking
Naz
2025-07-27
✨feat: add AppImage index persistence
Naz
2025-07-25
✨feat: add basic CLI args and data types scaffolding
Naz
2025-07-25
✨feat: add core directory utilities
Naz
2025-07-25
🛠️chore: initialized a Rust project using Cargo
Naz