<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sf.git/main.c, branch master</title>
<subtitle>System status monitor and file manager
</subtitle>
<id>https://git.verdant.ee/projects/sf.git/atom?h=master</id>
<link rel='self' href='https://git.verdant.ee/projects/sf.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/projects/sf.git/'/>
<updated>2026-07-23T10:55:51Z</updated>
<entry>
<title>Remove a blank line</title>
<updated>2026-07-23T10:55:51Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-07-23T10:55:51Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/projects/sf.git/commit/?id=0d4d4727d4bb5dad874278d2fb76dc7ac2780a5f'/>
<id>urn:sha1:0d4d4727d4bb5dad874278d2fb76dc7ac2780a5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove redundant debug logging and commented code</title>
<updated>2026-07-23T10:54:51Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-07-23T10:54:51Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/projects/sf.git/commit/?id=34122125e5a3545c793fb58b5409359a77f8d821'/>
<id>urn:sha1:34122125e5a3545c793fb58b5409359a77f8d821</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add path normalization</title>
<updated>2026-07-23T10:54:04Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-07-23T10:54:04Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/projects/sf.git/commit/?id=58fce4c9cbe54a5393fbe8c78970fdbc0da0f8f7'/>
<id>urn:sha1:58fce4c9cbe54a5393fbe8c78970fdbc0da0f8f7</id>
<content type='text'>
Add a path_normalize() helper function to remove trailing slashes from
directory paths, preventing potential issues with duplicate slashes in
file operations.
</content>
</entry>
<entry>
<title>Add version option support</title>
<updated>2026-07-23T10:52:34Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-07-23T10:52:34Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/projects/sf.git/commit/?id=117e143c6feccfc90b1d3fa9c026a11e0fefe453'/>
<id>urn:sha1:117e143c6feccfc90b1d3fa9c026a11e0fefe453</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a typo</title>
<updated>2026-07-23T10:47:38Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-07-23T10:47:38Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/projects/sf.git/commit/?id=57724a695f3b04624c12c9350dc7d44019ab44dc'/>
<id>urn:sha1:57724a695f3b04624c12c9350dc7d44019ab44dc</id>
<content type='text'>
handing -&gt; handling
</content>
</entry>
<entry>
<title>Remove resize handling</title>
<updated>2026-07-23T10:47:21Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-07-23T10:47:21Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/projects/sf.git/commit/?id=fff9d07128b0a85f0eed3455d94ff01a8d74252a'/>
<id>urn:sha1:fff9d07128b0a85f0eed3455d94ff01a8d74252a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redraw when scrolling</title>
<updated>2026-07-23T10:46:42Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-07-23T10:46:42Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/projects/sf.git/commit/?id=3b4c82b64d0ad381c28d406ec8466781289bde91'/>
<id>urn:sha1:3b4c82b64d0ad381c28d406ec8466781289bde91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move keypad() to ncurses_init()</title>
<updated>2026-07-23T10:45:56Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-07-23T10:45:56Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/projects/sf.git/commit/?id=d8c517e39b9dd91187fd570748040aaf6387ec0c'/>
<id>urn:sha1:d8c517e39b9dd91187fd570748040aaf6387ec0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat main.c and remove redundant comments</title>
<updated>2026-07-22T14:49:03Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-07-22T14:49:03Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/projects/sf.git/commit/?id=85be5dc9852c403ec4f3e7e6f81023cbbe51f755'/>
<id>urn:sha1:85be5dc9852c403ec4f3e7e6f81023cbbe51f755</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement main application loop</title>
<updated>2026-07-21T11:06:09Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-07-21T11:06:09Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/projects/sf.git/commit/?id=83503e67222b293cf9faa34a7ea92264a2833797'/>
<id>urn:sha1:83503e67222b293cf9faa34a7ea92264a2833797</id>
<content type='text'>
</content>
</entry>
</feed>
