One Open-source Project Daily

The personal information dashboard for your terminal

https://github.com/wtfutil/wtf

#1ospd #opensource #cui #dashboard #devops #go #golang #hacktoberfest #terminal #tui #wtf #wtfutil
GitHub - wtfutil/wtf: The personal information dashboard for your terminal

The personal information dashboard for your terminal - wtfutil/wtf

GitHub

I’ve been meaning to put my #uConsole to use for a while. I want to use it instead of my phone for some everyday tasks (emails, dashboards, etc...), to avoid distractions.

I was looking into terminal dashboards and I came across #wtfutil and #sampler, but none of them covered the functionality I need: calendars, weather, remote host stats and I didn’t like the ergonomy of these apps. “Obviously” I ended up rolling my own using #golang and #bubbletea.

In the past few days I worked on the calendar widget, so I learned a lot about #CalDav and #iCalendar, and in the end I was even able to contribute to https://github.com/emersion/go-webdav.

GitHub - emersion/go-webdav: A Go library for WebDAV, CalDAV and CardDAV

A Go library for WebDAV, CalDAV and CardDAV. Contribute to emersion/go-webdav development by creating an account on GitHub.

GitHub