awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesMacro Sequences

Configuration of single triggers to execute a predefined series of editor commands.

Distinct from Command Chaining: Focuses on editor-internal command sequences rather than CLI shell command chaining.

Explore 6 awesome GitHub repositories matching development tools & productivity · Macro Sequences. Refine with filters or upvote what's useful.

Awesome Macro Sequences GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rocky-linux/rockyrocky-linux 的头像

    rocky-linux/rocky

    9,497在 GitHub 上查看↗

    Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a community-maintained Linux server distribution that provides a platform focused on stability and security. The project is fundamentally a Red Hat Enterprise Linux compatible operating system, maintaining bug-for-bug binary compatibility to ensure identical software behavior. This allows it to serve as an enterprise-grade platform without proprietary licensing. The distribution covers a broad range of system administration capabilities, including package management via modular repository

    Supports gathering user input via text fields and menus to pass variables into commands.

    enterprise-linuxrocky
    在 GitHub 上查看↗9,497
  • microsoft/vscode-tips-and-tricksmicrosoft 的头像

    microsoft/vscode-tips-and-tricks

    9,086在 GitHub 上查看↗

    This project is a comprehensive productivity guide and configuration reference for the VS Code editor. It provides a curated collection of shortcuts, configuration tips, and tutorials designed to improve efficiency and optimize the daily coding workflow. The resource covers advanced AI-assisted development, including the integration of autonomous agents, custom prompt files, and AI-powered coding assistants for task automation and code generation. It also provides specialized guidance on integrated terminal management, such as configuring shell profiles and automating command execution. Addi

    Shows how to map a single keyboard shortcut to a sequence of multiple editor commands.

    在 GitHub 上查看↗9,086
  • saulpw/visidatasaulpw 的头像

    saulpw/visidata

    8,834在 GitHub 上查看↗

    VisiData is a terminal-based interactive data analysis tool and browser designed for exploring, filtering, and sorting large tabular datasets. It functions as a structured data inspector that loads and flattens complex formats like JSON, XML, and PCAP into interactive sheets, as well as a terminal file manager for navigating directories and performing staged filesystem operations. The project distinguishes itself by rendering data visualizations, such as scatter plots and histograms, directly in the terminal using Unicode Braille characters. It provides a Python-based data wrangling environme

    Supports placeholders in recorded macros that prompt the user for specific values before execution.

    Pythonclicsvdatajournalism
    在 GitHub 上查看↗8,834
  • google/perfettogoogle 的头像

    google/perfetto

    5,558在 GitHub 上查看↗

    Perfetto is a platform for system-level performance tracing and analysis on Linux and Android. It combines a high-throughput trace recorder, a SQL-based query engine, and a browser-based visualizer into a single toolchain. The platform covers CPU scheduling and call-stack profiling, native and Java heap memory allocation tracking, GPU and graphics events, and system-wide counters such as CPU frequency and power consumption. The architecture decouples trace recording from offline analysis, using a compact protobuf format for event encoding and columnar storage for efficient SQL queries. The we

    Defines named sequences of UI commands triggered from the command palette.

    C++
    在 GitHub 上查看↗5,558
  • lando/landolando 的头像

    lando/lando

    4,235在 GitHub 上查看↗

    Lando 是一个 Docker 开发环境管理器和本地开发编排器,用于创建隔离的应用栈。它作为一个 Web 开发栈配置工具,协调 Web 服务器、数据库和运行时,以确保不同操作系统之间的一致性环境。 该项目通过针对 LAMP、LEMP 和 MEAN 等常见栈的基于配方的环境引导,以及针对 WordPress、Drupal 和 Joomla 等 CMS 平台的专门配置而脱颖而出。它进一步通过充当远程托管同步工具来区分其功能,允许用户镜像生产服务配置并与云托管提供商同步站点数据。 该系统涵盖了广泛的基础设施和网络功能,包括自动化反向代理路由、通过内部证书颁发机构进行的 SSL 证书管理,以及主机到容器的卷映射。它还提供用于容器化工作流自动化的工具,例如构建步骤执行、交互式服务 Shell 访问以及用于测试的电子邮件拦截。 该环境通过命令行界面进行管理,该界面处理应用生命周期,包括启动、停止和重建隔离的容器化栈。

    Injects custom flags and interactive prompts into containerized commands to parameterize script behavior.

    在 GitHub 上查看↗4,235
  • newsboat/newsboatnewsboat 的头像

    newsboat/newsboat

    3,683在 GitHub 上查看↗

    Newsboat is a terminal-based RSS and Atom feed aggregator and news reader. It utilizes an ncurses-based user interface to display web content directly in the console and uses a local SQLite database to persist subscriptions, article metadata, and read states. The project functions as an extensible system that allows for the transformation of feed data and the exporting of content via shell scripts and external command hooks. It includes capabilities for managing podcast feeds and synchronizing subscriptions and read states with external feed services. The reader provides tools for organizing

    Allows users to map specific keystrokes to sequences of internal commands to automate repetitive workflows.

    C++atom-feed-readernewsbeuterrss-feed-reader
    在 GitHub 上查看↗3,683
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. Command Chaining
  5. Macro Sequences

探索子标签

  • Named UI Command SequencesDefines a named sequence of UI commands triggered from the command palette. **Distinct from Macro Sequences:** Distinct from Macro Sequences: focuses on naming and reusing sequences, not just defining them.
  • Parameterized Sequences2 个子标签Ability to insert prompts or placeholders into recorded command sequences to specify values at runtime. **Distinct from Macro Sequences:** Specifically targets the parameterization of editor-internal macro sequences rather than static command chains.
  • Shared Analysis MacrosHosts shared trace-analysis macros that appear in the command palette for team reuse. **Distinct from Macro Sequences:** Distinct from Macro Sequences: focuses on sharing macros across a team, not just defining sequences.