💾 Archived View for gemini.ctrl-c.club › ~nttp › toys › gemview › README.gmi captured on 2023-03-20 at 20:01:11. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Text-based file viewer with GemText support
GemView is a little command-line tool for viewing and browsing local text files, mainly in the GemText markup language (see below). Features:
GemView requires Python 3 and the Urwid library. Both are readily available in most Linux and BSD distributions, or else from the python.org website and the Python Package Index, respectively.
A terminal emulator that supports ANSI control codes is required.
gemview.py [ -h | -v | <file or directory> ]
Links can be clicked, but you need a keyboard to navigate. Shortcuts:
GemView can also be imported as a Python module and used that way.
GemView is open source under the MIT license. See source code for details.