-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
67 lines (47 loc) · 2.38 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> XTITLE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
http://www.cs.indiana.edu/~kinzler/xtitle
Xtitle is a relatively simple shell script program that, when run in an
xterm or xterm-like window, will set the window's title and/or icon name
to the script's arguments. See the included man page for full details.
Normally, I wouldn't think of packaging and distributing a tool this
straightforward, but it snuck out into general usage anyway (thanks to
the search engines, I suppose) and was well received. So here it is
with a man page, Imakefile and all.
---------------------------- INSTALLATION ----------------------------
Xtitle may be installed either as a regular X11 program or manually in
any desired locations, including your home directory.
A) AS AN X11 PROGRAM
The usual routine
xmkmf
make install
make install.man
make clean
should properly install the xtitle script in your X11 bin directory
and the man page file in your X11 man directory.
B) MANUALLY
You can copy the "xtitle.sh" file here into any directory in your
PATH, probably named just "xtitle" then. Make sure the copy's made
executable. The "xtitle.man" and/or "xtitle.html" man pages can be
installed as/where you desire.
C) (For the Mac) VIA BREW
brew install xtitle
http://kinzler.com/me/home.html
https://github.com/Homebrew/homebrew/blob/master/Library/Formula/xtitle.rb
--------------------------- GPL COPYRIGHT ----------------------------
xtitle
Copyright (C) 1993-2009 Stephen B Kinzler
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or any
later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
along with this program (see the file "COPYING"); if not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
MA 02111-1307 USA
--------------------- SOFTWARE BY STEVE KINZLER ----------------------
Unix Home Dir http://kinzler.com/me/home.html
Many scripts and config files for Unix/X11 environments