tynx
v0.0.2
Published
simple text-based web reader written in TypeScript
Downloads
1
Maintainers
Readme
tynx
tynx is a simple text-based web reader written in TypScript.
- converts a web page to markdown text and renders it.
- supports vim-like cursor movement.
Installation
$ npm install -g tynx
Usage
$ tynx https://example.com
Commands
Cursor movement
h
: move cursor leftj
: move cursor downk
: move cursor upl
: move c rsor right0
: jump to the start of the line$
: jump to the end of the lineg
: go to the first line of the documentG
: go to the last line of the documentCtrl-f
: move forward one full screenCtrl-b
: move back one full screen
Navigation
f
: follow the link under the cursore
: enter a url and follow itr
: reload the document]
: navigate to the next page in history[
: navigate to the previous page in historyH
: open history
Other commands
q
: quit?
: open help