GitHub Trends
10.2K subscribers
15.4K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#shell #aesthetic #dark_mode #dynamic #hyde #hyprdots #light_mode #themes #unix_porn #wallpapers

HyDE is a clean, modular, and visually appealing development environment designed for Hyprland on Arch Linux and some Arch-based distros. It offers easy installation via a script that auto-detects NVIDIA cards and configures necessary drivers, but it may conflict with existing desktop environments or theming. You can customize it with many official and community themes using a tool called themepatcher. HyDE keeps your configuration organized and separate from core scripts, making updates safer and simpler. It also supports running in a virtual machine for testing. Joining the HyDE Discord community helps you get support and share ideas. This setup benefits you by providing a stylish, maintainable, and customizable desktop environment with a smooth update process and community support.

https://github.com/HyDE-Project/HyDE
#shell #bash #developers_everyday_life #java #option_parser #python #script #shell #show_busy_java_threads #show_duplicate_java_classes #terminal #useful_scripts

This repository provides useful scripts for Java and Shell that make developer work easier and faster. The Java scripts help you quickly find CPU performance problems in running processes, detect duplicate classes in jar files, and search for specific classes across multiple jar files. The Shell scripts enhance command-line productivity with features like copying output to clipboard, colorizing file displays, deduplicating lines without sorting, and managing Docker containers more easily. The scripts are production-ready, used by major companies like Alibaba, and follow strict Bash standards for safety and reliability. You benefit by getting professional-grade tools that save time on routine tasks and learning best practices for writing quality shell scripts.

https://github.com/oldratlee/useful-scripts
1
#shell #awesome #awesome_list #bash

You can use Bash scripts to automate repetitive tasks on your computer, like managing files, updating software, or running system maintenance, which saves you time and reduces errors. Bash scripting is easy to learn even without programming experience because it uses simple commands you already know from the terminal. There are many resources, tools, and ready-made scripts available to help you customize your command line, improve productivity, and develop your own scripts. This makes working with your system faster, more efficient, and less prone to mistakes. Plus, you can schedule scripts to run automatically whenever you want.

https://github.com/awesome-lists/awesome-bash
1👍1
#shell #arch #bash #discord #dpi #goodbyedpi #linux #nfqws #nftables #ubuntu #youtube #zapret

This Linux script (tested on Ubuntu 24.04 and Arch) easily sets up Zapret to bypass YouTube slowdowns and Discord blocks using Flowseal configs. Clone the repo, run `sudo bash main_script.sh` to pick a strategy (like general.bat), network interface, and save settings in conf.env for quick non-interactive launches or auto-start via `sudo bash service.sh`. It uses nftables, cleans up on stop, and skips auto-updates to stay stable. You get fast, reliable access to YouTube videos and Discord chats without hassle.

https://github.com/Sergeydigl3/zapret-discord-youtube-linux
#shell #analyzer #appcleaner #clean #cleaner #cleaner_cli #cleaner_script #command_line #daisydisk #istat #mac #macos #optimize #sensei #shell #uninstall

Mole is a free, open-source terminal tool that deeply cleans and optimizes your Mac by removing caches, logs, browser junk, and app leftovers—freeing up gigabytes like 95GB in one go. It smartly uninstalls apps with all hidden files, analyzes disk space visually, monitors CPU/memory live, and rebuilds caches for better speed. Install easily via curl or Homebrew, preview changes safely, and use Touch ID. This saves you money on paid cleaners, reclaims storage fast, boosts performance, and diagnoses issues simply from your terminal.

https://github.com/tw93/Mole
2
#shell #android #android_emulator #ci_pipeline #docker #docker_android

docker-android is a small, customizable Docker image with Android emulator, KVM, and ADB for remote control via scrcpy. Run it easily with `docker run --device /dev/kvm -p 55555555`. Customize Android versions (like API 33), add Play Store, or mount SDK externally for tiny sizes (138MB compressed without). It benefits you by enabling fast, consistent, headless Android testing in CI/CD pipelines, saving setup time and resources.

https://github.com/HQarroum/docker-android
1👍1
#shell

Superpowers turns a coding agent into a disciplined helper that first clarifies what you want, then designs, plans, and implements features using clear steps and strict test‑driven development. It automatically manages branches, breaks work into tiny tasks, uses sub‑agents with built‑in reviews, and enforces quality checks before merging. You benefit by getting more reliable code, less babysitting of the AI, safer experimentation in isolated branches, and a repeatable workflow that feels like working with a careful junior engineer who always follows best practices.

https://github.com/obra/superpowers
#shell #ai #ai_agent #ai_agents #ai_development #ai_development_tools #claude_code #claude_code_cli #development_tools #development_workflow

Ralph lets Claude Code work on a software project in a loop until the tasks are truly finished, while safely avoiding infinite runs and API overuse. It can import your existing requirement documents, turn them into a structured project with tasks, and then automatically code, test, and track progress with logs and live monitoring. Built‑in session management, rate limiting, circuit breakers, and JSON‑based error handling keep long runs stable. This helps you offload repetitive development work and move faster from ideas and specs to working code.

https://github.com/frankbria/ralph-claude-code
#shell

OpenCode now supports Claude Max/Pro subscriptions through the `opencode-anthropic-auth` plugin, allowing you to use your Claude subscription with both Claude Code and OpenCode in your terminal. This integration works with Gentleman.Dots, a complete development environment configuration that includes Neovim with AI assistants, multiple shells (Fish, Zsh, Nushell), terminal multiplexers (Tmux, Zellij), and various terminal emulators. You can install it via Homebrew or direct download across macOS, Linux, and Android platforms. The setup includes an interactive TUI installer that automatically configures your preferred tools, plus a Vim Mastery Trainer for learning editor shortcuts through progressive lessons and boss fights. This gives you a fully integrated AI-powered coding environment optimized for terminal-based development workflows.

https://github.com/Gentleman-Programming/Gentleman.Dots
#shell

Try is a simple Ruby tool that organizes your coding experiments in one folder like ~/src/tries, using fuzzy search to quickly find or create dated directories (e.g., 2025-01-18-redis-test). Install via `gem install try-cli` or curl the single file, then add `eval "$(try init)"` to your shell—no setup needed. It ranks recent projects highest with smart matching, so you avoid scattered "test" folders and lost /tmp work. This saves time jumping between ideas, keeping your chaotic projects instantly accessible and productive.

https://github.com/tobi/try