scripthaus

ScriptHaus source code

MPL-2.0 License

Stars
13
Committers
1

Bot releases are visible (Hide)

scripthaus - ScriptHaus v0.5.0 Release Latest Release

Published by sawka over 2 years ago

Big simplification of ScriptHaus core. More focused on getting text files of commands into executable markdown and easily annotating existing readme files with executable commands.

Use directives to mark executable markdown sections (for easier use with existing content)
Remove raw script processing -- just focus on markdown
Remove docker mode (complicated and untested)
Remove required variable directives
Better directive parsing
Update how help text is generated (uses new directives and break points)
Added .env file parsing
More logging flexibility and control
Do not show command summary info by default
Added FAQ, updated README and docs

scripthaus - ScriptHaus v0.4.0 Release

Published by sawka over 2 years ago

  • Big changes for how ScriptHaus resolves playbook files
  • Allow global lookups with "^", project lookups with ".", and use "::" as a playbook / script divider
  • Better tests for playbook resolution, history updates, etc.
  • Bug fixes
scripthaus - ScriptHaus v0.3.1 Release

Published by sawka over 2 years ago

  • added command history database (sqlite, scripthaus.db)
  • added 'history' command to view history
  • added 'manage' command to manage history items (clear all, delete items, etc.)
  • bug fixes and cleanup
  • v0.3.1 - quick fix for null history db fields
scripthaus - ScriptHaus v0.3.0 Release

Published by sawka over 2 years ago

  • added command history database (sqlite, scripthaus.db)
  • added 'history' command to view history
  • added 'manage' command to manage history items (clear all, delete items, etc.)
  • bug fixes and cleanup
scripthaus - ScriptHaus v0.2.1 Release

Published by sawka over 2 years ago

Lots of code cleanup. Also added the 'add' command to add a script to a playbook directly from the command-line.

scripthaus - ScriptHaus v0.2.0 Release

Published by sawka over 2 years ago

Lots of code cleanup. Also added the 'add' command to add a script to a playbook directly from the command-line.

scripthaus - ScriptHaus v0.1.0 Release

Published by sawka over 2 years ago

Initial ScriptHaus release.