Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zap list: look for appimage recursively #113

Open
lamyergeier opened this issue May 29, 2023 · 1 comment
Open

Zap list: look for appimage recursively #113

lamyergeier opened this issue May 29, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@lamyergeier
Copy link

lamyergeier commented May 29, 2023

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)?

@srevinsaju
Copy link
Owner

okay, but updating it could be harder, because zap creates some metadata when installing. If its just for listing appimages, it is doable.

@srevinsaju srevinsaju added enhancement New feature or request good first issue Good for newcomers labels Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants