Categorygithub.com/rangzen/md-remote-commands
repository
0.0.0-20220115055504-5085ddfc8e24
Repository: https://github.com/rangzen/md-remote-commands.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Markdown Remote Commands (mdrc)

Utility tool to expose through a web server some commands defined in a Markdown file.

It's like a readonly Jupyter Notebook but in Go and for Shell.

Installation

go install github.com/rangzen/md-remote-commands/cmd/mdrc@latest

Server Usage

  • Get an example from the examples' directory. E.g., system.md with wget https://raw.githubusercontent.com/rangzen/md-remote-commands/main/examples/system.md.
  • Run mdrc system.md.
  • Open your navigator to the system with the correct port (1234 by default).

Markdown Rule

Only the commands with the language tag mdrc will be used. Check examples' files.

E.g.:

## Actual path and user

```mdrc
pwd;id
```