Skip to content

Commit

Permalink
Updated cmdexec plugin informations (#1326)
Browse files Browse the repository at this point in the history
* Added plugin cmdexec

* Updated cmdexec + added plugin image

* Refactor for pipeline checks

* Updated cmdexec plugin files

* Updated plugin image

* Fix setting image

* revert back date change

* Update cmdexec.md

* Updated plugin screenshot

---------

Co-authored-by: = <=>
  • Loading branch information
alexis-coulombe authored Sep 15, 2024
1 parent f5ce41c commit cab5bae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _plugins/cmdexec.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ license: AGPLv3
# today's date in format YYYY-MM-DD, e.g.
date: 2023-06-13

homepage: https://github.com/Chargnn/Octoprint-CmdExec/
source: https://github.com/Chargnn/Octoprint-CmdExec/
archive: https://github.com/Chargnn/Octoprint-CmdExec/archive/master.zip
homepage: https://github.com/alexis-coulombe/Octoprint-CmdExec/
source: https://github.com/alexis-coulombe/Octoprint-CmdExec/
archive: https://github.com/alexis-coulombe/Octoprint-CmdExec/archive/master.zip

# Set this if your plugin heavily interacts with any kind of cloud services.
#privacypolicy: your plugin's privacy policy URL
Expand Down Expand Up @@ -96,7 +96,7 @@ This plugin allows executing custom shell commands through the Octoprint's UI us

## Configuration

In the plugin's settings page, enter the command you want to execute using the navbar button. You can also change the navbar icon if you want.
In the plugin's settings page, enter the commands you want to execute using the navbar button. You can also change the navbar icon if you want.

You can chain commands with the ```&&``` and write the result of a command to a file with ```>>```.
Here is an example to execute 3 commands: ```command1 && command2 && command3 >> log.txt```
Expand All @@ -115,4 +115,4 @@ You can also execute a script directly on your computer by writing the path to t
- Log device stats to a file
- Execute any custom scripts at a specific time

https://github.com/Chargnn/Octoprint-CmdExec
https://github.com/alexis-coulombe/Octoprint-CmdExec
Binary file modified assets/img/plugins/cmdexec/setting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cab5bae

Please sign in to comment.