diff options
author | Ben Sima <ben@bsima.me> | 2022-03-14 22:04:05 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-03-14 22:04:05 -0400 |
commit | 2a3f074aa2404b50b43073eb5a684706a2a96966 (patch) | |
tree | 800a2924f6aaa1ff7e972a6f8c3bac54bd623fd4 | |
parent | 21ab96bcf632c1b84567b4f1ee052e0170d1b5f7 (diff) |
sys: add info line
-rwxr-xr-x | sys | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,5 +6,7 @@ systemctl "$@" list-unit-files \ | fzf \ --preview="systemctl $@ status {}" \ --preview-window "bottom,follow" \ + --header-first \ + --header="alt-1: status, alt-2: logs" \ --bind "alt-1:change-preview:systemctl $@ status {}" \ --bind "alt-2:change-preview:journalctl $@ -fu {}" |