Contents
- 1 ls vs. gls
- 2 stars3d theme, with icons enabled
- 3 Graphical weather forecast (using Yahoo Weather API)
- 4 Inline HTML document display
- 5 Inline data visualization (plotting using matplotlib)
- 6 Text editing (emacs)
- 7 Graphical code editing using a "cloud" editor
- 8 Collapsed mode
- 9 Split scrolling
- 10 On the Raspberry Pi
- 11 Web slideshows using Landslide
- 12 Miscellaneous screenshots
.. index:: screenshots
![https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-ls-gls.png](https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-ls-gls.png)
Comparing plain vanilla ls
command and the graphterm-aware gls
.
The icons and the blue filenames are clickable. (The icon display
is optional, and may be disabled.)
![https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-stars3d.png](https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-stars3d.png)
Showing output of the cat episode4.txt
command below the
output of the gls
command, using the 3D perspective theme.
This is actually a working theme, although it is meant for
primarily for "show". Scrolling through a large text file using the
vi
editor in this theme gives a nice roller coaster effect!
(This screenshot was captured with Google Chrome running on
Mac OS X Lion, which supports hidden scrollbars. On other
software platforms, the scrollbar will be visible.)
![https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-yweather1.png](https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-yweather1.png)
Showing the screen for the command yweather
to
illustrate inline HTML form display. Since the location argument
is omitted, the form is displayed to enter the location
name.
![https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-yweather2.png](https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-yweather2.png)
The submitted location information is used to generate a new
command, yweather -f "new york"
, and execute it for inline
weather display.
![https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-giframe1.png](https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-giframe1.png)
Showing the screen for the command rs2html README.rst | giframe
to
illustrate inline HTML document display. The rs2html README.rst
command converts a ReStructured Text doument to HTML, writing the output
to stdout
. The giframe
command wraps the HTML in an iframe
and displays it inline.
![https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-gmatplot1.png](https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-gmatplot1.png)
Showing the screen for the demo program gmatplot.py
which
generates matplotlib
plots as PNG files and displays them inline.
![https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-emacs.png](https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-emacs.png)
Showing the screen for the command emacs gtermserver.py
to
illustrate backwards compatibility with the traditional terminal interface.
![https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-gvi.png](https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-gvi.png)
Showing the screen for the command gvi gtermserver.py
to
illustrate graphical editing using the Ajax.org Cloud9 editor (ACE).
![https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-collapsed.png](https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-collapsed.png)
Showing the screen when all command output is collapsed. Clicking on any of the underlined prompts will display the command output. Also note the Bottom menubar, which is enabled by clicking on the last prompt. Clicking on Control and then any of the prompts will cause the corresponding command to be pasted.
![https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-split.png](https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-split.png)
Showing the split-screen scrolling mode, where the command
line is anchored at the bottom of the screen. Clicking on gls
output will paste filenames into the command line.
![https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-raspberrypi1.png](https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-raspberrypi1.png)
Showing GraphTerm running on a credit-card sized computer, Raspberry Pi, remotely accessed using a laptop. It runs rather slowly, but is usable.
11 Web slideshows using Landslide
![https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-embedded.png](https://github.com/mitotic/graphterm/raw/master/doc-images/gt-screen-embedded.png)
Showing the output of glandslide -o graphterm-talk1.md | giframe
command, which displays a HTML5-based slideshow using
Markdown.
The displayed slide has an iframe
with another
GraphTerm session which is also displaying a slideshow...