Git Product home page Git Product logo

app-get's Introduction

app-get

AppImages manager via command line

Installation

git clone https://github.com/terroo/app-get up-app-get
cd up-app-get
./INSTALL && source ~/.bashrc
cd .. && rm -rf up-app-get/

Using

usage: app-get [options] [package]
  
  Options:
    ---list            Lists all available packages
    --nocolor          Disable colors
    --update           Checks and updates this program
    --info [package]   Describes data for an available package
    --remove [package] Removes the informed package
    -h,--help          Show this content
    -v,--version       Show version

  Example, install qbittorrent: $ app-get qbittorrent  

Contributing

If you want to add a new package to the project, follow these steps:

  1. Fork the project
  2. Clone your fork
git clone https://github.com/[YOUR_USER]/app-get up-app-get
  1. Edit the lib/apps.list file
vim up-app-get/lib/apps.list
  1. This file has data separated by spaces per line. And each field has a certain information:
command name category version Architecture AppImage link website icon/.desktop automatic
application command name (usually with capital letters) Category based on .desktop Program version 64 or 32 AppImage link, use only the official project link, preferably from a Git repository Inform the official website of the program If when you run AppImage for the first time and it opens a box asking if you want to create the .desktop and the icon automatically, check true, but after testing it on your machine, it does not generate and is not automatically available from Dash your system, check false

Example for the FooBar program:

foobar FooBar Utility;Graphics 1.0 64 https://github.com/foobar/FooBar.AppImage https://foobar.net false

Add only those that you have tested on your machine.

  1. Add a program icon in PNG, example: foobar.png format with 256x256 resolution to the directory: data/icons/hicolor/256x256
  2. Submit a Pull Request

Report bugs

https://github.com/terroo/app-get/issues

Uninstalation

git clone https://github.com/terroo/app-get up-app-get
cd up-app-get
./INSTALL remove

app-get's People

Contributors

terroo avatar

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.