You are not logged in.
Pages: 1
Love the beauty of simplicity of archlinux, I'm finding a text expander excluding auto text which is not so light weight due to its dependencies. I've searched in our forum where I believe the home land of powerful and light weight command line tool but I didn't find any alternative. Is there any one like what i'm looking for exist
Thanks for reading
When you live for a strong purpose, then hard work isn't an option. It's a necessity. - Steve Pavlina
dotFiles
Offline
http://linuxappfinder.com/package/winefish
I believe winefish has autotext
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
There is autokey in AUR. However, I really feel sad about absence of much text expanders / automation tools like those in Windows, Shorthand, Phrase Express, etc.
Offline
What IS a text expander?
D:
Offline
MisterAnderson, I had the same question and found this.
If that's what you (OP) are looking for, I can imagine a pretty simple xdotool script that could be bound to a chosen key combination. It would only have to do three or four things:
1) select from the current text cursor position backwards one 'word'
2) search a dictionary file for the text in the current selection
(3 opt) pop up a dialog (Xdialog, zenity, or dmenu would work) with the matches asking for a selection
4) simulate key presses for the remaining letters of the matched word
Last edited by Trilby (2012-11-21 16:05:01)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Thanks for the link Trilby.
D:
Offline
Pages: 1