Skip to content

Commit c0f07b9

Browse files
authored
Merge pull request #797 from oliver-sanders/tui-open-log-in-external-tool
changes: tui can open log files in external applications
2 parents 6453a70 + 43b526d commit c0f07b9

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

src/reference/changes.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,38 @@ For more detail see the component changelogs:
2222

2323
----------
2424

25+
Cylc 8.5
26+
--------
27+
28+
.. TODO: Modify these URL's and uncomment this block before release
29+
30+
.. admonition:: Cylc Components
31+
:class: hint
32+
33+
:cylc-flow: `8.4 <https://github.com/cylc/cylc-flow/blob/master/CHANGES.md>`__
34+
:cylc-ui: `2.7 <https://github.com/cylc/cylc-ui/blob/master/CHANGES.md>`__
35+
:cylc-uiserver: `1.6 <https://github.com/cylc/cylc-uiserver/blob/master/CHANGES.md>`__
36+
:cylc-rose: `1.5 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md>`__
37+
:rose: `2.4 <https://github.com/metomi/rose/blob/master/CHANGES.md>`__
38+
39+
40+
Cylc Tui
41+
^^^^^^^^
42+
43+
``cylc tui`` can now open log files in external tools.
44+
45+
.. image:: ../reference/changes/tui-external-editor.gif
46+
:align: center
47+
:width: 65%
48+
49+
Configure your ``$EDITOR``, ``$GEDITOR`` and ``$PAGER`` environment variables
50+
to change which tool is used.
51+
52+
.. note::
53+
54+
Make sure your configured command waits for the tool to be closed before
55+
exiting, e.g. use ``GEDITOR=gvim -f`` rather than ``EDITOR=gvim``.
56+
2557

2658
Cylc 8.4
2759
--------
1.16 MB
Loading

0 commit comments

Comments
 (0)