Age | Commit message (Collapse) | Author | Files | Lines |
|
phetch is all about fun colors, but your options have always been limited.
You could turn off colors via NO_COLOR env variable or you could leave them on.
That's it.
Well, not anymore. As of v1.2, phetch now supports themes, in addition to a few
new config options.
Android & Termux
- phetch is now available on Android via Termux! You can find
phetch-v1.2.0-android-aarch64.tgz at the bottom of this release.
Thanks @mmpx12!
Bugfixes
- Suspending and resuming phetch with ctrl-z/fg should now work properly on
non-fish shells.
Config Options
- The new config options in this release, for your convenience, are as follows:
- scroll controls how many lines to jump by when paging up/down. If set
to 0 (the new default), you'll jump by an entire screen.
- autoplay controls whether you'll be prompted to play media files or not.
By default it's false, but one might find it handy to set to true if
hosting, say, a Gopher-powered music server.
Keyboard Shortcuts
- Just one, but it's a doozy:
- You can now reload the current URL by pressing R (shift+r). Super handy
when developing your own Gopherhole!
Themes
- As mentioned, themes are simple files with roughly the same format as
phetch.conf.
Create your theme file and launch phetch with -t FILE, or set the theme FILE
option in your ~/.config/phetch/phetch.conf
You can also set theme colors directly in your phetch.conf.
Learn more about themes, including which colors are available, by opening
phetch's on-line help: press h then 7 to get there quickly.
For reference, we've included a few fun themes in the repo itself that you can
download and play with: https://github.com/xvxx/phetch/tree/master/themes
|
|
|
|
|
|
|
|
Three new features in this release, plus an unknown number of new
bugs:
1. When the `NO_COLOR` env variable is set, phetch won't use colors
when rendering menus. See https://no-color.org/ for more information.
2. CP437 encoding support! You can toggle it on or off using `ctrl-e`
(for encoding) when viewing a Gopher text document, or using the
`--encoding` command line flag. See
https://en.wikipedia.org/wiki/Code_page_437.
Huge thanks to Kjell for suggesting this feature and providing some
great test data!
_NOTE: This only works for text documents since there's no `TAB`
character in CP437._
3. phetch now supports a primitive form of wrapping long lines when
rendering Gopher text documents. It won't reflow the text, but it
will make some phlogs and other documents slightly more readable.
Enable it with `--wrap NUM` or by adding `wrap NUM` to your
`phetch.conf`. You can disable it with `wrap 0`.
|
|
Simplify Makefile by adding cargo-depends.mk file
|
|
|
|
This release fixes #19
phetch was aborting whenever it encountered a connection error instead of trying
the alternate socket addrs it was given.
Special thanks to @Ramiferous and @voidpin and rvp!
|
|
More "reload" bugfixes.
|
|
v1.0.5
Very minor release that fixes a crash introduced in 1.0.4.
v1.0.4
Small release. The ctrl-u and ctrl-g keyboard shortcuts can now be used to
reload the current page.
|
|
Thanks to leot
|
|
|
|
Terminal client designed to help you quickly navigate the gophersphere.
|