Go Github

Open-source Go projects categorized as Github
Topics: Golang Go CLI Git Gitlab

Top 23 Go Github Projects

  • Gitea

    Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD

  • Project mention: Ask HN: What software sparks joy when using? | news.ycombinator.com | 2024-04-17

    Linux Mint with Cinnamon: https://www.linuxmint.com/ as far as desktop OSes go it's familiar (Ubuntu without snaps by default), whereas the UI feels both snappy, doesn't use too much resources and is actually pretty to look at.

    MobaXTerm: https://mobaxterm.mobatek.net/ this one is a bit more Windows centric but I ended up paying for it and replaced mRemoteNg and PuTTY with it, it's even better than Remmina or whatever Linux has to offer - you can manage SSH/RDP/VNC/... sessions, input across multiple sessions side by side and it just simplifies things a lot (jump host support, a port forwarding too and so much more).

    GitKraken: https://www.gitkraken.com/ also a piece of software that I paid for, this one actually makes using Git pleasant, feels better to use than SourceTree and Git Cola (even though that latter is wonderfully lightweight, too) and honestly I prefer that to the CLI nowadays.

    Kanboard: https://kanboard.org/ is a lightweight Kanban project management tool, it might not have every feature under the sun but it's the most snappy project management tool I've ever used, looks simple and runs well. I honestly love it, what a nice thing to have.

    Most modern text editors and IDEs: I personally pay for JetBrains IDEs but also like Visual Studio Code as a text editor and both have helped me immensely, they're reasonably performant when you have the RAM, look nice, often give you suggestions about how to improve your code and also have a plethora of plugins in their ecosystems. Nowadays I unapologetically use LLMs as well and overall it feels like I have these great tools and cool autocomplete (that is sometimes a bit silly and wrong) at my disposal, that makes me happy.

    Kdenlive: https://kdenlive.org/ imagine if there was a successor to Windows Movie Maker, though something that gets most of the important stuff out of Sony Vegas, except is also completely free and works on most platforms. Kdenlive is all of that and also somehow quite pleasant to use, I actually prefer it to DaVinci resolve. There is a bit of a learning curve to any piece of software like this, but everything mostly makes sense in this one.

    Gitea: https://about.gitea.com/ I still use this for my personal Git repositories and integrating with CI systems and it's lightweight, looks good and just feels pleasant to use. Previously I self-hosted GitLab and constantly ran into resource exhaustion as well as doubts about the next update is going to corrupt all of my data and break (it did), so now I use Gitea instead.

    Drone CI: https://www.drone.io/ a container native CI solution that I can also self host. It's container oriented, integrates with Gitea nicely, is similarly nice to GitLab CI and doesn't cause me headaches like Jenkins would.

    Docker: https://www.docker.com/ yes, even Docker desktop. It just makes working with containers really pleasant and predictable, even when something like Podman also exists (and also is great). I don't know, I feel like Docker really saved me from having brittle legacy environments, even self-contained containers with health checks and resource limits with still the same brittle code inside of those make me feel way more safe.

  • github

    Go library for accessing the GitHub v3 API

  • Project mention: Looking for elegant code bases written in GoLang | /r/golang | 2023-12-09

    I really like the go-github library, one can learn a lot about how good APIs are written and designed https://github.com/google/go-github.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • bytebase

    The GitLab/GitHub for database DevOps. World's most advanced database DevOps and CI/CD for Developer, DBA and Platform Engineering teams.

  • Project mention: Ask HN: What tool(s) do you use to code review and deploy SQL scripts? | news.ycombinator.com | 2024-04-14

    We have been building https://github.com/bytebase/bytebase for 3+ years. You can think it of as GitHub/GitLab for SQL changes, with integrated GitOps, code review and deployment.

    You can further check out this tutorial to get a feel of our GitOps solution

    https://www.bytebase.com/docs/tutorials/database-change-mana...

  • reviewdog

    🐶 Automated code review tool integrated with any code analysis tools regardless of programming language

  • Project mention: Code reviews and Suggestions from SARIF report | dev.to | 2023-05-16

    I build a general converter from SARIF to Reviewdog Diagnostic Format (RDFormat), then use Reviewdog to give suggested code changes as well as the context of the changes for PR reviewing.

  • gh-dash

    A beautiful CLI dashboard for GitHub 🚀

  • Project mention: Meet Your New Terminal | /r/ArcBrowser | 2023-05-26

    ex: https://github.com/dlvhdr/gh-dash as a pinned tab

  • git-sizer

    Compute various size metrics for a Git repository, flagging those that might cause problems

  • git-chglog

    CHANGELOG generator implemented in Go (Golang).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • loginsrv

    JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, ..

  • hubfs

    File system for GitHub & GitLab

  • ghorg

    Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, Bitbucket, and more 🥚

  • agola

    Agola: CI/CD Redefined

  • Project mention: The worst thing about Jenkins is that it works | news.ycombinator.com | 2023-12-03
  • git-hound

    Reconnaissance tool for GitHub code search. Scans for exposed API keys across all of GitHub, not just known repos and orgs.

  • githubql

    Package githubv4 is a client library for accessing GitHub GraphQL API v4 (https://docs.github.com/en/graphql).

  • github-actions-golang

    GitHub Actions as CI for Go

  • Project mention: GitHub - mvdan/github-actions-golang: GitHub Actions as CI for Go | /r/devopsish | 2023-05-15
  • webhooks

    :fishing_pole_and_fish: Webhook receiver for GitHub, Bitbucket, GitLab, Gogs

  • awgo

    Go library for Alfred 3 + 4 workflows

  • terraform-provider-github

    Terraform GitHub provider

  • multi-gitter

    Update multiple repositories in with one command

  • Project mention: Any tool for committing the same change across multiple repos? | /r/git | 2023-04-30

    Sounds similar to multi-gitter https://github.com/lindell/multi-gitter

  • legitify

    Detect and remediate misconfigurations and security risks across all your GitHub and GitLab assets

  • Project mention: GitHub - Legit-Labs/legitify: Detect and remediate misconfigurations and security risks across all your GitHub GitLab assets. Version 1.0 is out, check out the new enterprise-level policies. | /r/netsec | 2023-08-04
  • spr

    Stacked Pull Requests on GitHub

  • Project mention: Stacked Pull Requests on GitHub | news.ycombinator.com | 2024-04-17
  • tfnotify

    A CLI command to parse Terraform execution result and notify it to GitHub

  • go-github-selfupdate

    Binary self-update mechanism for Go commands using GitHub

  • fetch

    Download files, folders, and release assets from a specific git commit, branch, or tag of public and private GitHub repos. (by gruntwork-io)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Github related posts

Index

What are some of the best open-source Github projects in Go? This list will help you:

Project Stars
1 Gitea 41,851
2 github 10,068
3 bytebase 10,029
4 reviewdog 7,350
5 gh-dash 4,327
6 git-sizer 3,269
7 git-chglog 2,606
8 loginsrv 1,909
9 hubfs 1,602
10 ghorg 1,455
11 agola 1,431
12 git-hound 1,112
13 githubql 1,091
14 github-actions-golang 1,021
15 webhooks 929
16 awgo 849
17 terraform-provider-github 835
18 multi-gitter 765
19 legitify 706
20 spr 647
21 tfnotify 608
22 go-github-selfupdate 574
23 fetch 572

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com