<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh-completions/src/_nftables, branch support-debugger-flags</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh-completions/atom/src/_nftables?h=support-debugger-flags</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh-completions/atom/src/_nftables?h=support-debugger-flags'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/'/>
<updated>2026-03-13T02:31:47Z</updated>
<entry>
<title>Use spaces instead of tabs</title>
<updated>2026-03-13T02:31:47Z</updated>
<author>
<name>Shohei YOSHIDA</name>
<email>syohex@gmail.com</email>
</author>
<published>2026-03-13T02:31:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=32210c83c5626a04b40ab3a0134a24ed2d248c6d'/>
<id>urn:sha1:32210c83c5626a04b40ab3a0134a24ed2d248c6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix nftables completion</title>
<updated>2026-03-08T12:56:09Z</updated>
<author>
<name>Shohei YOSHIDA</name>
<email>syohex@gmail.com</email>
</author>
<published>2026-03-08T12:56:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=d736522d58f74e34d069ebca0062129dc6fcc6f4'/>
<id>urn:sha1:d736522d58f74e34d069ebca0062129dc6fcc6f4</id>
<content type='text'>
- remove needless debug print
- fix wrong value overwriting
</content>
</entry>
<entry>
<title>Merge pull request #1088 from Mumumu4/fix-nft-type-in-name</title>
<updated>2024-06-26T02:32:26Z</updated>
<author>
<name>Shohei YOSHIDA</name>
<email>syohex@gmail.com</email>
</author>
<published>2024-06-26T02:32:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=7313f8360ba93b7dbbe1469587311fe8693e400f'/>
<id>urn:sha1:7313f8360ba93b7dbbe1469587311fe8693e400f</id>
<content type='text'>
Fix nftables completion: when object name contains its type name</content>
</entry>
<entry>
<title>Fix nftables completion: when object name contains its type name, the completion may mass up</title>
<updated>2024-06-25T13:34:06Z</updated>
<author>
<name>Mumumu</name>
<email>30195921+Mumumu4@users.noreply.github.com</email>
</author>
<published>2024-06-25T13:34:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=0bd94fb9935600c069897e2e8ddaffe75343529e'/>
<id>urn:sha1:0bd94fb9935600c069897e2e8ddaffe75343529e</id>
<content type='text'>
E.g.
```
table inet foo {
        chain my_chain {
                jump my_chain2
        }
        chain my_chain2 {
        }
}
```

`nft delete chain inet foo &lt;tab&gt;`
get
```
handle                          -- address chain by handle
my_chain2                       -- (handle 31)
my_chain                        -- (handle 30)
\t\tjump my_chain2 # handle 33
```
the last line in the completion output is not wanted.</content>
</entry>
<entry>
<title>Update nftables completion</title>
<updated>2024-06-25T12:13:44Z</updated>
<author>
<name>Mumumu</name>
<email>30195921+Mumumu4@users.noreply.github.com</email>
</author>
<published>2024-06-25T12:13:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=6621b9fa2fd847e98ec424e308d15dcab917c47e'/>
<id>urn:sha1:6621b9fa2fd847e98ec424e308d15dcab917c47e</id>
<content type='text'>
add completion for set/map name in `nft add/delete element [family] table &lt;tab&gt;`</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2023-01-04T20:50:35Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2023-01-04T20:50:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=1d492c7151106a298f5c188369e04c3dce2b1366'/>
<id>urn:sha1:1d492c7151106a298f5c188369e04c3dce2b1366</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix nftables completion</title>
<updated>2022-10-04T07:29:19Z</updated>
<author>
<name>test</name>
<email>test@example.com</email>
</author>
<published>2022-10-04T07:29:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=e64e3c2d02ffb675af7a792334a8abe420dc572c'/>
<id>urn:sha1:e64e3c2d02ffb675af7a792334a8abe420dc572c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2020-04-09T08:51:09Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2020-04-08T22:19:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=9e9bee7066c000957b674c3b68bb082eec58b410'/>
<id>urn:sha1:9e9bee7066c000957b674c3b68bb082eec58b410</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove last expl[@] strings and replace them with the generic  "$@"</title>
<updated>2018-11-06T19:56:19Z</updated>
<author>
<name>Markus Richter</name>
<email>8398165+mqus@users.noreply.github.com</email>
</author>
<published>2018-11-06T19:56:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=28679cf7c330d2313a1e1c472b712527e4dc00bd'/>
<id>urn:sha1:28679cf7c330d2313a1e1c472b712527e4dc00bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix family/handle/table completion, remove uneccessary expl</title>
<updated>2018-11-05T23:54:25Z</updated>
<author>
<name>Markus Richter</name>
<email>8398165+mqus@users.noreply.github.com</email>
</author>
<published>2018-11-05T23:53:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=6eda4d827697634de444c0c93da817aa5d5a76f7'/>
<id>urn:sha1:6eda4d827697634de444c0c93da817aa5d5a76f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>renamed file, documented some more functions</title>
<updated>2018-11-05T15:37:10Z</updated>
<author>
<name>Markus Richter</name>
<email>8398165+mqus@users.noreply.github.com</email>
</author>
<published>2018-11-05T13:53:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=ecd02cf5baaa918225a0493f45e7e4eee15e128b'/>
<id>urn:sha1:ecd02cf5baaa918225a0493f45e7e4eee15e128b</id>
<content type='text'>
</content>
</entry>
</feed>
