[pkg-GNUstep-maintainers] Terminal Services
Gürkan Sengün
gurkan@linuks.mine.nu
Tue, 08 Jun 2004 19:19:22 +0100
Hello Evan
Does Terminal Services work for you? For me they don't appear, ever.
Besides that, I would like to have following services added to Terminal:
ROT13 = "tr [A-Za-z] [N-ZA-Mn-za-m]";
RevertLines = "rev";
RevertText = "tac";
UPPERCASE = "tr [a-Z] [A-Z]";
lowercase = "tr [A-Z] [a-z]";
SortAlphabetically = "sort";
SortNumerically = "sort -n";
InsertCalendar = "cal";
NumberLines = "nl";
Cheers,
Gürkan