Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes: tui can open log files in external applications #797

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions src/reference/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,38 @@ For more detail see the component changelogs:

----------

Cylc 8.5
--------

.. TODO: Modify these URL's and uncomment this block before release

.. admonition:: Cylc Components
:class: hint

:cylc-flow: `8.4 <https://github.com/cylc/cylc-flow/blob/master/CHANGES.md>`__
:cylc-ui: `2.7 <https://github.com/cylc/cylc-ui/blob/master/CHANGES.md>`__
:cylc-uiserver: `1.6 <https://github.com/cylc/cylc-uiserver/blob/master/CHANGES.md>`__
:cylc-rose: `1.5 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md>`__
:rose: `2.4 <https://github.com/metomi/rose/blob/master/CHANGES.md>`__


Cylc Tui
^^^^^^^^

``cylc tui`` can now open log files in external tools.

.. image:: ../reference/changes/tui-external-editor.gif
:align: center
:width: 65%

Configure your ``$EDITOR``, `$GEDITOR`` and ``$PAGER`` environment variables
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Configure your ``$EDITOR``, `$GEDITOR`` and ``$PAGER`` environment variables
Configure your ``$EDITOR``, ``$GEDITOR`` and ``$PAGER`` environment variables

to change which tool is used.

.. note::

Make sure your configured command waits for the tool to be closed before
exiting, e.g. use ``GEDITOR=gvim -f`` rather than ``EDITOR=gvim``.


Cylc 8.4
--------
Expand Down
Binary file added src/reference/changes/tui-external-editor.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading