Piotr Husiatyński (author)
Thu Oct 22 11:49:26 -0700 2009
commit 4bcdd8cf0fb711211a3d43d1639d99c2b51b0256
tree 3f65dff3f5f7bbfee3bc4aca53a51894bf7af977
parent ac53f73f84a93f56ed09ec61c4a4cab0a37d08f1
tree 3f65dff3f5f7bbfee3bc4aca53a51894bf7af977
parent ac53f73f84a93f56ed09ec61c4a4cab0a37d08f1
aursh /
| 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 | Mon May 19 13:18:22 -0700 2008 | |
| |
aurshell.conf | ||
| |
src/ |
README.mkd
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
$HOMEdirectorycp /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)

