From b3543a87acb852cd23dd069c0ed262d047b7a679 Mon Sep 17 00:00:00 2001 From: wp Date: Wed, 23 Jul 2025 19:51:56 -0500 Subject: [PATCH] Update README.md --- README.md | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f3014a1..92d4f69 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,17 @@ -AppImageDaemon2 (aid2 - proposed) +# AppImageDaemon2 (aid2 - proposed) -Alternatives -- Per https://docs.appimage.org/introduction/software-overview.html#appimaged - - appimaged - - AppImageKit - - appimagetool - - AppImageUpdate - - AppImageLauncher +## [Alternatives][1] +- [appimaged](https://github.com/probonopd/go-appimage) +- [AppImageKit](https://github.com/AppImage/AppImageKit) +- [appimagetool](https://github.com/AppImage/appimagetool) +- [AppImageUpdate](https://github.com/AppImageCommunity/AppImageUpdate) +- [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) -Problem -Several appimage helper programs exist +## Problem +Several appimage helper programs exist, but none provide the desired "integration feel" I'm looking for -Planned Features +## Planned Features - Folder watching; ie ~/Applications - Similar to appimaged - Config file; ~/.local/aid2/aid2.conf @@ -42,10 +41,12 @@ Planned Features - Possibly windows to confirm actions (xyz Installed; xyz Removed; No updates found | xyz Updated to 1.2.3.4 | etc) -Resources -https://docs.appimage.org/introduction/software-overview.html -https://docs.appimage.org/user-guide/run-appimages.html -https://docs.appimage.org/reference/desktop-integration.html -https://docs.appimage.org/reference/appdir.html -https://github.com/AppImage/AppImageKit/issues/830 +## Resources +- https://docs.appimage.org/introduction/software-overview.html +- https://docs.appimage.org/user-guide/run-appimages.html +- https://docs.appimage.org/reference/desktop-integration.html +- https://docs.appimage.org/reference/appdir.html +- https://github.com/AppImage/AppImageKit/issues/830 +- https://github.com/AppImage/AppImageSpec +[1]: https://docs.appimage.org/introduction/software-overview.html \ No newline at end of file