aboutsummaryrefslogtreecommitdiff
path: root/shells/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-10-14 07:38:35 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-10-14 07:38:35 +0000
commit1f936c50cba85e48653502288d1af6bec1a93ce9 (patch)
treec885349cd789e3bff6d685a9d1a68806ce91eea8 /shells/Makefile
parentbdbd78730635f85023237be09006b4a436fecdaa (diff)
downloadports-1f936c50cba85e48653502288d1af6bec1a93ce9.tar.gz
ports-1f936c50cba85e48653502288d1af6bec1a93ce9.zip
New port: shells/viewglob, a GTK+ add-on to bash and zsh
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. PR: ports/72369 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes
Notes: svn path=/head/; revision=119373
Diffstat (limited to 'shells/Makefile')
-rw-r--r--shells/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile
index 6ea7c5ba7ec8..b2a6a7a8aa3b 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -26,6 +26,7 @@
SUBDIR += scponly
SUBDIR += tcshrc
SUBDIR += v7sh
+ SUBDIR += viewglob
SUBDIR += vshnu
SUBDIR += wapsh
SUBDIR += zoidberg