<feed xmlns='http://www.w3.org/2005/Atom'>
<title>i3status.git/contrib, branch master</title>
<subtitle>[no description]</subtitle>
<id>http://git.sigexec.com/cgit.cgi/i3status.git/atom?h=master</id>
<link rel='self' href='http://git.sigexec.com/cgit.cgi/i3status.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/'/>
<updated>2020-05-01T19:45:36+00:00</updated>
<entry>
<title>contrib/net-speed: extend interface list filter (#376)</title>
<updated>2020-05-01T19:45:36+00:00</updated>
<author>
<name>Ivan</name>
<email>khorivan@gmail.com</email>
</author>
<published>2020-05-01T19:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=e3c9ae3c716ba1dfc63f44cd0c4ccf49739fd549'/>
<id>urn:sha1:e3c9ae3c716ba1dfc63f44cd0c4ccf49739fd549</id>
<content type='text'>
1) Names incorporating Firmware/BIOS provided index numbers for on-board
devices (example: eno1)

2) Names incorporating Firmware/BIOS provided PCI Express hotplug slot
index numbers (example: ens1)

3) Names incorporating physical/geographical location of the connector
of the hardware (example: enp2s0)

4) Names incorporating the interfaces's MAC address
(example: enx78e7d1ea46da)

5) Classic, unpredictable kernel-native ethX naming
(example: eth0)

I've used usb/eth dongle with name enx..., and need only this one name,
but extend filter to include other ones as well.

Signed-off-by: Ivan Khoronzhuk &lt;ivan.khoronzhuk@linaro.org&gt;

Co-authored-by: Orestis Floros &lt;orestisflo@gmail.com&gt;</content>
</entry>
<entry>
<title>Update net-speed.sh</title>
<updated>2020-04-01T21:32:49+00:00</updated>
<author>
<name>reuben honigwachs</name>
<email>reuben@honigwachs.de</email>
</author>
<published>2020-04-01T21:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=33ba83e76e1931b0941207655cb1d973e20f0c28'/>
<id>urn:sha1:33ba83e76e1931b0941207655cb1d973e20f0c28</id>
<content type='text'>
Added the common prefix `enx` as possible string for interface detection. See https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/</content>
</entry>
<entry>
<title>Wrapper with the ability to add custom info in any position</title>
<updated>2020-02-21T18:59:27+00:00</updated>
<author>
<name>Ilya Bystrov</name>
<email>ilya.bystrov@outlook.com</email>
</author>
<published>2020-02-21T18:59:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=3a4f47295d0102429c985a5f64856498cae8b037'/>
<id>urn:sha1:3a4f47295d0102429c985a5f64856498cae8b037</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consolidate measure speed script (#188)</title>
<updated>2017-01-02T15:06:06+00:00</updated>
<author>
<name>Moritz Warning</name>
<email>moritzwarning@web.de</email>
</author>
<published>2017-01-02T15:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=3f6d71feb9b620f28396e7c980323f92081dc2fb'/>
<id>urn:sha1:3f6d71feb9b620f28396e7c980323f92081dc2fb</id>
<content type='text'>
* remove old net speed scripts

* add reworked net-speed script

* add space between rate and speed suffix

it is easier to parse visually

* only use intervals greater zero

* add ifaces examples

* catch negativ byte count

happens when the counter resets
</content>
</entry>
<entry>
<title>Re-license contrib/netspeed to the same as i3status (#189)</title>
<updated>2016-12-25T22:00:15+00:00</updated>
<author>
<name>Zhong Jianxin</name>
<email>azuwis@users.noreply.github.com</email>
</author>
<published>2016-12-25T22:00:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=9832a0d93a65eba36d5aaa99ec5d7b94a29bb3ba'/>
<id>urn:sha1:9832a0d93a65eba36d5aaa99ec5d7b94a29bb3ba</id>
<content type='text'>
Signed-off-by: Zhong Jianxin &lt;azuwis@gmail.com&gt;</content>
</entry>
<entry>
<title>check_mail.py: more detailed report on IOError</title>
<updated>2016-01-21T09:36:30+00:00</updated>
<author>
<name>Dmitrij D. Czarkoff</name>
<email>czarkoff@gmail.com</email>
</author>
<published>2016-01-21T09:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=cc77338ff47ed2035d7447db4299b862fd184207'/>
<id>urn:sha1:cc77338ff47ed2035d7447db4299b862fd184207</id>
<content type='text'>
When user doesn't have permissions to access some file, he is better served by
exact error message python recieved then by statement "not a mailbox".
</content>
</entry>
<entry>
<title>Basic mail checker in python</title>
<updated>2015-08-07T20:47:34+00:00</updated>
<author>
<name>Dmitrij D. Czarkoff</name>
<email>czarkoff@gmail.com</email>
</author>
<published>2015-08-07T20:47:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=6714fd9c1c06dd872998dbc0b6482ee0ca0937d3'/>
<id>urn:sha1:6714fd9c1c06dd872998dbc0b6482ee0ca0937d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Basic XDG support and minor tweaks to the net-speed script</title>
<updated>2015-04-04T17:12:30+00:00</updated>
<author>
<name>Deiz</name>
<email>silverwraithii@gmail.com</email>
</author>
<published>2015-04-04T17:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=5e8303ef17beee56a03b41a7ded46f983ac1efc6'/>
<id>urn:sha1:5e8303ef17beee56a03b41a7ded46f983ac1efc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add contrib/net-speed</title>
<updated>2015-03-16T03:31:33+00:00</updated>
<author>
<name>Zhong Jianxin</name>
<email>azuwis@gmail.com</email>
</author>
<published>2014-08-21T02:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=519d7f6d63a236b3a587ead395c8ad144611871e'/>
<id>urn:sha1:519d7f6d63a236b3a587ead395c8ad144611871e</id>
<content type='text'>
A reimplementation of contrib/measure-net-speed.bash.

- Single script
- Compatible with most POSIX shells, tested with bash, dash, busybox ash
- Auto detect interfaces
- Does not write temp files
</content>
</entry>
<entry>
<title>contrib: fix premature insetion of status message into JSON</title>
<updated>2013-02-27T00:20:56+00:00</updated>
<author>
<name>Jiri Pinkava</name>
<email>j-pi@seznam.cz</email>
</author>
<published>2013-02-26T19:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=5c583c418d138a0153ab6348d602073fbfd6217f'/>
<id>urn:sha1:5c583c418d138a0153ab6348d602073fbfd6217f</id>
<content type='text'>
Pass first 2 lines of JSON unmodified. It contains protocol version
and start of block of blocks of status messages.
</content>
</entry>
</feed>
