md-remote-commands

module
v0.0.0-...-5085ddf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2022 License: GPL-3.0

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
```

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL