Releases: xvxx/phetch
v0.1.5
Changes:
phetch
now restores your terminal on exit, likevim
.- Wrapping around to the first nav item now goes home.
- "Page Down" is improved, bugs fixed.
- Some bugs causing your cursor to vanish on exit have been squashed.
phetch
now sends an empty selector to Gopher servers by default. Previously it sent/
, which was wrong, according to the RFC.- The "end" scrolling position of a document/menu is now consistent.
- "w" shortcut is fixed in text views.
Now with circular navigation!
Up... down... all around... Now when you're on the first link and press UP
, you'll go to the last link. And vice versa, of course! Special thanks to @kseistrup in #4 for the idea.
(Also, some tiny bugfixes in this release.)
Simpler keybindings
This update changes all ctrl-X
keybindings to be just X
, so ctrl-g
is now g
and ctrl-b
is now just b
, etc. This means phetch is no longer in search mode by default, which is a good thing as it makes all keybindings simpler and the UI more obvious. You can launch search mode with f
or /
, like vim or lynx.
Speaking of vim, this release also adds vim-style j
and k
for up/down.
Thanks to @kseistrup for the feedback and ideas!
v0.1.2
v0.1.1
v0.1.0
This is the first v0.x release of phetch
, a nimble lil gopher client for your terminal. Please let us know if you discover any bugs, or have any suggestions, on the issue tracker.
For help using phetch
, launch the application and consult the on-line help using ctrl-h
.
Enjoy.