You are browsing as a guest. Sign up (or log in) to start making projects!

Gofie

  • 4 Devlogs
  • 5 Total hours

A system information tool(CLI).

Ship #1

Hi,
Gofie is my first simple, lighweight and usable project it's custom system information fetcher like fastfetch completely written in Golang. It only works on macOS and linux.
The parts I found challenging were using external libraries by just reading the docs
I'm found of the thing that I have built somthing without using AI and feel like its completely my own. I didn't have too high expectations with my first project and the result satisfies me.

  • 4 devlogs
  • 5h
Try project → See source code →
Open comments for this post

16m 29s logged

Hmm
I’m done with a basic clean and fast demo

Gona use it myself everyday lol
looks clean to me :)

Hmm
I’m done with a basic clean and fast demo

Gona use it myself everyday lol
looks clean to me :)

Replying to @Lxsh-S

0
6
Open comments for this post

1h 4m 29s logged

I was adding disk and gpu info
it’s getting harder to not use AI cuz I can’t find a proper way to implement gpu info

Thats the only problem for now!

I was adding disk and gpu info
it’s getting harder to not use AI cuz I can’t find a proper way to implement gpu info

Thats the only problem for now!

Replying to @Lxsh-S

0
7
Open comments for this post

52m 56s logged

Added cobra

I had thought adding it would require me to rewrite some parts of my code but that was not the case.
It’s very lightweight and very easy to learn just took 30 mins at cobra.dev to learn to integrate it in my project

Added cobra

I had thought adding it would require me to rewrite some parts of my code but that was not the case.
It’s very lightweight and very easy to learn just took 30 mins at cobra.dev to learn to integrate it in my project

Replying to @Lxsh-S

0
3
Open comments for this post

2h 18m 46s logged

Continuing the work on my custom system information tool like fast fetch but written in GO.

-I had added Darwin support when I realised I’m also using my hackintosh to code for this project
-It’s not flashy and all but does the work it’s intended to

I’ll now try to rewrite it using Cobra so that it looks and feels like a CLI.

Continuing the work on my custom system information tool like fast fetch but written in GO.

-I had added Darwin support when I realised I’m also using my hackintosh to code for this project
-It’s not flashy and all but does the work it’s intended to

I’ll now try to rewrite it using Cobra so that it looks and feels like a CLI.

Replying to @Lxsh-S

0
5

Followers

Loading…