Epsilon is a fast, efficient and lightweight AUR helper and Pacman wrapper.
Made for AxOS, based on Crystal amethyst.
- Fast and efficient!
- Asynchronous!
- Customizable!
- Parallel package building
- Install and search packages from the AUR and any added repositories
Install with pkgbuild
$ makepkg -si
or build from source
$ cd src/
$ cargo build --release
$ cargo run
The folowing example is for bash, but you can replace it with your shell.
# Create a new file in your home directory
$ touch ~/.epsilon_completion
# Add the output of the command below to the file (replace bash with your shell)
$ epsilon -G bash > ~/.epsilon_completion
# Add the following line to your shell configuration file
$ source ~/.epsilon_completion
# Restart your shell
This will enable completions for epsilon in your shell.