fa988c5b0e
viewglob is a 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 also shows the results of file globs and expansions as they are typed (hence the name), highlighting selected files and potential name completions. Imported into pkgsrc-wip since it's not quite there yet, at least for my use cases...
13 lines
530 B
Text
13 lines
530 B
Text
viewglob is a 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 also shows the results of file globs and expansions as
|
|
they are typed (hence the name), highlighting selected files and
|
|
potential name completions.
|