Thiago Holanda

@tholanda
53 Followers
136 Following
100 Posts
Swift/Rust Developer.
Rewriting EVO App.
GitHubgithub.com/unnamedd
Twittertwitter.com/tholanda
EVO Apphttps://indieapps.space/@evoapp
Blueskyhttps://bsky.app/profile/tholanda.bsky.social

If you were interested in the "hot reloading" for Silicon I showed in the last post, maybe you will find it interesting to know how simple it is by checking the repository yourself.

I have finally finished the toy I was working on, a TUI app called Silicon.

Here is the repository:
https://github.com/unnamedd/SiliconCLI

Hopefully, everything you need is explained. If not, pull requests are very welcome!

Thanks @rensbreur for the nice library SwiftTUI.

Check out some images 😁

#swifttui #tuiapps

GitHub - unnamedd/SiliconCLI: A thin Swift Package to expose information of the apps on our macOS

A thin Swift Package to expose information of the apps on our macOS - unnamedd/SiliconCLI

GitHub

I am not having a lot of time lately, but I decided to take a little bit of time to play with something I was missing a lot: Swift and CLI Apps.

And here goes a small toy: Silicon (based in the core of Silicon app for macOS by DigiDNA), a small CLI App to show some information about the apps we have in our machines, written using SwiftTUI. Just to make it a bit more fun and because I am lazy (with no time), I managed to hack a little "hot reloading". It was funny!