<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iceyrazor/fox-shell.git, branch main</title>
<subtitle>my own custom shell
</subtitle>
<id>https://git.iceyfox.xyz/iceyrazor/fox-shell.git/atom?h=main</id>
<link rel='self' href='https://git.iceyfox.xyz/iceyrazor/fox-shell.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.iceyfox.xyz/iceyrazor/fox-shell.git/'/>
<updated>2026-05-09T03:04:54Z</updated>
<entry>
<title>removed numbers in enum</title>
<updated>2026-05-09T03:04:54Z</updated>
<author>
<name>iceyrazor</name>
<email>iceyrazor@mailfence.com</email>
</author>
<published>2026-05-09T03:04:54Z</published>
<link rel='alternate' type='text/html' href='https://git.iceyfox.xyz/iceyrazor/fox-shell.git/commit/?id=236a617bbfe2b61b781436bb47267cfac17a4aad'/>
<id>urn:sha1:236a617bbfe2b61b781436bb47267cfac17a4aad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>renamed make to build.sh</title>
<updated>2026-03-09T01:58:15Z</updated>
<author>
<name>iceyrazor</name>
<email>iceyrazor@mailfence.com</email>
</author>
<published>2026-03-09T01:58:15Z</published>
<link rel='alternate' type='text/html' href='https://git.iceyfox.xyz/iceyrazor/fox-shell.git/commit/?id=6d6027b5d3c35b474d5867007f2884d9b240ac5b'/>
<id>urn:sha1:6d6027b5d3c35b474d5867007f2884d9b240ac5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed realpath</title>
<updated>2026-03-07T05:01:30Z</updated>
<author>
<name>iceyrazor</name>
<email>iceyrazor@mailfence.com</email>
</author>
<published>2026-03-07T05:01:30Z</published>
<link rel='alternate' type='text/html' href='https://git.iceyfox.xyz/iceyrazor/fox-shell.git/commit/?id=ccf51927cbe96442c8801ff2682dd1039eb30053'/>
<id>urn:sha1:ccf51927cbe96442c8801ff2682dd1039eb30053</id>
<content type='text'>
</content>
</entry>
<entry>
<title>some cleanup and shell var</title>
<updated>2026-03-07T04:34:50Z</updated>
<author>
<name>iceyrazor</name>
<email>iceyrazor@mailfence.com</email>
</author>
<published>2026-03-07T04:34:50Z</published>
<link rel='alternate' type='text/html' href='https://git.iceyfox.xyz/iceyrazor/fox-shell.git/commit/?id=f3d03e71ede8e94e7137777ab5ad5570c3d11b31'/>
<id>urn:sha1:f3d03e71ede8e94e7137777ab5ad5570c3d11b31</id>
<content type='text'>
- SHELL is now set
- cwd now has realloc
- realloc with error checking is now a fucntion like malloce
</content>
</entry>
<entry>
<title>changed license. make fix</title>
<updated>2026-03-05T08:14:05Z</updated>
<author>
<name>iceyrazor</name>
<email>iceyrazor@mailfence.com</email>
</author>
<published>2026-03-05T08:14:05Z</published>
<link rel='alternate' type='text/html' href='https://git.iceyfox.xyz/iceyrazor/fox-shell.git/commit/?id=5964950ca5c018e1163fe308fa4bb17b9220b383'/>
<id>urn:sha1:5964950ca5c018e1163fe308fa4bb17b9220b383</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redirect and Append</title>
<updated>2026-03-04T04:47:47Z</updated>
<author>
<name>iceyrazor</name>
<email>iceyrazor@mailfence.com</email>
</author>
<published>2026-03-04T04:47:47Z</published>
<link rel='alternate' type='text/html' href='https://git.iceyfox.xyz/iceyrazor/fox-shell.git/commit/?id=36e4d7353a59ce5ab5f981d69cb2fcc5676a101a'/>
<id>urn:sha1:36e4d7353a59ce5ab5f981d69cb2fcc5676a101a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pipes</title>
<updated>2026-03-03T06:17:36Z</updated>
<author>
<name>iceyrazor</name>
<email>iceyrazor@mailfence.com</email>
</author>
<published>2026-03-03T06:17:36Z</published>
<link rel='alternate' type='text/html' href='https://git.iceyfox.xyz/iceyrazor/fox-shell.git/commit/?id=f7af740cf2bccde2e6edbac31a0182fafe05d25e'/>
<id>urn:sha1:f7af740cf2bccde2e6edbac31a0182fafe05d25e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>command typing</title>
<updated>2026-03-01T05:49:02Z</updated>
<author>
<name>iceyrazor</name>
<email>iceyrazor@mailfence.com</email>
</author>
<published>2026-03-01T05:49:02Z</published>
<link rel='alternate' type='text/html' href='https://git.iceyfox.xyz/iceyrazor/fox-shell.git/commit/?id=1b8967ea87c63342f03c340d44a084ea7f62cae9'/>
<id>urn:sha1:1b8967ea87c63342f03c340d44a084ea7f62cae9</id>
<content type='text'>
now can chain commands with just ;
</content>
</entry>
<entry>
<title>made vars delimited by $ as well. eg $HOME$HOME now works</title>
<updated>2026-02-28T02:36:45Z</updated>
<author>
<name>iceyrazor</name>
<email>iceyrazor@mailfence.com</email>
</author>
<published>2026-02-28T02:36:45Z</published>
<link rel='alternate' type='text/html' href='https://git.iceyfox.xyz/iceyrazor/fox-shell.git/commit/?id=becbecb016f16c2dea64aacd7077973f45ed0517'/>
<id>urn:sha1:becbecb016f16c2dea64aacd7077973f45ed0517</id>
<content type='text'>
</content>
</entry>
<entry>
<title>better pop</title>
<updated>2026-02-28T02:24:10Z</updated>
<author>
<name>iceyrazor</name>
<email>iceyrazor@mailfence.com</email>
</author>
<published>2026-02-28T02:24:10Z</published>
<link rel='alternate' type='text/html' href='https://git.iceyfox.xyz/iceyrazor/fox-shell.git/commit/?id=b6a561f81c569ccc63423dc69eca4bc082ea60e9'/>
<id>urn:sha1:b6a561f81c569ccc63423dc69eca4bc082ea60e9</id>
<content type='text'>
fixed poping quotes that shouldnt be popdddd
</content>
</entry>
</feed>
