# 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
withwget 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
```
# Packages
No description provided by the author
Copyright © 2022 Cédric L’homme <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.