Skip to content

Releases: abenz1267/walker

refactor prefixes

22 Jul 02:30
Compare
Choose a tag to compare

Prefixes are more usable now:

  • single character, f.e. "/" => /switcher
  • multiple characters f.e. "calc" => calc 1*1

fix

21 Jul 18:33
Compare
Choose a tag to compare
fix

fix

minor

21 Jul 18:24
Compare
Choose a tag to compare

make window invisble BEFORE running command, so that f.e. screenshot tools that freeze the screen won't freeze a screen with Walker visible.

minor fix

21 Jul 17:56
Compare
Choose a tag to compare

fix in regards to updating initial list when ran as service

minor

21 Jul 17:17
Compare
Choose a tag to compare
  • ssh module checks config for Host or host
  • spawned processes get pgid of 0

'custom_commands' module

21 Jul 12:32
Compare
Choose a tag to compare

New module 'custom_commands' to allow running custom defined simple commands, where a plugin would simply be too much.

ssh: parse config

21 Jul 12:04
Compare
Choose a tag to compare

The ssh module will now parse .ssh/config as well as .ssh/known_hosts.

removed toggle-force-terminal mode

21 Jul 10:38
Compare
Choose a tag to compare

Toggling force-terminal got removed. alt+enter will open the entry in terminal by default. If cmd_alt is set for a plugin, that will be run instead, as before.

keep_sort for plugins

21 Jul 08:55
Compare
Choose a tag to compare

keep_sort for plugins

fix search regression

21 Jul 05:59
Compare
Choose a tag to compare

emergency fix