All Projects β†’ terroo β†’ app-get

terroo / app-get

Licence: GPL-3.0 license
AppImages manager via command line

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to app-get

Gifcurry
😎 The open-source, Haskell-built video editor for GIF makers.
Stars: ✭ 830 (+3508.7%)
Mutual labels:  appimage
Walc
An unofficial WhatsApp Desktop client for linux systems.
Stars: ✭ 116 (+404.35%)
Mutual labels:  appimage
Appimage.github.io
Given an URL to an AppImage, AppImageHub inspects the AppImage and puts it into a community-maintained catalog
Stars: ✭ 163 (+608.7%)
Mutual labels:  appimage
Appimage Builder
Recipe based AppImage creation tool
Stars: ✭ 76 (+230.43%)
Mutual labels:  appimage
Galacteek
Browser for the distributed web
Stars: ✭ 114 (+395.65%)
Mutual labels:  appimage
App Outlet
A Universal linux app store
Stars: ✭ 131 (+469.57%)
Mutual labels:  appimage
Vidcutter
Been busy guys, will be reviewing and integrating pull requests shortly. Thanks to all contributors! LATEST RELEASE: 6.0.0 - flatpak @ https://flathub.org/apps/details/com.ozmartians.VidCutter - snap @ https://snapcraft.io/vidcutter - see https://github.com/ozmartian/vidcutter/releases for more details...
Stars: ✭ 775 (+3269.57%)
Mutual labels:  appimage
WALC
An unofficial WhatsApp Desktop client for linux systems.
Stars: ✭ 212 (+821.74%)
Mutual labels:  appimage
Duckstation
Fast PlayStation 1 emulator for x86-64/AArch32/AArch64
Stars: ✭ 2,888 (+12456.52%)
Mutual labels:  appimage
Go Appimage
Go implementation of AppImage tools. Still experimental
Stars: ✭ 156 (+578.26%)
Mutual labels:  appimage
Linuxdeployqt
Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Stars: ✭ 1,287 (+5495.65%)
Mutual labels:  appimage
Sielo Legacy
An open source browser made with Qt and WebEngine
Stars: ✭ 113 (+391.3%)
Mutual labels:  appimage
Bottles
🌠 Easily manage 🍷prefix in a new way! (Run Windows software and games on Linux)
Stars: ✭ 147 (+539.13%)
Mutual labels:  appimage
Linuxappstore
A universal app store for Linux (Discontinued)
Stars: ✭ 74 (+221.74%)
Mutual labels:  appimage
Linuxdeploy
AppDir creation and maintenance tool. Featuring flexible plugin system.
Stars: ✭ 194 (+743.48%)
Mutual labels:  appimage
Appimagekit
Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.libera.chat
Stars: ✭ 6,909 (+29939.13%)
Mutual labels:  appimage
Appnativefy
A CLI tool to make a single executable AppImage from any website
Stars: ✭ 122 (+430.43%)
Mutual labels:  appimage
AppMan
A portable AppImage manager that installs, removes, updates and manages software (locally) like APT or Pacman do.
Stars: ✭ 36 (+56.52%)
Mutual labels:  appimage
Drill
Search files without indexing, but clever crawling
Stars: ✭ 224 (+873.91%)
Mutual labels:  appimage
Poddr
Podcatcher made with Electron and Angular
Stars: ✭ 149 (+547.83%)
Mutual labels:  appimage

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].