<feed xmlns='http://www.w3.org/2005/Atom'>
<title>neko/tui, branch claude/improve-test-coverage-iBkwc</title>
<subtitle>self-hosted, single user rss reader</subtitle>
<link rel='alternate' type='text/html' href='https://git.adammathes.com/neko/'/>
<entry>
<title>Optimize asset packaging: move UI assets to root dist/ and decouple rice embedding</title>
<updated>2026-02-14T06:14:30+00:00</updated>
<author>
<name>Adam Mathes</name>
<email>adam@adammathes.com</email>
</author>
<published>2026-02-14T06:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adammathes.com/neko/commit/?id=47c43577ead8721008b858232511b2f65e0ed574'/>
<id>47c43577ead8721008b858232511b2f65e0ed574</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(tui): modernize TUI layout with sidebar and keybindings (NK-gdf99z)</title>
<updated>2026-02-14T04:31:27+00:00</updated>
<author>
<name>Adam Mathes</name>
<email>adam@adammathes.com</email>
</author>
<published>2026-02-14T04:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adammathes.com/neko/commit/?id=3518c03449eb6f4deb89583c2bcb250431c126ef'/>
<id>3518c03449eb6f4deb89583c2bcb250431c126ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(backend): improve testability and add tests (NK-6q9nyg)</title>
<updated>2026-02-14T02:43:03+00:00</updated>
<author>
<name>Adam Mathes</name>
<email>adam@adammathes.com</email>
</author>
<published>2026-02-14T02:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adammathes.com/neko/commit/?id=21b4eec6c1e096573bcd5f2079bc21e23a960621'/>
<id>21b4eec6c1e096573bcd5f2079bc21e23a960621</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wip: tui updates (buggy)</title>
<updated>2026-02-13T05:35:46+00:00</updated>
<author>
<name>Adam Mathes</name>
<email>adam@adammathes.com</email>
</author>
<published>2026-02-13T05:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adammathes.com/neko/commit/?id=de96851d8eb0a0b45d7bf0cee67339fea54349f0'/>
<id>de96851d8eb0a0b45d7bf0cee67339fea54349f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix TUI content view navigation and interaction</title>
<updated>2026-02-13T05:06:15+00:00</updated>
<author>
<name>Adam Mathes</name>
<email>adam@adammathes.com</email>
</author>
<published>2026-02-13T05:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adammathes.com/neko/commit/?id=8a8f516ebd1115eed6256cd1b60be6393fd42c26'/>
<id>8a8f516ebd1115eed6256cd1b60be6393fd42c26</id>
<content type='text'>
- Integrated viewport.Model for scrollable content view
- Fixed 'q' and 'esc' navigation from content view
- Added unit tests for content state transitions and rendering
- Cleaned up unused TUI delegate code
- Increased TUI package coverage to ~70%
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Integrated viewport.Model for scrollable content view
- Fixed 'q' and 'esc' navigation from content view
- Added unit tests for content state transitions and rendering
- Cleaned up unused TUI delegate code
- Increased TUI package coverage to ~70%
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix nil-pointer panics in TUI and add unit tests</title>
<updated>2026-02-13T04:57:12+00:00</updated>
<author>
<name>Adam Mathes</name>
<email>adam@adammathes.com</email>
</author>
<published>2026-02-13T04:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adammathes.com/neko/commit/?id=cfd583e9166330f053fa7cc28258b4467c48459c'/>
<id>cfd583e9166330f053fa7cc28258b4467c48459c</id>
<content type='text'>
- Initialized list models in NewModel to prevent panic on WindowSizeMsg
- Added nil check for selectedFeed in itemsMsg handler
- Created tui/tui_test.go with unit tests for state transitions and resizing
- Verified all tests pass
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Initialized list models in NewModel to prevent panic on WindowSizeMsg
- Added nil check for selectedFeed in itemsMsg handler
- Created tui/tui_test.go with unit tests for state transitions and resizing
- Verified all tests pass
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement Bubble Tea Terminal UI (TUI)</title>
<updated>2026-02-13T04:42:09+00:00</updated>
<author>
<name>Adam Mathes</name>
<email>adam@adammathes.com</email>
</author>
<published>2026-02-13T04:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adammathes.com/neko/commit/?id=fa037e748bb2ba65f75ba104e18d460a8fbcd49b'/>
<id>fa037e748bb2ba65f75ba104e18d460a8fbcd49b</id>
<content type='text'>
- Added Bubble Tea, Lipgloss, and Bubbles dependencies
- Implemented TUI package in tui/ for browsing feeds and items
- Added --tui flag to main command
- Verified build and existing tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added Bubble Tea, Lipgloss, and Bubbles dependencies
- Implemented TUI package in tui/ for browsing feeds and items
- Added --tui flag to main command
- Verified build and existing tests
</pre>
</div>
</content>
</entry>
</feed>
