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:50:50 -0700 2009
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 Thu Oct 22 11:51:41 -0700 2009 README bugfix XD [Piotr Husiatyński]
file aursh Mon May 19 13:18:22 -0700 2008 aurshell file renamed to aursh [Piotr Husiatyński]
file aurshell.conf Mon Mar 09 13:12:05 -0700 2009 config clean-up [Marcin Karpezo]
directory src/ Thu Oct 22 11:40:46 -0700 2009 typo fixes [Piotr Husiatyński]
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)