DEV Community

Cover image for Building a WTF util from 0 to hero
Victor Avelar
Victor Avelar

Posted on

Building a WTF util from 0 to hero

Photo by Caspar Camille Rubin on Unsplash

Episode 1 - Why the fuck (INTRO)

Not so long ago I discovered wtfutil an amazing developer oriented tool to monitor, check and browse a lot of stuff, it operates with modules and there is a module that I always find very useful called news.

This modules allows you to see a list of the latest HackerNews articles and if you decide it is interesting enough, you can click on it and it will open the related article on your default browser, which for me is amazing because anyway I'm checking the website every day.

It is basically this daily routine what got me thinking, which other websites I'm checking often to be up to date with news around the tech world, here is where I had an Eureka moment and though well if this thing is not out yet, lets create it.

The approach

First of all I love to share the few things I know, even if its not the best way of doing it I'll share it, and then when someone says hey this can be also done this way, I learn something new, and this is a golden cycle you should try, so for me this will be like a tutorial series on how to approach this from the initial project directory, till having the tool ready to be used by the wtfutil users.

So stay tuned.

Cheers 🍺

Resources

GitHub logo wtfutil / wtf

The personal information dashboard for your terminal

WTF

Go Report Card Twitter DeepSource

WTF (aka 'wtfutil') is the personal information dashboard for your terminal, providing at-a-glance access to your very important but infrequently-needed stats and data.

Used by thousands of developers and tech people around the world, WTF is free and open-source. To support the continued use and development of WTF, please consider sponsoring WTF via GitHub Sponsors.

Are you a contributor or sponsor?

Awesome! See here for how you can change the exit message, the message WTF shows when quitting, to something special just for you.

Sponsored by

Robusta.dev
Robusta.dev
Airbrake
Airbrake
Warp.dev
Warp

Installation

Installing via Homebrew

The simplest way from Homebrew:

brew install wtfutil

wtfutil
Enter fullscreen mode Exit fullscreen mode

That version can sometimes lag a…

GitHub logo VictorAvelar / devto-api-go

A go client for the dev.to API

devto-api-go

A go client for the dev.to API

License: MIT

Travis CI

Build Status

Scrutinizer

Scrutinizer Build Status Scrutinizer Code Quality Code Coverage

Go ecosystem

Go Report Card GoDoc

Roadmap

  • Base client and configuration
  • Articles resource
  • CLI utility
  • Authentication resource
  • Extend the tests suite
  • Provide code examples

Disclaimer

This library is not an official dev.to API library, but a friendly contribution to the dev.to community




Top comments (0)