Commit Graph

304 Commits

Author SHA1 Message Date
Federico Terzi
b13745ccd2 Fix modulo stub creation process 2020-09-16 20:02:02 +02:00
Federico Terzi
137eae322d Fix modulo stub creation process 2020-09-16 20:01:19 +02:00
Federico Terzi
d43f7ae205 Add icon to modulo stub app 2020-09-16 20:00:04 +02:00
Federico Terzi
8f8d5f2f1c Add proxy setting for install command. Fix #408 2020-09-16 19:49:12 +02:00
Federico Terzi
99f048fcd7 Wait until modifier keys are released after form on Windows. Fix #440 2020-09-09 19:55:05 +02:00
Freddy
fbfafe3564 Improve modulo app bundle generation. Fix #430 2020-09-08 22:00:24 +02:00
Federico Terzi
e94567b37b Add modulo app stub auto-generation draft. #430 2020-09-08 21:40:35 +02:00
Federico Terzi
82caf06783 Fix clipboard bug on Windows. Fix #418 2020-08-26 21:12:59 +02:00
Federico Terzi
270b603e8f Fix #418 2020-08-26 19:29:45 +02:00
Federico Terzi
695c44c691 Add icon and title to modulo forms 2020-08-16 20:22:58 +02:00
Federico Terzi
510a886b08 Fix console showing on Windows when using Form extension 2020-08-16 18:56:07 +02:00
Federico Terzi
b9fad30878 Make tray icon red on Windows when disabled. Fix #293 2020-08-15 21:07:41 +02:00
Federico Terzi
411078a503 Fix formatting 2020-08-15 19:35:14 +02:00
Federico Terzi
161017f024 Fix bug that prevented test runs on Windows 2020-08-15 19:34:30 +02:00
Federico Terzi
fbb2eb663b Avoid showing shell window on Windows. Fix #249. Improve cross-platform script paths. Fix #380 2020-08-15 19:02:32 +02:00
Federico Terzi
537e1360bb Add offset parameter to date extension. Fix #311 2020-08-15 18:11:23 +02:00
Federico Terzi
a2a73efe74
Merge pull request #373 from AndydeCleyre/bugfix/372
Tighten passive expansion process
2020-08-13 19:18:18 +02:00
Federico Terzi
67bd2fefe3 Avoid reloading espanso with hidden files. Fix #393 2020-08-13 19:16:09 +02:00
Federico Terzi
97d11fd34e Improve macOS form handling 2020-08-12 22:04:02 +02:00
Federico Terzi
f17898bfd7 Merge branch 'undo-backspace' into dev 2020-08-12 20:38:36 +02:00
Federico Terzi
64dd7b9074 Fix undo backspace on macOS 2020-08-12 20:37:15 +02:00
Federico Terzi
34e08e6ec8 Add form translation 2020-08-11 22:04:44 +02:00
Federico Terzi
316ebbb502 Inject Env Variables in WSL shell command 2020-08-09 19:20:33 +02:00
Federico Terzi
45f90c87ed Add form extension 2020-08-09 11:48:23 +02:00
Federico Terzi
400d8cf9d8 Disallow backspace undo if cursor hints are used 2020-08-08 22:47:11 +02:00
Federico Terzi
61c17b26a4 Add experimental backspace undo feature 2020-08-08 22:25:13 +02:00
Federico Terzi
a6b78e7142 Refactor variable system 2020-08-03 22:03:39 +02:00
Andy Kluger
8428457be1 Restore original clipboard before render, in case it's used during render 2020-07-15 16:47:18 -04:00
Federico Terzi
a4e30fdc64 Add delay and remove hardcoded amount 2020-07-15 16:45:37 -04:00
Andy Kluger
e784b94792 Tighten passive expansion process:
- Don't abort if original clipboard is None (why should we?)
- Don't abort if original clipboard has the same text as that selected
- If original clipboard has text, restore that text before render
- If original clipboard has text, restore that text in case of aborted expansion

Note: will unfortunately remove non-text data (image) from clipboard if no text
is selected when passive expansion is triggered

Fixes #372

Fixes #365 (supersedes #368)
2020-07-15 16:45:37 -04:00
Ralph Caraveo
239461e520 just render the original command 2020-07-10 21:47:10 -07:00
Ralph Caraveo
0c49adcc12 change error to info 2020-07-10 21:28:20 -07:00
Ralph Caraveo
a9043e3c5b fix typo 2020-07-09 20:50:33 -07:00
Ralph Caraveo
8030cf16ca Adds a debug option for espanso when executing shell commands for greater context 2020-07-09 20:45:17 -07:00
Federico Terzi
45bcaee54b Fix formatting 2020-06-24 22:11:01 +02:00
Federico Terzi
958d0669e9 Handle modifiers on Release instead of Press events on Windows. Fix #328 2020-06-24 22:10:19 +02:00
Federico Terzi
0cd245153f Add Ctrl+Shift+V shortcut on Windows. Fix #333 2020-06-24 21:44:29 +02:00
Federico Terzi
889e2b8f8c Refactor Windows IPC to use named pipes instead of localhost 2020-06-24 21:23:03 +02:00
Federico Terzi
32d7dbc88e Add option to preserve newlines in match list 2020-06-22 21:42:50 +02:00
Federico Terzi
968ef578c1 Add CLI option to list matches and exec a trigger. Fix #263 2020-06-22 21:21:35 +02:00
Federico Terzi
6766d91af3 Prevent espanso crash when an X11 exception occurs. Fix #312 2020-06-22 19:09:51 +02:00
Federico Terzi
34c0a52455 Remove trailing .git from repository url. Fix #326 2020-06-22 18:31:30 +02:00
Federico Terzi
d19346e732 Merge remote-tracking branch 'origin/dev' into dev 2020-06-14 18:02:09 +02:00
Federico Terzi
b87e32e91d Update WSL call to use bash instead of wsl command 2020-06-14 18:01:35 +02:00
Federico Terzi
470f8d6221 Inject user path in Plist file when registering on macOS. Fix #233 2020-06-10 20:21:18 +02:00
Federico Terzi
232e80f55a Fix app name extraction that returned garbage with certain apps on macOS. Fix #291 2020-06-10 20:07:06 +02:00
Federico Terzi
a7d10cbed7 Remove unwanted print 2020-06-09 21:47:55 +02:00
Federico Terzi
e98daedd6b Fix compilation error on Windows 2020-06-09 21:45:17 +02:00
Federico Terzi
0d2a6fe95d Propagate termination signals from daemon to worker. Fix #302 2020-06-09 21:35:45 +02:00
Federico Terzi
7d694494e5 Add trim option to Script Extension. Fix #295 2020-06-09 20:53:24 +02:00