Git Product home page Git Product logo

aip-man's People

Contributors

blueokiris avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

aip-man's Issues

Decompression Feature

Some AppImages are packaged under .zip as noted in this pkg-list PR.

To avoid hosting custom AppImages or some other weird solution, it's best to add compression to AppImage.

There are two routes:

  • Look at the file extension in the URL and decompressing if it's .zip/.tar.gz/etc
  • Add an (optional) flag to the pkg-list: "compressed": true

Both of these should be pretty straight forward.

Non-x86_64 Support

On some architectures, base libraries like glibc won't work the same as on x86_64, so there can be multiple releases of AppImages as noted in this pkg-list PR.

Most AppImages are either any architecture or x86_64, so we just need a way to mark architectures that are different.

I propose an (optional) list of alternative links to use when specified and on a target architecture. Example:

{
    "name": "Cura",
    "description": "...",
    "url": "<x86_64/any url>",
    "alt-arch-urls": [
        "aarch64": "<ARM64-specific url>"
    ]
}

Update README with info for when things go wrong

  • Info when stuff fails
    • How to fix manifest if needed
  • Info on replacing Applications with custom versions
  • Any other relevant info for getting it back to a working state if something goes wrong

Release as AppImage

Ironic that an AppImage package manager isn't available and upgradable via itself lol

GUI for aipman

I think a great idea would be to make a gui and integrate appstream-rs so that when you click on a link like appstream:// it opens the GUI for aipman and you can install it immediately. This way aipman would combine both appimage and appcenter functionality and potentially eliminate the traditional .deb or .rpm packages

I think I found something similar but for flatpak https://github.com/ItsJamie9494/catalogue

View Available Packages

So users can search via grep or something.

We have list, but it's only local, not all available

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.