History log of /systemd/shell-completion/zsh/_journalctl
Revision Date Author Comments Expand
655fd9d71f22dc3efe4f4fae2da633c93cb67292 26-Jan-2016 Douglas Christman <DouglasChristman@gmail.com>

zsh-completion: Escape results for `journalctl --unit` Escape colons and backslashes in unit names. This gives correct completions for units with names like systemd-backlight@backlight:acpi_video0.service and systemd-fsck@dev-disk-by\x2duuid-...

5ef80f3bbb027526a32cce9ce060fb15c7ec5c98 25-Oct-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

zsh-completion: journalctl --identifier Fixes #1549.

b178d279d92fdf002b18dd2f06f2353af14d0a6e 08-Apr-2015 Ronny Chevalier <chevalier.ronny@gmail.com>

zsh-completion: add missing -M completion for journalctl

c2026f28bdc64c608e9b00e8f7916c82f44ec610 27-Sep-2014 Eric Cook <llua@gmx.com>

shell-completion(zsh): journalctl's -b changes removed pointless index sort of bootids. use `compadd -a' to add each array, instead of expanding possibly hundreds of words needlessly. optional completion of -b

c736283bfb81f5b00756e08a13946c113a41527f 19-Dec-2013 Jason St. John <jstjohn@purdue.edu>

journalctl,zsh-completion: fix several issues in --help message text -- fix grammar and reword some descriptions for clarity -- add a useful description of what --follow does -- fix the description for --after-cursor -- properly introduce the FSS acronym for "Forward Secure Sealing" in both sections -- clarify the --disk-usage command [zj: perform similar changes to zsh completions] squash! journalctl: fix several issues in --help message text

a02c5fe7cbad3ca0536286ceab0bde5fb1c0ba13 10-Nov-2013 William Giokas <1007380@gmail.com>

zsh-completion: Move output modes to autoload

f11880744c27209a42f502c690db86b38d2db14b 29-Oct-2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

journalctl: add --list-boots to show boot IDs and times Suggested by David Wilkins <dwilkins@maths.tcd.ie> in https://bugzilla.redhat.com/show_bug.cgi?id=967521: > [Specific boot ID is a] bit of a palaver to obtain. I consulted the > verbose dump of the journal to discover the _BOOT_ID for the > timestamp, and then generated the journal dump for that boot using > journalctl _BOOT_ID=foo -o short-monotonic.

9e15a18acd19bf80faef774ee92877024ef599a5 24-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Fix --user-unit completion _SYSTEMD_USER_UNIT in the --user-unit flag argument should instead be USER_UNIT. It should also have an optional `=` between the flag and the argument.

862f4963c6f7778cea9e715eeb11ea959eba6db3 23-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Fix single letter args Things like -n to specify the lines to show with systemctl and journalctl accepts syntax like: journalctl -n4 systemctl -n14 Previously, typing `-nXX <tab>` where XX is a number, zsh would try to complete an integer. Now it will see the XX and use the _journalctl_none completion. This is also how any of the single letter options that take arguments work as well.

ca08063781666a530993f7c88db1256044689c24 15-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Correctly display journal fields Show equals and field values when used with _journal_none, don't show anything if we're not using _journal_none.

4af6e458e5a683b89032d560eb353c2272d3d564 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Speed up noncached perf of _journalctl Splitting things unnecessarily at newlines causes tab completion to take an extremely long time. Also add a note saying that caching is not good for journalctl's completion.

4a8fa990693edc47ac2192bf088a6e22e2390b41 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Fix journalctl's --boot Actually displays a list of boot ID's and offsets to the user

7e83c0e03fbf397167822e170d97c3a210658768 02-Aug-2013 William Giokas <1007380@gmail.com>

zsh_completion: Split out zsh _journalctl Re-ordered some of the options and added a few that were missing previously as well.