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

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

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

7 个仓库

Awesome GitHub RepositoriesBrowser Launch Commands

Shell commands that launch browser applications with a URL as an argument, supporting any installed browser.

Distinct from Shell Command Execution: Distinct from Shell Command Execution: specifically launches browser applications with a URL argument rather than general command execution.

Explore 7 awesome GitHub repositories matching development tools & productivity · Browser Launch Commands. Refine with filters or upvote what's useful.

Awesome Browser Launch Commands GitHub Repositories

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

    stackblitz/core

    10,829在 GitHub 上查看↗

    Online IDE powered by Visual Studio Code ⚡️

    Launches a complete desktop-grade development environment in the browser from any GitHub repository.

    在 GitHub 上查看↗10,829
  • webpack/webpack-dev-serverwebpack 的头像

    webpack/webpack-dev-server

    7,853在 GitHub 上查看↗

    webpack-dev-server is a local web server designed to serve webpack bundles and trigger browser refreshes when source files change. It functions as a development environment that hosts bundled applications and provides a live reloading workflow. The project distinguishes itself by supporting hot module replacement to update modules in a running application without a full page reload. It also acts as an HTTP proxy to redirect network request paths to different backends and provides history API fallbacks specifically for hosting single-page applications. The server includes capabilities for mon

    Automatically launches specified web browsers and navigates to target pages upon server startup.

    JavaScripthot-reloadserverwebpack
    在 GitHub 上查看↗7,853
  • berstend/puppeteer-extraberstend 的头像

    berstend/puppeteer-extra

    7,360在 GitHub 上查看↗

    💯 Teach puppeteer new tricks through plugins.

    Starts a browser instance while running plugin lifecycle hooks that modify launch options before the browser opens.

    JavaScriptautomationchromeheadless-browser
    在 GitHub 上查看↗7,360
  • facebook/saplingfacebook 的头像

    facebook/sapling

    6,885在 GitHub 上查看↗

    Sapling is a scalable version control system designed to handle repositories with millions of files and commits, making it suitable for large monorepos. It reads and writes Git repositories natively, maintaining full interoperability with Git remotes and standard workflows, and provides an interactive commit graph for exploring repository history and state. The system uses a bookmark-based branching model that eliminates named branches in favor of lightweight, movable labels for commits. It tracks how each commit was created, amended, rebased, or split through commit-graph-based mutation trac

    Ships a command to open an interactive commit graph GUI in the default browser.

    Rust
    在 GitHub 上查看↗6,885
  • johnste/finickyjohnste 的头像

    johnste/finicky

    4,605在 GitHub 上查看↗

    Finicky is a URL routing tool that intercepts link-open requests and directs each URL to a designated browser before navigation occurs. It operates as a stateless proxy that evaluates user-defined patterns, context, and scriptable logic to dispatch links to the correct browser or profile, keeping work, personal, and other browsing activities separate. The tool distinguishes itself through scriptable routing logic, allowing users to write JavaScript or TypeScript functions that inspect URL details, the source application, and other context to determine the routing decision. It also supports co

    Launches browsers by executing shell commands with the URL passed as an argument.

    Gobrowsergohandler
    在 GitHub 上查看↗4,605
  • paulirish/dotfilespaulirish 的头像

    paulirish/dotfiles

    4,347在 GitHub 上查看↗

    这是一个 Unix 点文件(dotfiles)和脚本合集,旨在个性化和标准化 Shell 及操作系统环境。它为 Bash 和 Fish Shell 提供可移植配置,以及为 Vim 编辑器提供自定义偏好和命令映射。 该合集包括自动化引导脚本,通过安装应用程序、管理包管理器和创建配置符号链接来初始化新机器。它具有专门的 Git 工作流自动化功能以加速版本控制任务,以及使用基于硬件的身份验证和连接持久性的安全 SSH 连接管理。 该工具的覆盖范围扩展到广泛的系统管理工具,包括交互式进程终止、基于学习的目录导航和二进制路径审计。它还涵盖了用于浏览器自动化、本地静态文件托管以及视频转码和视觉图像差异对比等媒体处理任务的开发者生产力助手。

    Includes utilities to launch browsers with predefined flags for specific user data directories.

    Shell
    在 GitHub 上查看↗4,347
  • pichillilorenzo/flutter_inappwebviewpichillilorenzo 的头像

    pichillilorenzo/flutter_inappwebview

    3,736在 GitHub 上查看↗

    This is a plugin for embedding inline or headless web browsers within Flutter applications to render web content. It provides a system for integrating native webview components directly into the widget tree, allowing for the display of web pages and local assets. The project distinguishes itself by offering a headless browser controller for programmatic interaction and data extraction, as well as tools to wrap Progressive Web Apps into native application containers. It includes a mobile bridge for WebRTC to manage camera and microphone permissions for real-time audio and video communication.

    Launches external system-native browsers to provide a consistent browsing experience.

    Dartandroidbrowsercookie-manager
    在 GitHub 上查看↗3,736
  1. Home
  2. Development Tools & Productivity
  3. Shell Command Execution
  4. Browser Launch Commands

探索子标签

  • Plugin-Enhanced Browser LaunchesStarts a browser instance while running registered plugin lifecycle methods that modify launch options before the browser opens. **Distinct from Browser Launch Commands:** Distinct from Browser Launch Commands: integrates plugin lifecycle hooks to modify launch options before the browser starts.
  • Repository Launches1 个子标签Launching a complete desktop-grade development environment in the browser from any GitHub repository. **Distinct from Browser Launch Commands:** Distinct from Browser Launch Commands: launches a full IDE environment from a repository, not just opening a browser with a URL.