auto-commit on AUR (Arch User Repository)

Last updated: September 29,2024

1. Install "auto-commit" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install auto-commit on Arch using YAY

$ yay -S auto-commit

* (Optional) Uninstall auto-commit on Arch using YAY

$ yay -Rns auto-commit

2. Manually Install "auto-commit" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone auto-commit's git locally

$ git clone https://aur.archlinux.org/auto-commit.git ~/auto-commit

c. Go to ~/auto-commit folder and install it

$ cd ~/auto-commit $ makepkg -si

3. Information about the auto-commit package on Arch User Repository (AUR)

ID: 1279024
Name: auto-commit
PackageBaseID: 195078
PackageBase: auto-commit
Version: 0.2.0-1
Description: A CLI tool that generates commit messages from your staged changes, built in Rust and using OpenAI's Codex.
URL: https://github.com/m1guelpf/auto-commit
NumVotes: 0
Popularity: 0
OutOfDate: 1688148507
Maintainer: lucemans
Submitter: lucemans
FirstSubmitted: 1687782839
LastModified: 1687782839
URLPath: /cgit/aur.git/snapshot/auto-commit.tar.gz