Ross ROSS = Recommend OSS · open-source software intelligence for agents

resource: cli

243 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
nicolashery/mac-dev-setup
A beginner's guide documenting how to set up a full development environment on macOS, covering tools like iTerm2, Homebrew, Git, VS Code, a…
325757maintenance
Louiszhai/tool
A curated Chinese-language guide recommending Mac productivity tools for developers, covering markdown editors, terminal utilities, Chrome …
325666maintenance
alrra/dotfiles
A collection of personal dotfiles for macOS (with some Ubuntu support) covering Git, Bash, Vim, and tmux configurations, installed via a se…
741539active
docker-library/docker
The Docker Official Image packaging repository for the Docker CLI and daemon, maintained under the docker-library project. It provides read…
761482active
nikivdev/rust
A curated collection of Rust tools and libraries maintained by nikivdev, designed to be used with the flow workflow tool. It serves as a ce…
611467active
Manoj-engineer/k8squest
K8sQuest is a local, game-based Kubernetes training platform with 50 progressive troubleshooting challenges across 5 difficulty worlds. It …
591449active
tomalaforge/angular-challenges
A collection of 60+ real-world Angular challenges covering Angular, Nx, RxJS, NgRx and TypeScript, with browsable community solutions and a…
761392active
mmotti/pihole-regex
A curated regex filter list for Pi-hole v4+ (FTLDNS) that blocks broad patterns of ad, tracking, and malicious domains. It ships with a Pyt…
321373active
nickjj/dotfriedrice
An opinionated but customizable set of dotfiles and install scripts that sets up a developer-friendly terminal environment (zsh, tmux, Neov…
771320active
matklad/cargo-xtask
cargo-xtask is a specification and documentation of a pattern for adding free-form automation to Rust projects using only cargo and rustc, …
541311stable
seankross/the-unix-workbench
The Unix Workbench is a free, CC0-licensed open-source book by Sean Kross that introduces Unix, the command line, and Git/GitHub to beginne…
321310stable
folke/dot
Folke's personal Linux dotfiles repository, containing configuration for Neovim, the Hyprland and Niri Wayland compositors, and other deskt…
671284active
beigeworm/BadUSB-Files-For-FlipperZero
A collection of over 60 Ducky Script payloads curated for the FlipperZero BadUSB/BadKB feature, ranging from pranks to red team tools, most…
711266active
stackgl/shader-school
An interactive Node.js-based workshopper that teaches GLSL shaders and graphics programming through self-directed lessons completed in the …
324414maintenance
webpro/dotfiles
A personal dotfiles repository for macOS (also works on Ubuntu and Arch Linux) that automates system setup via a Makefile, Homebrew, and GN…
741246active
Jeiwan/blockchain_go
A simplified blockchain implementation in Go built as a companion to a seven-part tutorial series. It demonstrates core blockchain concepts…
324375maintenance
python-geeks/Automation-scripts
A community-driven collection of Python automation scripts covering everyday tasks like file handling, web scraping, and productivity. It s…
481226active
chawyehsu/dorado
Dorado is a community bucket (package manifest collection) for the Scoop package manager on Windows, containing manifests for developer too…
771224active
dwtkns/gdal-cheat-sheet
A community cheat sheet of copy-paste command-line recipes for GDAL/OGR, the standard open-source geospatial data abstraction tools. It cov…
321222stable
tfpk/macrokata
MacroKata is a set of ordered, hands-on exercises for learning how to write declarative macros (macro_rules!) in Rust. It ships with a smal…
321219stable
danicat/pacgo
Pac Go is a Pac Man clone written in Go that runs in the terminal, rendered with emojis. It doubles as a hands-on tutorial for learning the…
561218active
tjdevries/config_manager
A personal dotfiles and configuration repository by TJ DeVries, primarily containing Neovim configuration written in Lua along with shared …
321213active
herrbischoff/awesome-command-line-apps
A curated awesome-list of command-line applications for macOS and Unix shells, cataloging terminal tools for doing useful things from the s…
104210maintenance
shadawck/awesome-cli-frameworks
A curated awesome-list cataloging CLI frameworks and argument-parsing libraries across many programming languages, from Bash and C++ to Rus…
761203active
ProgrammingRust/examples
Complete code for the larger example programs from the book 'Programming Rust' by Blandy, Orendorff, and Tindall. Each subdirectory is a st…
321200stable
wincent/wincent
A long-maintained collection of dotfiles and system configuration for macOS and Linux, built around a custom configuration framework called…
771198active
tide-emergency/yingji
A curated Chinese-language knowledge base and script collection for cybersecurity emergency response (应急响应), covering handling of server in…
321191active
fufexan/dotfiles
A personal Nix flake containing NixOS system configurations and Home-Manager user configurations, organized into hosts, modules, packages, …
761133active
rasbt/mini-coding-agent
A minimal, readable Python implementation of a coding agent harness that demonstrates the six core components of coding agents (repo contex…
491126active
ryanb/ruby-warrior
Ruby Warrior is a terminal-based game that teaches the Ruby programming language by having players write Ruby scripts to guide a warrior th…
323890maintenance
gf3/dotfiles
A personal dotfiles repository containing configuration files for daily command-line tools, centered on the fish shell and Emacs. It is man…
611123active
bradAGI/awesome-cli-coding-agents
A curated awesome-list directory of 120+ terminal-native AI coding agents and the harnesses that orchestrate them. It catalogs open-source …
601123active
gvolpe/nix-config
A personal NixOS and Home Manager configuration repository (dotfiles) written in Nix. It declaratively sets up a full Linux desktop environ…
771110active
djdallmann/GamingPCSetup
A research and evidence based guide for optimizing Windows gaming PCs, covering BIOS, Windows services, networking, peripherals, and game c…
541103active
ninjaaron/replacing-bash-scripting-with-python
A tutorial-style guide explaining how to replace Bash shell scripts with Python for administrative and systems scripting tasks. It covers w…
321079active
sts10/rust-command-line-utilities
A curated list of command-line utilities written in Rust, including Unix tool replacements and modern CLI tools. It is a reference catalog …
631063active
bahamas10/ysap
ysap (You Suck at Programming) is a video series by Dave Eddy focused on bash scripting, Unix, and sysadmin topics, published on YouTube, T…
761055active
BlackTechX011/Termux-Command-Handbook
A free, chapter-organized handbook documenting Termux commands, including pkg package management, termux-api utilities, and shell automatio…
421052active
rust-cli/book
CLAiR, the official 'Command Line Applications in Rust' book maintained by the Rust CLI working group. It is an mdBook-based tutorial and r…
751046active
furkan/dockerlings
Dockerlings is an interactive terminal-based tutorial that teaches Docker through bite-sized, progressively ordered exercises with instant …
471028active
dotnet/dotnet-console-games
A collection of classic games (Snake, Pacman, Minesweeper, Sudoku, 2048, etc.) implemented as .NET console applications in C#. It is mainta…
321022active
billie66/TLCL
A Chinese translation of the book 'The Linux Command Line' (TLCL), maintained as an open-source project with an online reading site and PDF…
233458maintenance
hyper0x/go_command_tutorial
A free Chinese-language tutorial covering Go's standard command-line toolchain (go build, go test, go get, etc.), originally excerpted from…
323448maintenance
learnbyexample/TUI-apps
A collection of Terminal User Interface (TUI) applications built with Python and the Textual framework, including games and interactive lea…
611013active
LukeMathWalker/build-your-own-jira-with-rust
A test-driven Rust workshop where learners build a JIRA clone through a series of koans (guided exercises) verified by a CLI tool. It targe…
441011active
ishantanu/awesome-kubectl-plugins
A curated awesome-style list of kubectl plugins for extending the Kubernetes CLI, which can also be used as a custom Krew index for install…
761008active
ralish/bash-script-template
A best-practices Bash script template providing a ready-made scaffold with useful helper functions for writing robust shell scripts. It off…
621008active
EmailThis/extension-boilerplate
A boilerplate template for building cross-browser extensions for Chrome, Opera, and Firefox using the WebExtensions API. It provides a Gulp…
233322maintenance
git-game/git-game
A terminal-based puzzle game where players advance through ten levels by performing git tasks on the repository itself, testing knowledge o…
323195maintenance
alfred-workflows/awesome-alfred-workflows
A curated awesome-list of Alfred workflows for the macOS Alfred launcher, organized by category such as developer tools, productivity, secu…
103178maintenance
kylemcdonald/FreeWifi
A tutorial repository explaining techniques for gaining internet access on public wireless networks, including MAC address randomization vi…
323005maintenance
JXA-Cookbook/JXA-Cookbook
A community cookbook (hosted as a GitHub wiki) of examples and recipes for JavaScript for Automation (JXA) on macOS. It teaches how to cont…
442997maintenance
bgrins/devtools-snippets
A curated collection of small JavaScript snippets designed to be run inside browser developer tools (Chrome Snippets, Firefox Scratchpad, o…
322977maintenance
workshopper/javascripting
A NodeSchool workshopper module that teaches JavaScript fundamentals through interactive terminal-based challenges. Users solve exercises i…
772906maintenance
therebelrobot/awesome-workshopper
A curated awesome-style list of terminal-based workshopper/adventure tutorials for learning programming concepts like Node.js, Git, and Jav…
322264maintenance
hbin/top-programming-fonts
A curated collection of the author's favorite programming fonts with a one-line shell installer script. It includes instructions for config…
572254maintenance
maryrosecook/gitlet
Gitlet is a small implementation of Git written in about 1000 lines of heavily annotated JavaScript, built to teach how Git works internall…
322164maintenance
realpython/python-scripts
A curated collection of small, standalone Python scripts covering tasks like web crawling, file manipulation, JSON/CSV conversion, Git help…
322159maintenance
workshopper/stream-adventure
stream-adventure is an interactive command-line tutorial (workshopper) for learning Node.js streams. It presents a series of exercises that…
232064maintenance
timoxley/functional-javascript-workshop
A NodeSchool-style interactive workshop that teaches fundamental functional programming in JavaScript using only vanilla ES5, with no libra…
322040maintenance
stephenturner/oneliners
A curated collection of useful bash one-liners for bioinformatics, covering awk, sed, sort/uniq/cut, find/xargs/GNU parallel, seqtk, and GF…
232026maintenance
ruanyf/simple-bash-scripts
A curated collection of simple, standalone Bash scripts demonstrating common shell scripting tasks, from hello-world basics to system admin…
331935maintenance
karpathy/cryptos
A pure Python, zero-dependency from-scratch implementation of Bitcoin, including SHA-256, elliptic curve math, ECDSA signatures, key/addres…
321926maintenance
rochacbruno/python-week-2022
A minimal Python project template called 'beerlog' created for the Python Week 2022 live-streamed course by Bruno Rocha on LinuxTips. Learn…
321797maintenance
shuveb/containers-the-hard-way
Gocker is a mini Docker implementation written in Go that recreates Docker's core functionality from scratch using Linux system calls like …
321632maintenance
MLWave/Kaggle-Ensemble-Guide
Companion code for the MLWave Kaggle Ensembling Guide article, providing Python scripts that combine multiple model prediction CSVs via vot…
321615maintenance
nekocode/create-android-kotlin-app
A Kotlin-based Android application template with a one-line creator script that scaffolds a new project. It bundles AndroidX, Architecture …
231585maintenance
HarshCasper/Rotten-Scripts
A curated collection of small utility scripts written in Python, JavaScript, Bash, PowerShell, and Go, contributed by the open-source commu…
321546maintenance
stackgl/webgl-workshop
A NodeSchool-style interactive workshop that teaches the WebGL API through small, hands-on lessons. It is the sequel to shader-school and r…
321498maintenance
turkenh/ansible-interactive-tutorial
An interactive Ansible tutorial that runs entirely in Docker containers, adapted from the leucos/ansible-tuto lessons. A single shell scrip…
321497maintenance
xuxiaodong/usingcli-book
An open-source Chinese-language book, 'Use the Command Line Like a Hacker', that teaches command-line proficiency from basics to advanced s…
221445maintenance
felixrieseberg/windows-development-environment
A guide and Boxstarter script for setting up Windows 11 for modern development, covering tools like Chocolatey, WSL, Git, Node.js, VS Code,…
321409maintenance
andrewjkerr/security-cheatsheets
A collection of cheatsheets for infosec tools and common UNIX programs, designed to be used with the 'cheat' command-line tool. It helps pe…
321395maintenance
daxeel/blockshell
BlockShell is a minimal command-line utility for learning blockchain fundamentals like chaining, hashing, mining, and proof of work by crea…
321371maintenance
tonik/theme
Tonik is a WordPress starter theme that modernizes theme development with ES6, SASS, Webpack asset management, PHP namespaces, and a simple…
101326maintenance
junosuarez/awesome-npx
A curated awesome-list of npm packages and resources that work well with npx, the tool for executing npm package binaries without global in…
321311maintenance
shayne/wsl2-hacks
A collection of shell snippets and hacks for using WSL2 as a Linux development environment on Windows, most notably enabling systemd and sn…
321310maintenance
dongweiming/web_develop
Source code repository for the Chinese book 'Python Web Development in Practice' (《Python Web开发实战》) by Dong Weiming. It contains example co…
321235maintenance
workshopper/how-to-npm
how-to-npm is a NodeSchool workshopper that teaches npm through interactive terminal exercises, covering environment setup, installing depe…
321209maintenance
fhd/init-script-template
A simple System V init script template written in Shell that provides start, stop, restart, and status commands for background processes. I…
321090maintenance
EONRaider/violent-python3
A Python 3 conversion of the source code from the book 'Violent Python' by TJ O'Connor, refactored for PEP8 compliance and updated to remov…
761050maintenance
stark/Color-Scripts
A curated collection of user-contributed terminal color scripts (ASCII art with ANSI colors) gathered from around the web into one reposito…
321002maintenance
ponponon/claude_code_src
A reconstructed source tree of Anthropic's Claude Code CLI (version 2.1.88), recovered from the sourcesContent field of the cli.js.map sour…
532335experimental
jarmuine/claude-code
A mirror of a publicly exposed source snapshot of Anthropic's Claude Code CLI, leaked via a source map file in the npm distribution on Marc…
482281experimental
pengchengneo/Claude-Code
An unofficial reconstruction of the full TypeScript source code of Anthropic's Claude Code CLI, recovered from the npm package's source map…
481761experimental
Automattic/_s
_s (Underscores) is a minimal WordPress starter theme meant to be hacked into a custom theme rather than used as a parent theme. It provide…
1010970abandoned
react-native-community/react-native-template-typescript
A clean, minimalist React Native project template that scaffolds new apps with TypeScript and Jest via the React Native CLI. It is now depr…
231890abandoned
natemcmaster/dotnet-tools
A curated list of .NET Core CLI (dotnet) global tools published on NuGet. The repository is now archived because nuget.org added native fil…
101485abandoned
1-Sisyphe/youCanCodeAGif
A Python script that demonstrates creating a high-quality GIF entirely through code, by downloading a YouTube video, cutting scenes, genera…
321102abandoned
infinitered/ignite
Ignite is Infinite Red's battle-tested React Native and Expo boilerplate with an accompanying CLI that scaffolds new apps and generates scr…
8519936stable
zardus/ctf-tools
A Nix flake that packages a large collection of security research and CTF (capture-the-flag) tools for easy deployment. It bundles tools li…
869501active
mandiant/flare-vm
FLARE-VM is a collection of PowerShell installation scripts that set up and maintain a reverse engineering and malware analysis environment…
638965active
craftzdog/dotfiles
A personal dotfiles repository by Takuya (craftzdog) containing configurations for Neovim, tmux, git, fish shell, and PowerShell. It serves…
777146active
geerlingguy/mac-dev-playbook
An Ansible playbook that automates installing and configuring development software on macOS, including Homebrew packages, Mac App Store app…
757035active
android/skills
A collection of AI-optimized, modular instruction files (SKILL.md) from Google that ground LLM coding agents in Android development best pr…
827000active
React Boilerplate
A highly scalable, offline-first React application boilerplate with Redux, Redux-Saga, styled-components, i18n, and a focus on performance …
2329491maintenance
web-platform-tests/wpt
A large cross-browser test suite for the Web platform stack, covering specifications from WHATWG, W3C, and other standards bodies. It inclu…
956123active
KimYx0207/AI-Coding-Guide-Zh
A comprehensive Chinese-language tutorial collection (50 articles plus a cheat sheet) covering AI coding and agent workflow tools: Claude C…
805823active
cpq/bare-metal-programming-guide
An open-source tutorial guide teaching bare-metal ARM microcontroller programming using only GCC and datasheets, without frameworks. It inc…
734841active
josean-dev/dev-environment-files
A collection of personal dotfiles and configuration files for a macOS developer environment, including Neovim, Tmux, WezTerm/Alacritty, Zsh…
704113active

← prev page 2 / 3 next →