summaryrefslogtreecommitdiff
path: root/net/phetch/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-12-05net/phetch: update to 1.2.0pin1-3/+3
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
2022-02-25net/phetch: Reset maintainer for stagnated project.pin1-2/+2
2021-08-05net/phetch: simplify Makefilepin1-3/+1
2021-07-22g/c RUSTFLAGS from individual package Makefiles. Handled by cargo.mk.tnn1-2/+1
2020-11-17net/phetch: update to 1.1.0pin1-2/+2
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`.
2020-10-26net/phetch: simplify Makefilepin1-47/+3
Simplify Makefile by adding cargo-depends.mk file
2020-10-22net/phetch: declare the use of c toolchain linkpin1-1/+3
2020-10-03net/phetch: update to 1.0.7pin1-2/+2
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!
2020-10-01net/phetch: update to 1.0.6pin1-2/+2
More "reload" bugfixes.
2020-09-28net/phetch: update to 1.0.5pin1-63/+2
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.
2020-09-14net/phetch: remove copypaste leftoverpin1-2/+1
Thanks to leot
2020-09-14net/phetch: pkgrevision, install man pagepin1-2/+5
2020-09-09net/phetch: import packagepin1-0/+130
Terminal client designed to help you quickly navigate the gophersphere.