/

ripgrep

ripgrep recursively searches directories for a regex pattern while respecting your gitignore

最終更新日:503日前
43.4k

TanStack/router
505日前6.5k

🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.

vadimdemedes/ink
505日前25.4k

🌈 React for interactive command-line apps

searchkit/searchkit
507日前4.7k

Search UI for Elasticsearch & Opensearch. Compatible with Algolia's Instantsearch and Autocomplete components. React & Vue support

bvaughn/redux-search
521日前1.4k

Redux bindings for client-side search

Yomguithereal/react-blessed
508日前4.4k

A react renderer for blessed.

algolia/react-instantsearch
507日前2.0k

⚡️ Lightning-fast search for React and React Native applications, by Algolia.

callstack/haul
507日前3.6k

Haul is a command line tool for developing React Native apps, powered by Webpack

diegohaz/generact
520日前1.5k

Generate React components by replicating your own

junedomingo/react-native-rename
506日前2.5k

Rename react-native app with just one command

infinitered/ignite
506日前16.3k

Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more!

nklayman/vue-cli-plugin-electron-builder
507日前4.1k

Easily Build Your Vue.js App For Desktop With Electron

webfansplz/temir
521日前1.0k

Vue for interactive command-line apps

httpie/cli
503日前31.1k

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.

arduino/arduino-cli
503日前4.1k

Arduino command line tool

NaiboWang/CommandlineConfig
508日前2.0k

A library for users to write (experiment in research) configurations in Python Dict or JSON format, read and write parameter value via dot . in code, while can read parameters from the command line to modify values. 一个供用户以Python Dict或JSON格式编写(科研中实验)配置的库,在代码中用点.读写属性,同时可以从命令行中读取参数配置并修改参数值。

danny-avila/LibreChat
503日前7.9k

Enhanced ChatGPT Clone: Features OpenAI, Assistants API, Azure, GPT-4 Vision, Mistral, Bing, Anthropic, OpenRouter, Google Gemini, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. More features in development

transitive-bullshit/create-react-library
505日前4.8k

CLI for creating reusable react libraries.

junegunn/fzf
503日前57.7k

:cherry_blossom: A command-line fuzzy finder

google/zx
503日前40.3k

A tool for writing better scripts

starship/starship
503日前39.3k

☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

jaywcjlove/linux-command
503日前27.3k

Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux

withfig/autocomplete
503日前23.8k

IDE-style autocomplete for your existing terminal & shell

dylanaraps/neofetch
503日前19.9k

🖼️ A command-line system information tool written in bash 3.2+

asdf-vm/asdf
503日前19.8k

Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

warpdotdev/Warp
503日前17.2k

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.

extrawurst/gitui
503日前16.4k

Blazing 💥 fast terminal-ui for git written in rust 🦀

solana-labs/solana
503日前11.4k

Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.

ggreer/the_silver_searcher
503日前25.6k

A code-searching tool similar to ack, but faster.

gildas-lormeau/SingleFile
503日前13.1k

Web Extension for saving a faithful copy of a complete web page in a single HTML file

ohmyzsh/ohmyzsh
503日前166.8k

