<?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 _loginctl</title>
    <link>http://src.iws.cs.ovgu.de/source/rss/systemd/shell-completion/zsh/_loginctl</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    <item>
        <title>zsh-completion: _loginctl/_systemd/_systemd-inhibit improvements
    
    _loginctl: respects the verbose style. which allows a user to get
    the pre d5df0d950f8bc behavior of not showing a description for sessions
    and users, by default they aren't shown.
    
    zstyle ':completion:*' verbose true
    or
    zstyle ':completion:*:loginctl*:*' verbose true # or similar
    Will show the descriptions.
    
    zstyle ':completion:*' verbose true
    and
    zstyle ':completion:*:loginctl*:*' verbose false # or similar
    Won't show descriptions for loginctl only
    
    _systemd: complete pids for systemd-notify's --pid option.
    display a message of the expected argument for other options.
    
    _systemd-inhibit: complete block &amp; delay for --mode
    display a message of the expected argument for --who/--why</title>
        <description>/systemd/shell-completion/zsh/_loginctl - fb9d85b71ac1a9247af623f98f4e229fccd0fe7d</description>
        <pubDate></pubDate>
        <dc:creator>Eric Cook &lt;llua@gmx.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh-completion: _loginctl - general bug fixes
    
    1) the iterator `fun' has an local scope. after running the completer,
    it will no longer be defined.
    
    2) use _describe instead of calling compadd. Using compadd without
    calling _description or something similar before, restricts the
    user's ability to customize what is presented to them.
    zstyle ':completion:*' format 'Completing %d'
      - now displays an header showing what is being completed.
    zstyle ':completion::complete:loginctl-*::users' users user1 user2
      - allows the user to manually specify which users is offered
    zstyle :completion::complete:loginctl-kill-user:\* \
    ignored-patterns '(100&lt;0-4&gt;|user1)'
      - selectively ignore some users when completing loginctl kill-user
        &lt;tab&gt;
    Sessions, UIDs now have descriptions when selecting them.
    
    3) removed the call to _loginctl_all_seats in _loginctl_attach(), since
    _loginctl_seats calls it a second time, right before adding matches.
    There isn't a noticeable difference doing this.</title>
        <description>/systemd/shell-completion/zsh/_loginctl - b0fe29ff9e04d02d939ffca0b942cfb2a3494171</description>
        <pubDate></pubDate>
        <dc:creator>Eric Cook &lt;llua@gmx.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh-completion: update loginctl</title>
        <description>/systemd/shell-completion/zsh/_loginctl - 8470025541039f39391815b2ac93952003b7eee8</description>
        <pubDate></pubDate>
        <dc:creator>Ronny Chevalier &lt;chevalier.ronny@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>completions: fix/augment zsh completions for systemd-nspawn, busctl, loginctl, hostnamectl, localectl, machinectl</title>
        <description>/systemd/shell-completion/zsh/_loginctl - 4433c995c77b66f42fe4a238aff6b53706628a2e</description>
        <pubDate></pubDate>
        <dc:creator>Daniel Mack &lt;zonque@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>loginctl,shell-completions: fix listing of sessions/users/seats</title>
        <description>/systemd/shell-completion/zsh/_loginctl - 841aa8c0b484b96654b95d3c4e936e37da4c7dda</description>
        <pubDate></pubDate>
        <dc:creator>Zbigniew Jędrzejewski-Szmek  &lt;zbyszek@in.waw.pl&gt;</dc:creator>
    </item>

    <item>
        <title>shell-completion: systemctl cat
    
    Also update -H help string to follow the binaries.</title>
        <description>/systemd/shell-completion/zsh/_loginctl - 6da49b8b2f78fd74bb33de961ef8a4c7f727b822</description>
        <pubDate></pubDate>
        <dc:creator>Zbigniew Jędrzejewski-Szmek  &lt;zbyszek@in.waw.pl&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/_loginctl - 862f4963c6f7778cea9e715eeb11ea959eba6db3</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Move helper function to autoload
    
    _hosts_or_user_at_host was used by 6 different completions, and
    previously was in all 6 of those files. I moved it out to its own file,
    _sd_hosts_or_user_at_host. This will be autoloaded for use in other
    completion functions. It also allows external completions to use this
    function by simply calling _sd_hosts_or_user_at_host as in the systemd
    completions.</title>
        <description>/systemd/shell-completion/zsh/_loginctl - 3e7f60ab32fc2a7d5244d10a0c4e1c3be838409d</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>zsh_completion: Split out zsh _loginctl</title>
        <description>/systemd/shell-completion/zsh/_loginctl - 799d54be0b681c0329539fca604261994e7f8c0e</description>
        <pubDate></pubDate>
        <dc:creator>William Giokas &lt;1007380@gmail.com&gt;</dc:creator>
    </item>

</channel>
</rss>

