# VF-1
## 2019-09-29 19:32
VF-1[1] is a Gopher client 'built around an interactive
command prompt'.
- Introducing VF-1[2]
- VF-1 Updates & Tips[3]
- VF-1 bookmarking tips[4]
#### Config [~/.vf1rc]:
Open PDF and image files with Preview on macOS, open
HTML files/HTTP URLs in lynx for browsing (as opposed
to the default '--dump') and pipe everything textish
(including menus) through `less`.
set color_menus True
handler application/pdf open %s
handler image/* open %s
handler text/html lynx -force_html %s
handler text/plain less -FXR %s
#### Commands:
g url
/term
search last index
v term
search with veronica
h
show history
ls, ls -l
list contents of current index, `-l` shows
URLs.
l
pipe current page through less
!,shell
cat last item through a shell pipleline
n,p
next/previous item in most recent gopher menu
li
show gopher urls in most recent file
(for http &c. do `! urlview`)
url
of current document
bm
show bookmarks
add title
add a bookmark
stored in `~/.vf1-bookmarks.txt`
save path/file.txt
[1]:
https://github.com/solderpunk/VF-1
[2]:
gopher://circumlunar.space:70/0/~solderpunk/phlog/introducing-vf1.txt
[3]:
gopher://zaibatsu.circumlunar.space:70/0/~solderpunk/phlog/vf1-updates-and-tips.txt
[4]:
gopher://zaibatsu.circumlunar.space:70/1/~tfurrows/tips