Skip to content

Commit 60caa17

Browse files
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>
1 parent eea31dd commit 60caa17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jc/parsers/pacman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class info():
186186
author_email = 'kellyjonbrazil@gmail.com'
187187
compatible = ['linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd']
188188
tags = ['command', 'file']
189-
magic_commands = ['pacman']
189+
magic_commands = ['pacman', 'yay']
190190

191191

192192
__version__ = info.version

0 commit comments

Comments
 (0)