/

ripgrep

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

最終更新日:579日前
43.4k

TanStack/router
582日前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
582日前25.4k

🌈 React for interactive command-line apps

searchkit/searchkit
584日前4.7k

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

bvaughn/redux-search
598日前1.4k

Redux bindings for client-side search

Yomguithereal/react-blessed
585日前4.4k

A react renderer for blessed.

algolia/react-instantsearch
584日前2.0k

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

callstack/haul
584日前3.6k

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

diegohaz/generact
597日前1.5k

Generate React components by replicating your own

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

Rename react-native app with just one command

infinitered/ignite
583日前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
584日前4.1k

Easily Build Your Vue.js App For Desktop With Electron

webfansplz/temir
598日前1.0k

Vue for interactive command-line apps

httpie/cli
580日前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
580日前4.1k

Arduino command line tool

NaiboWang/CommandlineConfig
585日前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
580日前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
582日前4.8k

CLI for creating reusable react libraries.

junegunn/fzf
580日前57.7k

:cherry_blossom: A command-line fuzzy finder

google/zx
580日前40.3k

A tool for writing better scripts

starship/starship
580日前39.3k

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

jaywcjlove/linux-command
580日前27.3k

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

withfig/autocomplete
580日前23.8k

IDE-style autocomplete for your existing terminal & shell

dylanaraps/neofetch
580日前19.9k

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

asdf-vm/asdf
580日前19.8k

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

warpdotdev/Warp
580日前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
580日前16.4k

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

solana-labs/solana
580日前11.4k

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

ggreer/the_silver_searcher
580日前25.6k

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

gildas-lormeau/SingleFile
580日前13.1k

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

ohmyzsh/ohmyzsh
580日前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
580日前46.8k

🔎 Hunt down social media accounts by username across social networks

jesseduffield/lazygit
580日前42.9k

simple terminal UI for git commands

wagoodman/dive
580日前42.6k

A tool for exploring each layer in a docker image

n8n-io/n8n
580日前38.7k

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

cli/cli
580日前34.6k

GitHub’s official command line tool

sharkdp/fd
580日前30.7k

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

ibraheemdev/modern-unix
580日前29.3k

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

acheong08/ChatGPT
580日前27.8k

Reverse engineered ChatGPT API

angular/angular-cli
581日前26.6k

CLI tool for Angular

google/python-fire
580日前26.0k

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

lk-geimfari/awesomo
581日前9.2k

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

checkstyle/checkstyle
580日前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
580日前7.1k

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

rust-lang/rust
580日前90.1k

Empowering everyone to build reliable and efficient software.

vercel/pkg
580日前24.1k

Package your Node.js project into an executable

RustPython/RustPython
580日前17.1k

A Python Interpreter written in Rust

mimblewimble/grin
580日前5.0k

Minimal implementation of the Mimblewimble protocol.

amberframework/amber
582日前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
580日前30.6k

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

TheAlgorithms/Rust
580日前19.3k

All Algorithms implemented in Rust

TheAlgorithms/Go
580日前14.2k

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

influxdata/influxdb
580日前27.3k

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

shuttle-hq/shuttle
580日前5.3k

Build & ship backends without writing any infrastructure files.

dani-garcia/vaultwarden
580日前31.3k

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

toeverything/AFFiNE
580日前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
580日前4.1k

Safe Rust bridge for creating Erlang NIF functions

dependabot/dependabot-core
580日前3.8k

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

extism/extism
580日前3.5k

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

remacs/remacs
580日前4.6k

Rust :heart: Emacs

carloscuesta/gitmoji-cli
581日前4.4k

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

muan/emoji
589日前2.2k

:love_letter: Find the emoji that echoes your mind.

ruffle-rs/ruffle
580日前14.1k

A Flash Player emulator written in Rust

foundry-rs/foundry
580日前7.3k

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

any86/any-rule
585日前8.3k

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

bitwarden/clients
580日前7.9k

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

mozilla/geckodriver
580日前6.9k

WebDriver for Firefox

benbusby/whoogle-search
580日前8.5k

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

faressoft/terminalizer
582日前14.8k

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

bevyengine/bevy
580日前30.7k

A refreshingly simple data-driven game engine built in Rust

github/gitignore
580日前155.8k

A collection of useful .gitignore templates

dandavison/delta
580日前19.9k

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

donnemartin/gitsome
580日前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
579日前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
579日前92.8k

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

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

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

cointop-sh/cointop
581日前3.8k

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

denoland/deno
579日前92.3k

A modern runtime for JavaScript and TypeScript.

urfave/cli
579日前21.3k

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

antonmedv/fx
580日前18.0k

Terminal JSON viewer & processor

grame-cncm/faust
582日前2.4k

Functional programming language for signal processing and sound synthesis

glideapps/quicktype
580日前11.2k

Generate types and converters from JSON, Schema, and GraphQL

alacritty/alacritty
579日前51.4k

A cross-platform, OpenGL terminal emulator.

lencx/ChatGPT
579日前45.6k

🔮 ChatGPT Desktop Application (Mac, Windows and Linux)

PowerShell/PowerShell
579日前42.8k

PowerShell for every system!

lionsoul2014/ip2region
579日前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
579日前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
579日前5.0k

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

metaplex-foundation/metaplex
581日前3.3k

A directory of what the Metaplex Foundation works on!

coral-xyz/anchor
580日前3.0k

⚓ Solana Sealevel Framework

hyperledger/solang
583日前1.2k

Solidity Compiler for Solana and Polkadot

apache/incubator-fury
579日前2.5k

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

holochain/holochain-rust
602日前1.0k

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

dennis-tra/pcp
583日前1.0k

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

opensearch-project/OpenSearch
579日前8.3k

🔎 Open source distributed and RESTful search engine.

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

📊 Open source visualization dashboards for OpenSearch.

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

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

build-trust/ockam
579日前4.3k

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

flybywiresim/aircraft
580日前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
579日前40.3k

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

bcicen/ctop
579日前15.0k

Top-like interface for container metrics

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

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

NativeScript/nativescript-cli
589日前1.0k

Command-line interface for building NativeScript apps

Dav1dde/glad
579日前3.4k

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