AlphaNecron / awm

Download historical Arch Linux packages with one command.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awm

Simple historical Arch Linux packages downloader.

Dependencies

pip install beautifultable htmllistparse

Installation

git clone https://github.com/AlphaNecron/awm
cd awm
# or
mkdir awm
cd awm
curl https://raw.githubusercontent.com/AlphaNecron/awm/master/PKGBUILD -O
# and then
makepkg -sri

Manual installation

curl -o awm https://raw.githubusercontent.com/AlphaNecron/awm/master/wayback_machine.py
sudo mv awm /usr/bin/awm
sudo chmod +x /usr/bin/awm

Usage

awm package[@version]
      ^^^     ^^^
   required  optional
eg: awm neofetch@7.1.0-2

Demo

asciicast

About

Download historical Arch Linux packages with one command.


Languages

Language:Python 80.7%Language:Shell 19.3%