Перейти к содержимому

Templates

Это содержимое пока не доступно на вашем языке.

TypeIconDescription
CommandGreen >_A single command line — inserted or run as-is in the terminal
ScriptOrange A multi-line shell script — written to a temp file and executed (typically starts with #!/bin/bash)

Templates page showing the full table with Type, Preview, Note, Author, Usage, Root, and Visibility columns

ColumnDescription
Template NameDisplay name; click the header to sort
TypeCommand or Script
PreviewFirst line(s) of content
NoteOptional description; shown as a tooltip on hover
AuthorUsername of the admin who created it
CreatedDate the template was saved
UsageTotal number of times run or inserted across all admins
RootYes (orange) — runs with elevated privileges; No (grey)
VisibilityShared (green) — visible to all admins; Private (grey) — author only
ActionsPencil (edit) and trash (delete) — visible only to the template’s author

Filter by type (All / Command / Script), visibility (All / Private / Shared), or free-text search. Click any sortable column header to toggle order.


  1. Click + New Template.
  2. Fill in the fields:
FieldRequiredNotes
NameYesShort descriptive label shown in the list
TypeYesCommand or Script
ContentYesThe command text or full script body
NoteNoHuman-readable description or usage hint
RootNoCheck if the script should run with elevated privileges
VisibilityYesPrivate (default) or Shared
  1. Click Save.

Only the author of a template can edit or delete it. Templates created by other admins show no action buttons.

  • Edit — Click the pencil icon → modify fields → Save.
  • Delete — Click the trash icon → confirm. This cannot be undone.

In the Tools & Notes sidebar, expand a template to choose an action:

ActionBehaviour
▶ RunExecutes immediately in the active SSH tab
>_ InsertPastes into the terminal input line without running — lets you edit before executing
CopyCopies the raw content to the clipboard
ReportRuns the script, then saves the full output as a new Client Note on the current session

Press Alt+N from anywhere in the workspace to open the Templates picker overlay.


ScenarioCan seeCan runCan edit / delete
Author, Private
Author, Shared
Other admin, Shared
Other admin, Private