Skip to content

Commit

Permalink
Add links to tour.gif
Browse files Browse the repository at this point in the history
  • Loading branch information
kotfu committed Dec 21, 2023
1 parent eb7d58a commit 09e2968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
3 changes: 1 addition & 2 deletions README.rst
Expand Up @@ -60,8 +60,7 @@ easily scriptable using your favorite shell:
There is also an interactive mode:

.. image:: https://asciinema.org/a/n7Zb0Pu8kKVkOz8dnGwuBgOF1.png?speed=2&autoplay=1&loop=1
:target: https://asciinema.org/a/n7Zb0Pu8kKVkOz8dnGwuBgOF1?speed=2&autoplay=1&loop=1
.. image:: docs/demos/tour.gif
:alt: demo of tomcat-manager interactive mode

There is also an interactive mode:
Expand Down
15 changes: 2 additions & 13 deletions docs/index.rst
Expand Up @@ -19,19 +19,8 @@ easily scriptable using your favorite shell:
There is also an interactive mode:

.. code-block:: text
$ tomcat-manager
tomcat-manager>connect http://localhost:8080/manager ace newenglandclamchowder
--connected to http://localhost:8080/manager as ace
tomcat-manager>list
Path Status Sessions Directory
------------------------ ------- -------- ------------------------------------
/ running 0 ROOT
/sampleapp stopped 0 sampleapp##9
/sampleapp running 0 sampleapp##8
/host-manager running 0 /usr/share/tomcat8-admin/host-manage
/manager running 0 /usr/share/tomcat8-admin/manager
.. image:: demos/tour.gif
:alt: demo of tomcat-manager interactive mode

And for the ultimate in flexibility, you can use the python package directly:

Expand Down

0 comments on commit 09e2968

Please sign in to comment.