alexadam / shell-driver

Document and Run Shell Scripts

Home Page:https://shelldriver.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell Driver

Document your Shell Scripts with MarkDown

Run each Shell Command in a Web based Terminal

Demo | Home | Editor | Shell

Write in MarkDown

  • MarkDown syntax & Custom Widgets
  • Get User Input as Parameters
  • Use Parameters in Shell Commands & templates
  • Quickly insert blocks
  • Live HTML Preview in the Editor

Save as HTML Document

  • Stand-alone HTML Document with all the dependencies included
  • It works in almost any web Browser (no Internet connection needed)
  • You can use it as dynamic Documentation

Run in a Web based Terminal

  • Load a MarkDown/HTML Document - compatible with ReactiveDoc
  • Run each shell command in the Web based Terminal
  • Create custom Regex Filters
  • Create custom Selection Actions (Activated when you select something in the Terminal)
  • Save History as MarkDown/HTML Document
  • Export Logs

Documentation

Coming soon...

How to run ShellDriver

Download or clone this repository, then:

cd src/client
yarn install

cd ../server
yarn install

cd ..
sh ./build.sh

cd server
yarn dev

Open a browser & go to http://localhost:23000/

About

Document and Run Shell Scripts

https://shelldriver.com/

License:Apache License 2.0


Languages

Language:TypeScript 83.3%Language:SCSS 14.5%Language:JavaScript 1.8%Language:HTML 0.2%Language:Shell 0.1%