Hyprland/hyprctl
Lincoln Yuji 8bb75a223d hyprctl completions: Use only awk rather than grep + awk
Using "awk '/<exp>/{ print $n }'" is more minimal and slightly faster
than using "grep '<exp>' | awk '{ print $n }'".

Signed-off-by: Lincoln Yuji <lincolnyuji@hotmail.com>
2024-07-02 22:46:20 +03:00
..
CMakeLists.txt core: move to hyprutils for utils (#6385) 2024-06-11 17:17:45 +02:00
hyprctl.bash hyprctl completions: Use only awk rather than grep + awk 2024-07-02 22:46:20 +03:00
hyprctl.fish hyprctl completions: Use only awk rather than grep + awk 2024-07-02 22:46:20 +03:00
hyprctl.usage hyprctl: add --quiet flag (#6380) 2024-06-09 21:16:29 +02:00
hyprctl.zsh hyprctl completions: Use only awk rather than grep + awk 2024-07-02 22:46:20 +03:00
main.cpp hyprctl: add a newline after log() 2024-06-24 23:58:10 +02:00
Makefile makefile: Add CXXFLAGS to hyprlctl's Makefile (#3913) 2023-11-22 11:02:36 +00:00
meson.build core: move to hyprutils for utils (#6385) 2024-06-11 17:17:45 +02:00
Strings.hpp hyprctl: added --follow option to rolliglog (#6325) 2024-06-14 12:11:40 +02:00