<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in _journalctl</title>
    <link>http://src.iws.cs.ovgu.de/source/rss/systemd/shell-completion/zsh/_journalctl</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    <item>
        <title>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-...</title>
        <description>/systemd/shell-completion/zsh/_journalctl - 655fd9d71f22dc3efe4f4fae2da633c93cb67292</description>
        <pubDate></pubDate>
        <dc:creator>Douglas Christman &lt;DouglasChristman@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh-completion: journalctl --identifier
    
    Fixes #1549.</title>
        <description>/systemd/shell-completion/zsh/_journalctl - 5ef80f3bbb027526a32cce9ce060fb15c7ec5c98</description>
        <pubDate></pubDate>
        <dc:creator>Zbigniew Jędrzejewski-Szmek  &lt;zbyszek@in.waw.pl&gt;</dc:creator>
    </item>

    <item>
        <title>zsh-completion: add missing -M completion for journalctl</title>
        <description>/systemd/shell-completion/zsh/_journalctl - b178d279d92fdf002b18dd2f06f2353af14d0a6e</description>
        <pubDate></pubDate>
        <dc:creator>Ronny Chevalier &lt;chevalier.ronny@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>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</title>
        <description>/systemd/shell-completion/zsh/_journalctl - c2026f28bdc64c608e9b00e8f7916c82f44ec610</description>
        <pubDate></pubDate>
        <dc:creator>Eric Cook &lt;llua@gmx.com&gt;</dc:creator>
    </item>

    <item>
        <title>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</title>
        <description>/systemd/shell-completion/zsh/_journalctl - c736283bfb81f5b00756e08a13946c113a41527f</description>
        <pubDate></pubDate>
        <dc:creator>Jason St. John &lt;jstjohn@purdue.edu&gt;</dc:creator>
    </item>

    <item>
        <title>zsh-completion: Move output modes to autoload</title>
        <description>/systemd/shell-completion/zsh/_journalctl - a02c5fe7cbad3ca0536286ceab0bde5fb1c0ba13</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>journalctl: add --list-boots to show boot IDs and times
    
    Suggested by David Wilkins &lt;dwilkins@maths.tcd.ie&gt; in
    https://bugzilla.redhat.com/show_bug.cgi?id=967521:
    
    &gt; [Specific boot ID is a] bit of a palaver to obtain.  I consulted the
    &gt; verbose dump of the journal to discover the _BOOT_ID for the
    &gt; timestamp, and then generated the journal dump for that boot using
    &gt; journalctl _BOOT_ID=foo -o short-monotonic.</title>
        <description>/systemd/shell-completion/zsh/_journalctl - f11880744c27209a42f502c690db86b38d2db14b</description>
        <pubDate></pubDate>
        <dc:creator>Zbigniew Jędrzejewski-Szmek  &lt;zbyszek@in.waw.pl&gt;</dc:creator>
    </item>

    <item>
        <title>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.</title>
        <description>/systemd/shell-completion/zsh/_journalctl - 9e15a18acd19bf80faef774ee92877024ef599a5</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>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 &lt;tab&gt;` 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.</title>
        <description>/systemd/shell-completion/zsh/_journalctl - 862f4963c6f7778cea9e715eeb11ea959eba6db3</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>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.</title>
        <description>/systemd/shell-completion/zsh/_journalctl - ca08063781666a530993f7c88db1256044689c24</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>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.</title>
        <description>/systemd/shell-completion/zsh/_journalctl - 4af6e458e5a683b89032d560eb353c2272d3d564</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Fix journalctl's --boot
    
    Actually displays a list of boot ID's and offsets to the user</title>
        <description>/systemd/shell-completion/zsh/_journalctl - 4a8fa990693edc47ac2192bf088a6e22e2390b41</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Split out zsh _journalctl
    
    Re-ordered some of the options and added a few that were missing
    previously as well.</title>
        <description>/systemd/shell-completion/zsh/_journalctl - 7e83c0e03fbf397167822e170d97c3a210658768</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

</channel>
</rss>

