You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ Example of the user interface during script execution:
18
18
- Different script parameter types
19
19
- Alerts
20
20
- Logging and auditing
21
-
- Formatted output support (colors, styles, caret positioning)
21
+
- Formatted output support (colors, styles, cursor positioning, clearing)
22
22
- Download of script output files
23
23
- Admin page (admin.html) with script execution logs
24
24
25
-
The features can be configured [per-script](https://github.com/bugy/script-server/wiki/Script-config) or for [the server](https://github.com/bugy/script-server/wiki/Server-config)
25
+
The features can be configured [per-script](https://github.com/bugy/script-server/wiki/Script-config) or for [the server](https://github.com/bugy/script-server/wiki/Server-configuration)
26
26
27
27
## Requirements
28
28
### Server-side
@@ -49,6 +49,10 @@ Internet connection is not needed. All the files are loaded from the server.
49
49
50
50
(For detailed steps on linux with virtualenv, please see [Installation guide](https://github.com/bugy/script-server/wiki/Installing-on-virtualenv-(linux)))
0 commit comments