aboutsummaryrefslogtreecommitdiffstats
path: root/x11/yalias
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.6pav2004-01-082-2/+2
| | | | | PR: ports/61035 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
* - Update to version 0.5krion2003-10-123-3/+10
| | | | | PR: 57900 Submitted by: maintainer
* New port: x11/yalias: an execution box with regex matchingedwin2003-10-084-0/+37
yalias has a window with two buttons and a text widget. The left button clears the widget (and is bound to the Escape key). The right button matches the contents of the widget against a series of regular expressions that the user has previously specified in their $HOME/.yaliasrc, and executes the specified command if it matches any of them. PR: ports/56611 Submitted by: Tim Bishop <tim@bishnet.net>