• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D28-Jun-200317.6 KiB341281

MakefileH A D03-May-2022832 3525

NEWSH A D06-Apr-2004454 2613

READMEH A D06-Apr-20041.2 KiB2922

system.yaliasrcH A D07-Jan-20041.8 KiB6144

yalias.cH A D06-Apr-20049.4 KiB396313

README

1yalias: a GTK regexp-based command execution window
2Adam Sampson <azz@us-lot.org>
3
4yalias has a window with two buttons and a text widget. The left button
5clears the widget (and is bound to the Escape key). The right button
6matches the contents of the widget against a series of regular
7expressions and executes a shell command based on the matches it can
8find.
9
10yalias reads two configuration files (if it can find them): first, the
11system config (/usr/local/share/yalias/system.yaliasrc by default), and
12second, $HOME/.yaliasrc. I suggest that you copy system.yaliasrc to
13$HOME/.yaliasrc and edit it to suit your taste; the comments in the file
14explain the various configuration commands available.
15
16yalias requires GTK 2.0 or newer. To install yalias, type "make
17install" (if you want to install to somewhere other than /usr/local,
18type "make install prefix=/home/jru" or similar). To start yalias,
19simply run "yalias &". To list the command-line options that yalias
20supports, run "yalias -h".
21
22Users at UKC will recognise yalias as being heavily influenced by the
23interface of the xalias tool written by Godfrey Paul; it doesn't share
24any code with the original.
25
26Please report any problems you have with yalias to the address at the
27top of this file.
28
29