下拉刷新

Here you can read past volumes of HelloGitHub Monthly by category. You are currently viewing the HelloGitHub Go collection.

1
cliamp
Star 2.6k
Vol.122
6 days ago

Winamp-Style Terminal Music Player.This is a retro-style terminal music player inspired by Winamp, which supports playing local files, network streams, podcasts, and content from major mainstream platforms. It is equipped with a spectrum visualizer, parametric equalizer, and playlist management, and also enables one-click browsing of multiple online radio stations.

cliamp
2
dolt
Star 2.4w
Vol.122
3 days ago

SQL Database with Git-like Data Management.This is an SQL database compatible with the MySQL protocol. It introduces Git's version control capabilities to table management, supporting operations like branch, merge, push, pull, clone, etc., and can be directly connected and used via any MySQL client.

dolt
Star 917
Vol.122
2 days ago

A Command to Generate Terminal Screenshots.This is a command-line tool developed in Go language that can convert terminal text content into screenshots with syntax highlighting and window borders. It supports using 'termshot' before the command and features like custom fonts, displaying executed commands, instant preview, removing window decorations and shadows, etc.

termshot
4
witr
Star 1.8w
Vol.122
a day ago

A Command to Reveal Process Origins.This is a command-line diagnostic tool written in Go for quickly locating and analyzing running processes. It maps process information via ports, service names, or PIDs, generates easy-to-understand process causality chains, and visually shows the origin, startup method, and reasons for continuous operation of processes, helping operations and maintenance personnel and developers to investigate and locate abnormal processes

witr
5
glow
Star 2.6w
Vol.121
2 months ago

Tool for Browsing Markdown in Command Line Directly.This project is a command-line Markdown reader developed in Go, providing both TUI and CLI modes. It can automatically scan the current directory to read local files and remote URLs, and supports features such as custom themes, syntax highlighting, and pagination.

glow
6
k0s
Star 6.3k
Vol.121
a day ago

Lightweight, Zero-Dependency Kubernetes Distribution.This project is a Kubernetes distribution that packages all components required for a cluster into a single executable file. It has no host dependencies other than the kernel and can run with a minimum of 1 core and 1GB of memory, supporting scenarios like cloud computing, edge computing, and IoT.

k0s
Star 238
Vol.121
2 days ago

Open-Source Time Tracking and Management Tool.This is a self-hosted time tracking tool developed with Go and React, which supports importing data from Toggl and can be used in conjunction with toggl-cli, enabling AI to help you record, manage, and review time expenditures

OpenTickly
8
quien
Star 1.2k
Vol.121
14 days ago

Better Domain Analysis Tool.This is an interactive terminal domain analysis tool developed in Go, integrating WHOIS/RDAP queries, DNS resolution, email, SSL/TLS, SEO analysis, and technology stack identification functions.

quien
Star 1.3w
Vol.120
9 hours ago

Integrating Local AI Coding Assistants into Chat Applications.This project can connect locally running AI Agents to your commonly used instant messaging platforms, such as mainstream platforms like Feishu, DingTalk, Slack, Telegram, Discord, etc. It also supports 7 types of AI coding assistants including Claude Code, Cursor, Gemini CLI, and realizes remote control of local AI Agents through chat software to perform various development-related tasks.

cc-connect
Star 1.1k
Vol.120
8 days ago

Remote GPU-Accelerated FFmpeg Transcoding.This project enables video transcoding in a way similar to local FFmpeg command invocation, but the actual encoding and decoding are performed on a remote GPU server, with no need for complex configurations or cross-device file sharing systems

ffmpeg-over-ip