You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your proposal related to a problem? Please describe.
Hey! I'd like to add a project of making a cli tool with Golang. I looked through the directories but didn't find anything related to making CLI tools or Golang. I think it'll be nice to have both of these introduced in the repo. I've made few CLI tools with Golang myself and I'd love to share how to make it as well with proper project structure.
Kindly assign the issue under my name with the relevant gssoc and level labels :)
Add any other context or screenshots about the proposal request here.
I recently made a cli tool called freqli which analyses the frequency of the commands a person uses in their shell.
I'm thinking to add that project on here as it is quite simple for a beginner to understand and a nice introduction to Golang as well.
I'll also include instructions on they can distribute the cli tool using goreleaser. It will be targeted for Linux and MacOS and WSL users as the requirement for the tool is to have a shell history file in the home directory which UNIX operating systems usually do
The text was updated successfully, but these errors were encountered:
hey man, just giving an update. got caught up with work. i'm done with a notion document which introduces golang. code's already ready. should be sending over a pr in a couple days
Is your proposal related to a problem? Please describe.
Hey! I'd like to add a project of making a cli tool with Golang. I looked through the directories but didn't find anything related to making CLI tools or Golang. I think it'll be nice to have both of these introduced in the repo. I've made few CLI tools with Golang myself and I'd love to share how to make it as well with proper project structure.
Kindly assign the issue under my name with the relevant gssoc and level labels :)
Add any other context or screenshots about the proposal request here.
I recently made a cli tool called freqli which analyses the frequency of the commands a person uses in their shell.
I'm thinking to add that project on here as it is quite simple for a beginner to understand and a nice introduction to Golang as well.
Here's the repo link for freqli
I'll also include instructions on they can distribute the cli tool using goreleaser. It will be targeted for Linux and MacOS and WSL users as the requirement for the tool is to have a shell history file in the home directory which UNIX operating systems usually do
The text was updated successfully, but these errors were encountered: