2025-03-14 21:59:59 -06:00
|
|
|
# grip
|
|
|
|
|
|
|
|
|
|
> Preview GitHub-flavoured Markdown files locally.
|
2025-06-28 19:25:29 -06:00
|
|
|
> More information: <https://manned.org/grip>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Start the server and serve the rendered `README` file of a current directory:
|
|
|
|
|
|
|
|
|
|
`grip`
|
|
|
|
|
|
|
|
|
|
- Start the server and serve a specific Markdown file:
|
|
|
|
|
|
|
|
|
|
`grip {{path/to/file.md}}`
|
|
|
|
|
|
|
|
|
|
- Start the server and open the `README` file of the current directory in the browser:
|
|
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`grip {{[-b|--browser]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Start the server in the specified port and serve the rendered `README` file of the current directory:
|
|
|
|
|
|
|
|
|
|
`grip {{port}}`
|