Forrest logo
back to context overview

grip

List of commands for grip:

  • grip:tldr:12509 grip: Start the server and serve the rendered `README` file of a current directory.
    $ grip
    try on your machine
    explain this command
  • grip:tldr:480fd grip: Start the server and open the `README` file of the current directory in the browser.
    $ grip --browser
    try on your machine
    explain this command
  • grip:tldr:54cbc grip: Start the server and serve a specific Markdown file.
    $ grip ${filename-md}
    try on your machine
    explain this command
back to context overview