Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 487 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 487 Bytes

Albert Launcher Arch Linux Packages Search Extension

Query Arch Linux's official packages and AUR packages.

Install

To install, copy or symlink this directory to ~/.local/share/albert/org.albert.extension.python/modules/arch_linux_packages/.

Development Setup

To setup the project for development, run:

$ cd arch_linux_packages/
$ pre-commit install --hook-type pre-commit --hook-type commit-msg

To lint and format files, run:

$ pre-commit run --all-files