1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-10-08 23:22:21 +02:00

add yay as magic command for pacman (#657)

yay is a popular pacman wrapper that adds extra functionality to
standard pacman. It has the same output format as pacman.

Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
This commit is contained in:
Brian Wo
2025-09-09 05:59:55 +08:00
committed by GitHub
parent eea31ddbe4
commit 60caa17eb9

View File

@@ -186,7 +186,7 @@ class info():
author_email = 'kellyjonbrazil@gmail.com'
compatible = ['linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd']
tags = ['command', 'file']
magic_commands = ['pacman']
magic_commands = ['pacman', 'yay']
__version__ = info.version