AurShell is a shell like application written in Python. With plugins included, it's possible to build and install packages from AUR, ABS, and even wrap Pacman.
The aurshell source code is available through git or github interface
# git clone git://github.com/husio/aursh.git
You can install it by downloading PKGBUILD from AUR and building package:
$ wget http://aur.archlinux.org/packages/aurshell-git/aurshell-git/PKGBUILD
$ wget http://aur.archlinux.org/packages/aurshell-git/aurshell-git/aurshell-git.install
$ makepkg
# pacman -U aurshell-<version>.pkg.tar.gz
To upgrade aurshell, just type in console:
# aursh S aurshell-git
and follow the instructions
To configure aurshell, copy default configuration file to your _$HOME_ dir.
# cp /usr/share/aurshell/aurshell.conf $HOME/.aurshell
TODO
This site's design and contents are copyright © 2008 Piotr HusiatyĆski.
Powered by jQuery, Vim and Arch Linux.