Scroll to navigation

SACC(1) General Commands Manual SACC(1)

NAME

sacc - a terminal gopher client

SYNOPSIS

sacc URL

DESCRIPTION

sacc (short for saccomys) is a terminal gopher client. Gopher is a simple protocol to retrieve hierarchical information. The protocol is defined in RFC 1436 (Gopher).

SHORTCUTS

Shortcuts can be redefined in the config.h. The manpage is showing the default shortcuts.

Move one line down.
Move to the next link item downwards.
Move one line up.
Move to the next link item upwards.
Move one page down.
Move one page up.
Move to the top of the page.
Move to the end of the page.
View highlighted item.
View previous item.
Refetch currently viewed item.
/
Search in the current page.
Search the same string forward.
Search the same string backwards.
Print the URI of the current page.
Print the URI of the highlighted item.
Yank the current page URI to an external program.
Yank the highlighted item URI to an external program.
?
Show the help message of shortcuts.
^D or q
Exit sacc.

ENVIRONMENT

sacc will use the pager set in the PAGER variable to display textual content. If unset, it'll try to use more(1). Note that sacc takes back control of the screen as soon as the pager finishes. In case of doubt, read your pager documentation.

PLUMBER

When some file is opened sacc cannot open natively, it will run xdg-open. This can be configured in the config.h to run some other plumber.

CUSTOMIZATION

sacc can be customized by creating a custom config.h and (re)compiling the source code. This keeps it fast, secure and simple.

VERSION

It is possible to get sacc version from the binary with the standard what(1) tool.

AUTHORS

See the LICENSE file for the authors.

LICENSE

See the LICENSE file for the terms of redistribution.

SEE ALSO

more(1) xdg-open(1) geomyidae(8) clic(1) what(1)

BUGS

Please report them to Quentin Rameau <quinq@fifth.space>

2022-04-11 1.06