Andrii Sem πŸ‡ΊπŸ‡¦

23 Followers
136 Following
31 Posts
Indie app developer
Githubhttps://github.com/andrsem/

Just released gitty - customizable status line tool for multiple Git repos.

Highlights:
β€’ Manage a list of Git repos
β€’ See all their statuses at a glance
β€’ Run shell commands or aliases across repos (with status filters)
β€’ Filter repos by tags or path pattern
β€’ Fully customizable status layout
β€’ Runs on macOS and Linux

Repo: https://github.com/andrsem/gitty
Docs: https://andrsem.github.io/gitty
YouTube: https://youtu.be/enZeRQiuCUo

#clil #swift #swiftlang

Looks like a toothbrush

SwiftUI button with a green badge in the toolbar is a tricky beast. Depending on the platform, you need to use different symbol rendering modes to achieve the desired effect. But if you put the same button in a ScrollView, it magically works everywhere, just using multicolor symbol rendering mode. How is that fair? πŸ˜‚

#swiftui #iosdev