mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
16 lines
725 B
Plaintext
16 lines
725 B
Plaintext
viewglob is an utility designed to complement the Unix shell in
|
|
graphical environments. It has two parts:
|
|
|
|
1. A tool that sits as a layer between the shell and X terminal,
|
|
keeping track of the user's current directory and command line.
|
|
2. A graphical display which shows the layouts of directories
|
|
referenced on the command line (including pwd).
|
|
|
|
The display reveals the results of file globs and expansions as they
|
|
are typed (hence the name), highlighting selected files and potential
|
|
name completions.
|
|
|
|
It can also be used as a surrogate terminal, where keystrokes typed in
|
|
the display are passed to the shell. Files and directories can be
|
|
double-clicked to insert their names and/or paths into the terminal.
|