texpander
texpander copied to clipboard
Text expander for linux
I'm unsure if this is intended behavior, but files and folders of the form `~/.texpander/.*` are still indexed by the script. I have a `~/.texpander/.config/` folder, where I have a...
Hi, I'm opening this issue just to share a script that I wrote when I had to port my snippets from Mac's TextExpander to Texpander: https://github.com/DomenicoDeFelice/textexpander2texpander. I hope you can...
The Readme has > Texpander is a bash script that uses xclip, xdotool, and zenity to let you type an abbreviation for something and it expands to whatever you have...
First I gotta say this is a great script and I'm very thankful for it. But I noticed there's a noticeable delay between selecting the completion and its output. This...
File containing: ``` echo this echo that echo us ``` gets output as ``` echo thisechothat echo us ``` ``` echo -n "$(tac "$path")" | tac ``` The above is...
I have just started using Texpander following a recent move to Ubuntu from macOS where I used TextExpander. So far so good in terms of use, however I have noticed...
Auto insertion or pasting from clipboard adds a trailing newline.
For example, create a text file named bla that contains 'blablabla' in ~/.texpander/ When I run texpander with debugging on `sh -x texpander.sh` I get ``` + base_dir=/home/stefan/.texpander/ + zenity...
This PR fixes #36 by adding `\( ! -iname ".*" \)`. This works with subdirectories.
This is maybe not so much an issue but rather a feature request maybe. I have set up Texpander according to your great howto, and it works great so far...