husio / aursh

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.

This URL has Read+Write access

Piotr Husiatyński (author)
Thu Oct 22 11:49:26 -0700 2009
commit  4bcdd8cf0fb711211a3d43d1639d99c2b51b0256
tree    3f65dff3f5f7bbfee3bc4aca53a51894bf7af977
parent  ac53f73f84a93f56ed09ec61c4a4cab0a37d08f1
aursh /
name age message
file .gitignore Thu Oct 22 11:35:27 -0700 2009 better help added [Piotr Husiatyński]
file AUTHORS Fri Mar 28 12:03:39 -0700 2008 Few new files. No new code.. [Piotr Husiatyński]
file LICENSE Sat May 31 03:02:54 -0700 2008 info file changes [Piotr Husiatyński]
file MAINTAINERS Fri Mar 28 12:03:39 -0700 2008 Few new files. No new code.. [Piotr Husiatyński]
file README.mkd Loading commit data...
file aursh Mon May 19 13:18:22 -0700 2008 aurshell file renamed to aursh [Piotr Husiatyński]
file aurshell.conf
directory 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?

  1. 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

  2. Read the install message and copy base configuration file to your $HOME directory

    cp /usr/share/aurshell/aurshell.conf $HOME/.aurshell

  3. Run aursh. Type either aursh to start interactive shell or aursh <command> to use it as simple script.

  4. Use help command 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)