-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
I store AppImages in a folder /home/lamy/opt/AppImage
with separate subfolders for each appimage. For example:
/home/lamy/opt/AppImage
$ tree
.
├── AppImageUpdate
│ ├── appimageupdatetool-x86_64.AppImage
│ ├── appimageupdatetool-x86_64.AppImage.zs-old
│ └── Latest -> ./appimageupdatetool-x86_64.AppImage
├── ffsend
│ ├── ffsend-v0.2.76-linux-x64-static
│ └── Latest -> ./ffsend-v0.2.76-linux-x64-static
├── FrappeBooks
│ ├── Frappe-Books-0.14.1.AppImage
│ └── Latest -> ./Frappe-Books-0.14.1.AppImage
└── LosslessCut
├── Latest -> ./LosslessCut-linux-x86_64.AppImage
└── LosslessCut-linux-x86_64.AppImage
Is it possible that while init
, if I specify the path /home/lamy/opt/AppImage
, it can look for appimages recursively (zap list)?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers