<feed xmlns='http://www.w3.org/2005/Atom'>
<title>treeify.git, branch main</title>
<subtitle>[Mirror of https://github.com/grawity/treeify] display a list of files as a tree</subtitle>
<id>https://git.nullroute.lt/hacks/treeify.git/atom?h=main</id>
<link rel='self' href='https://git.nullroute.lt/hacks/treeify.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.nullroute.lt/hacks/treeify.git/'/>
<updated>2024-08-12T08:14:17Z</updated>
<entry>
<title>fix license link after repo extraction</title>
<updated>2024-08-12T08:14:17Z</updated>
<author>
<name>Mantas Mikulėnas</name>
<email>grawity@gmail.com</email>
</author>
<published>2024-08-12T08:14:15Z</published>
<link rel='alternate' type='text/html' href='https://git.nullroute.lt/hacks/treeify.git/commit/?id=81bc2c9e929a3a35ff22658ca80195c996228e32'/>
<id>urn:sha1:81bc2c9e929a3a35ff22658ca80195c996228e32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correctly gather path even if not shown</title>
<updated>2024-02-15T07:52:15Z</updated>
<author>
<name>Mantas Mikulėnas</name>
<email>grawity@gmail.com</email>
</author>
<published>2024-02-15T07:47:43Z</published>
<link rel='alternate' type='text/html' href='https://git.nullroute.lt/hacks/treeify.git/commit/?id=06a099298691641d86a3ab0c2194319d9363a919'/>
<id>urn:sha1:06a099298691641d86a3ab0c2194319d9363a919</id>
<content type='text'>
Otherwise it's missing the parent ghost entries:

	[foo]
	+- [bar]
   	   +- [baz]
      	      +- baz/asdf.png
</content>
</entry>
<entry>
<title>with -ff, show full path for leaf objects</title>
<updated>2024-02-15T07:52:15Z</updated>
<author>
<name>Mantas Mikulėnas</name>
<email>grawity@gmail.com</email>
</author>
<published>2024-02-15T07:46:57Z</published>
<link rel='alternate' type='text/html' href='https://git.nullroute.lt/hacks/treeify.git/commit/?id=e41670cde22959470f6b9ffef6e978e4f24d2cd5'/>
<id>urn:sha1:e41670cde22959470f6b9ffef6e978e4f24d2cd5</id>
<content type='text'>
Technically, for objects that exist (non-ghosts), but currently let's
assume that `find -type f` would be the input.
</content>
</entry>
<entry>
<title>add examples</title>
<updated>2024-01-04T08:51:49Z</updated>
<author>
<name>Mantas Mikulėnas</name>
<email>grawity@gmail.com</email>
</author>
<published>2024-01-04T08:51:49Z</published>
<link rel='alternate' type='text/html' href='https://git.nullroute.lt/hacks/treeify.git/commit/?id=8ea7fba83daff5759736755dc05193d3803bf516'/>
<id>urn:sha1:8ea7fba83daff5759736755dc05193d3803bf516</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add ldifls helper tool</title>
<updated>2024-01-04T08:41:20Z</updated>
<author>
<name>Mantas Mikulėnas</name>
<email>grawity@gmail.com</email>
</author>
<published>2024-01-04T08:41:20Z</published>
<link rel='alternate' type='text/html' href='https://git.nullroute.lt/hacks/treeify.git/commit/?id=02e972741f872a1c7baa807d46f4141b6e5bd7b8'/>
<id>urn:sha1:02e972741f872a1c7baa807d46f4141b6e5bd7b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add ldifls</title>
<updated>2024-01-04T08:39:34Z</updated>
<author>
<name>Mantas Mikulėnas</name>
<email>grawity@gmail.com</email>
</author>
<published>2024-01-04T08:39:34Z</published>
<link rel='alternate' type='text/html' href='https://git.nullroute.lt/hacks/treeify.git/commit/?id=ad18da0591ceef9cd58906944dcd97b3fcd17e10'/>
<id>urn:sha1:ad18da0591ceef9cd58906944dcd97b3fcd17e10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix broken --separator option</title>
<updated>2024-01-04T08:39:28Z</updated>
<author>
<name>Mantas Mikulėnas</name>
<email>grawity@gmail.com</email>
</author>
<published>2024-01-04T08:39:20Z</published>
<link rel='alternate' type='text/html' href='https://git.nullroute.lt/hacks/treeify.git/commit/?id=1393daa4415d6db209fa0d69fab9232030bbb9e7'/>
<id>urn:sha1:1393daa4415d6db209fa0d69fab9232030bbb9e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix warnings</title>
<updated>2022-07-17T16:39:19Z</updated>
<author>
<name>Mantas Mikulėnas</name>
<email>grawity@gmail.com</email>
</author>
<published>2022-07-17T16:39:19Z</published>
<link rel='alternate' type='text/html' href='https://git.nullroute.lt/hacks/treeify.git/commit/?id=82141a716a80a3206dfa1bb17f8b4335aa10620c'/>
<id>urn:sha1:82141a716a80a3206dfa1bb17f8b4335aa10620c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sort imports</title>
<updated>2022-07-08T21:03:26Z</updated>
<author>
<name>Mantas Mikulėnas</name>
<email>grawity@gmail.com</email>
</author>
<published>2022-07-08T21:03:26Z</published>
<link rel='alternate' type='text/html' href='https://git.nullroute.lt/hacks/treeify.git/commit/?id=2a2fd5afb5f9eba93fde2e7cedb949ab50baf8fb'/>
<id>urn:sha1:2a2fd5afb5f9eba93fde2e7cedb949ab50baf8fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>document all supported --style values</title>
<updated>2022-07-08T20:35:43Z</updated>
<author>
<name>Mantas Mikulėnas</name>
<email>grawity@gmail.com</email>
</author>
<published>2022-07-08T20:35:43Z</published>
<link rel='alternate' type='text/html' href='https://git.nullroute.lt/hacks/treeify.git/commit/?id=7eafc54f886581b85708d4a16c5fe9d28bb2e7be'/>
<id>urn:sha1:7eafc54f886581b85708d4a16c5fe9d28bb2e7be</id>
<content type='text'>
</content>
</entry>
</feed>
