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-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
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
Merge pull request '✨feat: add list command to show installed AppImages' (#...
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
⚖️license: add MIT license
Naz
[next]