Skip to content

Quick is an installation helper to download and install binary packages from Internet to ~/.local

License

Notifications You must be signed in to change notification settings

fourdollars/quick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick installation helper for GNU/Linux

Introduction

Quick is an installation helper to download and install binary packages from Internet to ~/.local

Prerequisite

  • bash
  • python (2.7.x)
  • python-yaml
  • python-pkg-resources
  • tar
  • unzip
  • wget

Installation

$ wget http://bit.ly/quick-installer -O - | bash -

And then logout the system and login the system again.

Usage

Update packages list.

$ quick update

List available packages.

$ quick list

Search for packages.

$ quick search text

Install packages.

$ quick install android

Remove packages.

$ quick remove android

More usage

$ quick

Package

You are welcome to provide more packages to Quick.

Please refer to the files of https://github.com/fourdollars/quick/tree/master/packages

The file name of yaml should meet this regex pattern "^[a-z][-a-z0-9]*\.yaml$".

[Mandatory]

  • Name
  • Description
  • Version
  • Download

[Optional]

  • Symlink
  • DesktopFile

Uninstallation

$ quick remove -a
$ rm -fr ~/.local/bin/quick ~/.local/lib/quick ~/.local/share/quick

License

Copyright 2012-2013 Shih-Yuan Lee (FourDollars)

Licensed under GPL version 3 or any later version - see LICENSE file.

About

Quick is an installation helper to download and install binary packages from Internet to ~/.local

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published