Messages - dasnolojy [ switch to compact view ]

Pages: [1]
1
FARR Plugins and Aliases / Re: New FARR Plugin: FCalc
« on: June 24, 2016, 01:03 AM »
I want to use '='  to open fcalc so I entered this to "Regular Expression (custom override)":
^=(.*)$|^=$

It opens fcalc just fine, but when I hit enter fcalc disappears and the command line gets replaced with 'fc'.  So I tried using this regex instead:

^=(.*)$|^=$|^fc (.*)$|^fc$
... which keeps fcalc opened, but it stops functioning (or at least stops reacting to me entering more expressions).

Thanks for any suggests-

Use ^(?:fc |=)(.*)$

Pages: [1]
Go to full version