🙃 A delightful community-driven (with 2,200+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

sherlock-project/sherlock
503日前46.8k

🔎 Hunt down social media accounts by username across social networks

jesseduffield/lazygit
503日前42.9k

simple terminal UI for git commands

wagoodman/dive
503日前42.6k

A tool for exploring each layer in a docker image

n8n-io/n8n
503日前38.7k

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.

cli/cli
503日前34.6k

GitHub’s official command line tool

sharkdp/fd
503日前30.7k

A simple, fast and user-friendly alternative to 'find'

ibraheemdev/modern-unix
503日前29.3k

A collection of modern/faster/saner alternatives to common unix commands.

acheong08/ChatGPT
503日前27.8k

Reverse engineered ChatGPT API

angular/angular-cli
504日前26.6k

CLI tool for Angular

google/python-fire
503日前26.0k

Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.

lk-geimfari/awesomo
504日前9.2k

Cool open source projects. Choose your project and get involved in Open Source development now.

checkstyle/checkstyle
503日前8.1k

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.

reviewdog/reviewdog
503日前7.1k

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

rust-lang/rust
503日前90.1k

Empowering everyone to build reliable and efficient software.

vercel/pkg
503日前24.1k

Package your Node.js project into an executable

RustPython/RustPython
503日前17.1k

A Python Interpreter written in Rust

mimblewimble/grin
503日前5.0k

Minimal implementation of the Mimblewimble protocol.

amberframework/amber
505日前2.5k

A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.

TheAlgorithms/JavaScript
503日前30.6k

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

TheAlgorithms/Rust
503日前19.3k

All Algorithms implemented in Rust

TheAlgorithms/Go
503日前14.2k

Algorithms and Data Structures implemented in Go for beginners, following best practices.

influxdata/influxdb
503日前27.3k

Scalable datastore for metrics, events, and real-time analytics

shuttle-hq/shuttle
503日前5.3k

Build & ship backends without writing any infrastructure files.

dani-garcia/vaultwarden
503日前31.3k

Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs

toeverything/AFFiNE
503日前26.4k

There can be more than Notion and Miro. AFFiNE(pronounced [ə‘fain]) is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use.

rusterlium/rustler
503日前4.1k

Safe Rust bridge for creating Erlang NIF functions

dependabot/dependabot-core
503日前3.8k

🤖 Dependabot's core logic for creating update PR's.

extism/extism
503日前3.5k

The framework for building with WebAssembly (wasm). Easily load wasm modules, move data, call functions, and build extensible apps.

remacs/remacs
503日前4.6k

Rust :heart: Emacs

carloscuesta/gitmoji-cli
504日前4.4k

A gitmoji interactive command line tool for using emojis on commits. 💻

muan/emoji
512日前2.2k

:love_letter: Find the emoji that echoes your mind.

ruffle-rs/ruffle
503日前14.1k

A Flash Player emulator written in Rust

foundry-rs/foundry
503日前7.3k

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.

any86/any-rule
508日前8.3k

🦕 常用正则大全, 支持web / vscode / idea / Alfred Workflow多平台

bitwarden/clients
503日前7.9k

Bitwarden client applications (web, browser extension, desktop, and cli)

mozilla/geckodriver
503日前6.9k

WebDriver for Firefox

benbusby/whoogle-search
503日前8.5k

A self-hosted, ad-free, privacy-respecting metasearch engine

faressoft/terminalizer
505日前14.8k

🦄 Record your terminal and generate animated gif images or share a web player

bevyengine/bevy
503日前30.7k

A refreshingly simple data-driven game engine built in Rust

github/gitignore
503日前155.8k

A collection of useful .gitignore templates

dandavison/delta
503日前19.9k

A syntax-highlighting pager for git, diff, and grep output

donnemartin/gitsome
503日前7.5k

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools

google/comprehensive-rust
502日前24.5k

This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.

microsoft/terminal
502日前92.8k

The new Windows Terminal and the original Windows console host, all in the same place!

compiler-explorer/compiler-explorer
502日前14.8k

Run compilers interactively from your web browser and interact with the assembly

cointop-sh/cointop
504日前3.8k

A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀

denoland/deno
502日前92.3k

A modern runtime for JavaScript and TypeScript.

urfave/cli
502日前21.3k

A simple, fast, and fun package for building command line apps in Go

antonmedv/fx
503日前18.0k

Terminal JSON viewer & processor

grame-cncm/faust
505日前2.4k

Functional programming language for signal processing and sound synthesis

glideapps/quicktype
503日前11.2k

Generate types and converters from JSON, Schema, and GraphQL

alacritty/alacritty
502日前51.4k

A cross-platform, OpenGL terminal emulator.

lencx/ChatGPT
502日前45.6k

🔮 ChatGPT Desktop Application (Mac, Windows and Linux)

PowerShell/PowerShell
502日前42.8k

PowerShell for every system!

lionsoul2014/ip2region
502日前14.9k

Ip2region (2.0 - xdb) is a offline IP address manager framework and locator, support billions of data segments, ten microsecond searching performance. xdb engine implementation for many programming languages

allinurl/goaccess
502日前17.2k

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.

ledger/ledger
502日前5.0k

Double-entry accounting system with a command-line reporting interface

metaplex-foundation/metaplex
504日前3.3k

A directory of what the Metaplex Foundation works on!

coral-xyz/anchor
503日前3.0k

⚓ Solana Sealevel Framework

hyperledger/solang
506日前1.2k

Solidity Compiler for Solana and Polkadot

apache/incubator-fury
502日前2.5k

A blazing fast multi-language serialization framework powered by JIT and zero-copy.

holochain/holochain-rust
525日前1.0k

DEPRECATED. The Holochain framework implemented in rust with a redux style internal state-model.

dennis-tra/pcp
506日前1.0k

📦 Command line peer-to-peer data transfer tool based on libp2p.

opensearch-project/OpenSearch
502日前8.3k

🔎 Open source distributed and RESTful search engine.

opensearch-project/OpenSearch-Dashboards
503日前1.5k

📊 Open source visualization dashboards for OpenSearch.

trevorhobenshield/twitter-api-client
502日前1.2k

Implementation of X/Twitter v1, v2, and GraphQL APIs

build-trust/ockam
502日前4.3k

Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications – at massive scale.

flybywiresim/aircraft
503日前4.9k

The A32NX & A380X Project are community driven open source projects to create free Airbus aircraft in Microsoft Flight Simulator that are as close to reality as possible.

Unitech/pm2
502日前40.3k

Node.js Production Process Manager with a built-in Load Balancer.

bcicen/ctop
502日前15.0k

Top-like interface for container metrics

learn-anything/learn-anything.xyz
502日前15.3k

Organize world's knowledge, explore connections and curate learning paths

NativeScript/nativescript-cli
512日前1.0k

Command-line interface for building NativeScript apps

Dav1dde/glad
502日前3.4k

Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.