macOS
brew install gripprovider-native install command
brew / rang 1887
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de grip pour les workflows d'agents IA.
installation
brew install gripprovider-native install command
aperçu
GitHub Markdown previewer
historique
Grip, short for GitHub Readme Instant Preview, is a Python command-line server for previewing Markdown as GitHub renders it. Its history is small but clear: it solved the old README loop of commit, push, inspect, and amend by running a local preview server.
The official README frames Grip as a command-line server application that uses the GitHub Markdown API to render a local README file with GitHub's styling. It was designed for README-driven development and for authors who wanted to inspect GitHub-flavored Markdown before sending changes upstream.
The project later added conveniences that mattered to daily CLI use: browser opening, explicit ports and files, exporting rendered HTML, offline rendering work, authentication for GitHub API limits, and auto-refresh when files change.
Grip spread through developer package channels because it had a simple command and a familiar problem. Its README documents installation with both `pip install grip` and `brew install grip`, and the package also appears in Linux distribution metadata.
Its adoption niche narrowed as editors, GitHub web previews, and local Markdown renderers improved, but the package remained recognizable because it aimed for GitHub-compatible rendering rather than generic Markdown preview.
The normal workflow is to enter a repository and run `grip`, optionally passing a file or port, then open the local server in a browser. Grip can also export a rendered README to an HTML file with inline styles and assets.
Credentials are optional and only used to raise GitHub API limits or access a different GitHub API endpoint. That is why the settings file can be both configuration and credential storage.
Grip is a classic small developer-tool package: one executable, a Python web app under the hood, and a workflow that made more sense as a CLI than a full desktop app.
For packagers it is also a reminder that tools built around third-party web APIs age with those APIs. The command stays simple, but rendering fidelity and authentication behavior depend on GitHub's Markdown service and styles.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour grip. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.grip/settings.pyCredential-bearing paths to review before unattended agent runs.
~/.grip/settings.pyexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
grip | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:grip |
|---|---|
| Version | 4.6.2 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://github.com/joeyespo/grip |
| Dernière mise à jour | 2026-05-21T12:12:20Z |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.