<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yt/src/select/selection_file, branch v1.2.0</title>
<subtitle>A fully featured command line YouTube client</subtitle>
<id>http://git.foss-syndicate.org/bpeetz/clients/yt/atom?h=v1.2.0</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/clients/yt/atom?h=v1.2.0'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/'/>
<updated>2024-08-25T15:30:02+00:00</updated>
<entry>
<title>refactor(treewide): Conform to `cargo clippy`</title>
<updated>2024-08-25T15:30:02+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-08-25T15:30:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=a60cd8f2a96aae3f7db8dfccec2aa5cf21f8c411'/>
<id>urn:sha1:a60cd8f2a96aae3f7db8dfccec2aa5cf21f8c411</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(select/duration): Report parse errors, as the input is user specified</title>
<updated>2024-08-25T13:51:12+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-08-25T13:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=fb751fa0959fc99bc662e273a7aedffb0d335801'/>
<id>urn:sha1:fb751fa0959fc99bc662e273a7aedffb0d335801</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(select/display): Only align the status commands in color_display</title>
<updated>2024-08-24T09:45:33+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-08-24T09:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=ffab6069611efe74b8f01c0b8cbcb01afc37ed47'/>
<id>urn:sha1:ffab6069611efe74b8f01c0b8cbcb01afc37ed47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(cli/selectCommand): Explicitly set the aliases</title>
<updated>2024-08-24T09:45:30+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-08-24T09:29:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=35db9c0d4ad2029300087370ccaa5c49b10d1638'/>
<id>urn:sha1:35db9c0d4ad2029300087370ccaa5c49b10d1638</id>
<content type='text'>
Otherwise the `w` alias for `watch` would conflict with `watched` and
thus not work.
</content>
</entry>
<entry>
<title>feat(select/display): Also show the video hash when color displaying it</title>
<updated>2024-08-24T09:45:09+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-08-23T16:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=0f4abc0997625fe4912883947210fbc9f2712396'/>
<id>urn:sha1:0f4abc0997625fe4912883947210fbc9f2712396</id>
<content type='text'>
The hash can now be used on the commandline to access video information.
</content>
</entry>
<entry>
<title>fix(select/cmds): Accept the watch flags for every command</title>
<updated>2024-08-23T16:24:39+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-08-23T16:21:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=6adacc346a6b0406e69e77a24b204f2e74182471'/>
<id>urn:sha1:6adacc346a6b0406e69e77a24b204f2e74182471</id>
<content type='text'>
This makes it easier to change the status of a video, without having
to painstakingly remove the flags too.
</content>
</entry>
<entry>
<title>feat(treewide): Use a configuration file</title>
<updated>2024-08-23T11:14:13+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-08-23T11:11:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=94c656ad40a7aae570e5a5fb61ad32632acc6d46'/>
<id>urn:sha1:94c656ad40a7aae570e5a5fb61ad32632acc6d46</id>
<content type='text'>
This allows use to avoid duplication of default values in the codebase
and obviously also facilitates changing these without having to
re-compile.
</content>
</entry>
<entry>
<title>feat(select/file): Allow `--priority` argument to all functions</title>
<updated>2024-08-22T12:23:38+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-08-22T12:23:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=2fd17e51868b5f25e888b6aee1c1f56f3fbec40b'/>
<id>urn:sha1:2fd17e51868b5f25e888b6aee1c1f56f3fbec40b</id>
<content type='text'>
This allows setting a priority even on picked videos.
</content>
</entry>
<entry>
<title>fix(select/duration): Also parse `[No Duration]` as duration</title>
<updated>2024-08-21T12:47:38+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-08-21T11:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=27a007ad021c4b8d62b857a6e312a608d33b6cb0'/>
<id>urn:sha1:27a007ad021c4b8d62b857a6e312a608d33b6cb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: Initial Commit</title>
<updated>2024-08-21T09:28:43+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-08-21T08:49:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=1debeb77f7986de1b659dcfdc442de6415e1d9f5'/>
<id>urn:sha1:1debeb77f7986de1b659dcfdc442de6415e1d9f5</id>
<content type='text'>
This repository was migrated out of my nixos-config.
</content>
</entry>
</feed>
