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-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
2025-07-28
📚docs: add project README
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
🐛fix: add missing deps
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