| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Oct 22 11:35:27 -0700 2009 | |
| |
AUTHORS | Fri Mar 28 12:03:39 -0700 2008 | |
| |
LICENSE | Sat May 31 03:02:54 -0700 2008 | |
| |
MAINTAINERS | Fri Mar 28 12:03:39 -0700 2008 | |
| |
README.mkd | ||
| |
aursh | ||
| |
aurshell.conf | ||
| |
src/ |
aurshll - ver 2
You may be interested in aursh v2 branch. Current aurshell branch is no longer being developed.
AURshell
.. or simply aursh is is Python shell, that should help you with building
and installing packages from ABS and AUR. It also can be pacman wrapper (but
actually pacman is awesome without any third party tool), and even more -just
write plugin.
How to start?
Download PKGBUILD, extract it, build package, install:
$ wget http://aur.archlinux.org/packages/aurshell-git/aurshell-git.tar.gz
$ tar -xvvf aurshell-git.tar.gz
$ cd aurshell-git
$ makepkg -i
Read the install message and copy base configuration file to your
$HOMEdirectory$ cp /usr/share/aurshell/aurshell.conf $HOME/.aurshell
Run
aursh. Type eitheraurshto start interactive shell oraursh <command>to use it as simple script.Use
helpcommand to learn how to use it.
Bugs
If you know how to improve aurshell or you've found a bug, please contact me (see my profile)

