Automate your GitLab assignment workflow — all with a single command.
ASH semi-automates the process of managing assignments and repositories on GitLab, helping students and developers save time and stay organized.
Built with Go and powered by the Cobra framework, ASH is fast, lightweight, and easy to use.
You can install ASH directly using the Windows Package Manager:
winget install warmdev.ashTo verify the installation:
ash -vHomebrew support is coming soon! Once available, you’ll be able to install ASH with:
brew install warmdev/tap/ashIf you’re on Linux or prefer building from source, make sure you have Go 1.22+ installed, then run:
git clone https://github.com/warmdev/ash.git
cd ash
go build -o ash .
sudo mv ash /usr/local/bin/You can then verify the installation with:
ash -vMade with ❤️ by warmdev