A lightweight, but terrible, AUR helper written in C# .NET for Linux.
This is not a serious project, thus don't actually use it (😭) and don't expect frequent updates.
- Install git
- Download the latest release
- Make it executable:
chmod +x ./shitman - Optionally move it to
/usr/local/binfor system-wide access - You now (unfortunately) have Shitman installed!
- Install git and dotnet v10
- Clone this repository
- Run
chmod +x ./build.sh && ./build.sh - Binary will be available in
./bin/Release/net10.0/linux-x64/publish/shitman - To run the binary, follow the pre-built guide from step 3
| Command | Action | Description |
|---|---|---|
shitman -s <pkg> |
Install | Install a package. |
shitman -f <pkg> |
Fetch | Fetch a package. |
shitman -r <pkg> |
Remove | Remove a package. |
shitman -l |
List | List installed packages. |
shitman -u [pkg] |
Upgrade | Upgrade all or a specific package |
shitman -q <query> |
Search | Search for packages. |
shitman -h <query> |
Help | Display a help message. |