From dd0d6fa0a7b510176849edc8fccc73b87dec5576 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Tue, 10 Feb 2026 21:45:49 +0100 Subject: [PATCH] Add AUR package --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 44e335e..6de8c76 100644 --- a/README.org +++ b/README.org @@ -76,6 +76,8 @@ This tool needs [[http://www.python.org/downloads/][Python 3 to be installed]]. You can install filetags either via [[https://packaging.python.org/tutorials/installing-packages/][pip]] or [[https://docs.astral.sh/uv/][uv]]. +On Arch Linux you can use the [[https://aur.archlinux.org/packages/filetags-git][AUR package]]: `yay -S filetags-git` + Or you can install filetags using the source code, e.g., by cloning the [[https://github.com/novoid/filetags/][GitHub repository of filetags]].