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
Age
Commit message (
Expand
)
Author
2025-08-10
📚docs: add some badges
HEAD
main
Naz
2025-08-10
🛠️chore: bump version to 0.2.1
Naz
2025-08-10
🐛fix: avoid copying symlinks to desktop files
Naz
2025-08-10
🐛fix: make sure ~/.local/share/applications exists before using it
Naz
2025-08-09
🛠️chore: bump version to 0.2.0
Naz
2025-08-09
🛠️chore: update deps
Naz
2025-08-09
📚docs: add alias information to command help text
Naz
2025-08-09
Merge pull request '🐛fix: add fallback icon resolutions and conditional ic...
Naz
2025-08-09
✨feat: check all icon resolutions from 1024x1024 to 16x16
Naz
2025-08-09
✨feat: hide stdout of --appimage-extract
Naz
2025-08-09
🐛fix: add fallback icon resolution and conditional icon path updates
Naz
2025-08-08
Merge pull request '✨feat: add desktop integration logic to AppImage and ut...
Naz
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() method
Naz
2025-08-08
🛠️chore: update deps
Naz
2025-08-08
📚docs: update install instructions to use published crate
Naz
2025-08-07
🛠️chore: update manifest
Naz
2025-08-07
🔧refactor: minimize tokio features to essential set
Naz
2025-08-07
📚docs: add GitHub install example and update deps
Naz
2025-08-07
↩️revert: "📚docs: add GitHub install example and update deps"
Naz
2025-08-07
Merge pull request 'feat/issue-15' (#16) from feat/issue-15 into main
Naz
2025-08-07
📚docs: add GitHub install example and update deps
Naz
2025-08-07
✨feat: improve fuzzy select UX with length limit and vim mode
Naz
2025-08-07
🛠️chore: update deps
Naz
2025-08-07
✨feat: add the github functionality
Naz
2025-08-07
✨feat: add scaffolding for the github functionality
Naz
2025-08-07
🐛fix: collapse nested if block
Naz
2025-08-06
✨feat: improve error handling for missing apps
Naz
2025-08-06
🛠️chore: update deps
Naz
2025-08-06
✨feat: improve error message formatting with colored output
Naz
2025-08-05
🐛fix: check for .appimage extension when extracting filename from URL
Naz
2025-08-05
Merge pull request '🐛fix: handle download failures gracefully' (#14) from ...
Naz
2025-08-05
🐛fix: download to a temporary path that will be removed on failure or rena...
Naz
2025-08-05
Merge pull request 'Validate URLs before attempting download' (#13) from feat...
Naz
2025-08-05
✨feat: add some validation for AppImage downloads
Naz
2025-08-03
🛠️chore: update deps
Naz
2025-08-03
Merge pull request 'Add comprehensive error types' (#12) from feat/issue-5 in...
Naz
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
Merge pull request '🔧refactor: separate download logic from AppImage struc...
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
[next]