<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lolbin, branch 🪵</title>
<subtitle>📋 A cli tool for managing pastes on paste.lol
</subtitle>
<id>https://git.ache.one/lolbin/atom?h=%F0%9F%AA%B5</id>
<link rel='self' href='https://git.ache.one/lolbin/atom?h=%F0%9F%AA%B5'/>
<link rel='alternate' type='text/html' href='https://git.ache.one/lolbin/'/>
<updated>2026-06-12T01:41:19Z</updated>
<entry>
<title>Update to 2.0.2</title>
<updated>2026-06-12T01:41:19Z</updated>
<author>
<name>ache</name>
<email>ache@ache.one</email>
</author>
<published>2026-06-12T01:41:19Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/lolbin/commit/?id=f09a4a2ddea624433351928a3f95f259be80073f'/>
<id>urn:sha1:f09a4a2ddea624433351928a3f95f259be80073f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the --version option</title>
<updated>2026-06-12T01:39:49Z</updated>
<author>
<name>ache</name>
<email>ache@ache.one</email>
</author>
<published>2026-06-12T01:39:49Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/lolbin/commit/?id=f5ee5a2d4aa1d2c7883982ec531d24abb1fe8d32'/>
<id>urn:sha1:f5ee5a2d4aa1d2c7883982ec531d24abb1fe8d32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve the README and usage</title>
<updated>2026-06-12T00:55:22Z</updated>
<author>
<name>ache</name>
<email>ache@ache.one</email>
</author>
<published>2026-06-12T00:53:02Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/lolbin/commit/?id=888ceaecbd4fc11cc659d8c900b9e5020739f67b'/>
<id>urn:sha1:888ceaecbd4fc11cc659d8c900b9e5020739f67b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use dynamic version</title>
<updated>2026-06-12T00:55:04Z</updated>
<author>
<name>ache</name>
<email>ache@ache.one</email>
</author>
<published>2026-06-12T00:45:31Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/lolbin/commit/?id=d63de0ee2e716a1de886c02729489df7bb783a24'/>
<id>urn:sha1:d63de0ee2e716a1de886c02729489df7bb783a24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Quickly set address with @</title>
<updated>2026-03-08T02:16:54Z</updated>
<author>
<name>ache</name>
<email>ache@ache.one</email>
</author>
<published>2026-03-08T02:16:54Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/lolbin/commit/?id=cb976652e45fb195cac4296463af9d4e63911777'/>
<id>urn:sha1:cb976652e45fb195cac4296463af9d4e63911777</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Prints error messages to stderr</title>
<updated>2026-01-23T12:37:10Z</updated>
<author>
<name>ache</name>
<email>ache@ache.one</email>
</author>
<published>2026-01-23T12:37:10Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/lolbin/commit/?id=ae6f8c5550ca8e4bf58ecf0bbfecc8a9dcbcd43d'/>
<id>urn:sha1:ae6f8c5550ca8e4bf58ecf0bbfecc8a9dcbcd43d</id>
<content type='text'>
This commit changes several print statements in the CLI to output to `sys.stderr` instead of `sys.stdout`. This ensures that error and warning messages are not mixed with normal output, improving clarity and making it easier to pipe the output of the CLI to other tools. The affected areas include config file warnings, multiple action errors, and message displays.
</content>
</entry>
<entry>
<title>fix: Improves error messages for paste retrieval failures</title>
<updated>2026-01-23T11:35:10Z</updated>
<author>
<name>ache</name>
<email>ache@ache.one</email>
</author>
<published>2026-01-23T11:35:10Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/lolbin/commit/?id=54f18ba804e50de8cb5b836ee2d6057773ab44c6'/>
<id>urn:sha1:54f18ba804e50de8cb5b836ee2d6057773ab44c6</id>
<content type='text'>
This commit updates the error messages displayed when retrieving a paste fails. Specifically, it redirects error messages to `sys.stderr` instead of `sys.stdout` and clarifies the "No input available: Aborting." message for better user understanding. It also format the prompt for creating a new paste.
</content>
</entry>
<entry>
<title>chore: Adds `Programming Language :: Python` to classifiers</title>
<updated>2026-01-23T11:21:06Z</updated>
<author>
<name>ache</name>
<email>ache@ache.one</email>
</author>
<published>2026-01-23T11:21:06Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/lolbin/commit/?id=117d6c81a2f6549a53f417c03057a4eb3dbe0c4d'/>
<id>urn:sha1:117d6c81a2f6549a53f417c03057a4eb3dbe0c4d</id>
<content type='text'>
This commit adds `Programming Language :: Python` to the classifiers in `pyproject.toml` to improve discoverability and compatibility. This enhances the project's visibility on PyPI and caters to a broader audience.
</content>
</entry>
<entry>
<title>feat: Add support for punycode</title>
<updated>2026-01-09T07:58:43Z</updated>
<author>
<name>ache</name>
<email>ache@ache.one</email>
</author>
<published>2026-01-09T07:42:14Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/lolbin/commit/?id=1979e87f133741b464ffd349f9927b0ca11e7e08'/>
<id>urn:sha1:1979e87f133741b464ffd349f9927b0ca11e7e08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: update version to 2.0.0</title>
<updated>2026-01-06T23:28:48Z</updated>
<author>
<name>ache</name>
<email>ache@ache.one</email>
</author>
<published>2026-01-06T23:28:48Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/lolbin/commit/?id=683ac7e75717aba932bd3782116b7ef6c373b7bb'/>
<id>urn:sha1:683ac7e75717aba932bd3782116b7ef6c373b7bb</id>
<content type='text'>
</content>
</entry>
</feed>
