awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • stackblitz/coreAvatar stackblitz

    stackblitz/core

    10,829Vezi pe GitHub↗

    Online IDE powered by Visual Studio Code ⚡️

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

    Vezi pe GitHub↗10,829
  • webpack/webpack-dev-serverAvatar webpack

    webpack/webpack-dev-server

    7,853Vezi pe 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
    Vezi pe GitHub↗7,853
  • berstend/puppeteer-extraAvatar berstend

    berstend/puppeteer-extra

    7,360Vezi pe 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
    Vezi pe GitHub↗7,360
  • facebook/saplingAvatar facebook

    facebook/sapling

    6,885Vezi pe 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
    Vezi pe GitHub↗6,885
  • johnste/finickyAvatar johnste

    johnste/finicky

    4,605Vezi pe 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
    Vezi pe GitHub↗4,605
  • paulirish/dotfilesAvatar paulirish

    paulirish/dotfiles

    4,347Vezi pe GitHub↗

    Acest proiect este o colecție de dotfiles și scripturi Unix concepute pentru a personaliza și standardiza un mediu shell și sistem de operare. Oferă configurații portabile pentru shell-urile Bash și Fish, precum și preferințe personalizate și mapări de comenzi pentru editorul Vim. Colecția include scripturi de bootstrapping automatizate pentru a inițializa mașini noi prin instalarea aplicațiilor, gestionarea managerilor de pachete și crearea de link-uri simbolice de configurare. Dispune de automatizare specializată a fluxului de lucru Git pentru a accelera sarcinile de control al versiunilor, alături de gestionarea securizată a conexiunilor SSH folosind autentificarea bazată pe hardware și persistența conexiunii. Suprafața utilitară se extinde la o gamă largă de instrumente de administrare a sistemului, inclusiv terminarea interactivă a proceselor, navigarea în directoare bazată pe învățare și auditarea căilor binare. Acoperă, de asemenea, ajutoare pentru productivitatea dezvoltatorilor pentru automatizarea browserului, găzduirea locală de fișiere statice și sarcini de procesare media, cum ar fi transcodarea video și compararea vizuală a imaginilor.

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

    Shell
    Vezi pe GitHub↗4,347
  • pichillilorenzo/flutter_inappwebviewAvatar pichillilorenzo

    pichillilorenzo/flutter_inappwebview

    3,736Vezi pe 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
    Vezi pe GitHub↗3,736
  1. Home
  2. Development Tools & Productivity
  3. Shell Command Execution
  4. Browser Launch Commands

Explorează sub-etichetele

  • 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 sub-tagLaunching 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.