File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,11 @@ install:
68
68
$ pip install 'cylc-uiserver[hub]'
69
69
$ npm install configurable-http-proxy
70
70
71
+ You might also want to configure:
72
+
73
+ * :ref: `Shell auto-completion <installation.shell_auto_completion >`
74
+ * :ref: `Text editor support <SyntaxHighlighting >`
75
+
71
76
72
77
.. _non-python-requirements :
73
78
@@ -269,7 +274,6 @@ The `Cylc UI Server`_ can be configured on a site and user basis.
269
274
Guidance for configuration file storage, configuration variables and defaults
270
275
can be found: :ref: `UI_Server_config `.
271
276
272
-
273
277
Bash Profile
274
278
^^^^^^^^^^^^
275
279
@@ -281,3 +285,30 @@ configuration in login scripts.
281
285
282
286
Sites and users should ensure their bash login scripts configure the
283
287
environment correctly for Cylc and *do not write anything to stdout *.
288
+
289
+ .. _installation.shell_auto_completion :
290
+
291
+ Shell Auto-Completion
292
+ ^^^^^^^^^^^^^^^^^^^^^
293
+
294
+ Cylc provides auto-completion for the Bash shell which can save you typing:
295
+
296
+ * Cylc commands
297
+ * Workflow IDs
298
+ * Cycle points
299
+ * Task names
300
+
301
+ To extract the auto-completion file run the following command:
302
+
303
+ .. code-block :: sub
304
+
305
+ cylc get-resources cylc-completion.bash <path-to-copy-file>
306
+
307
+ Then follow the comments in the file to install it.
308
+
309
+ Text Editors
310
+ ^^^^^^^^^^^^
311
+
312
+ There is support for the ``.cylc `` file format in various text editors.
313
+
314
+ See :ref: `SyntaxHighlighting ` for more details.
You can’t perform that action at this time.
0 commit comments