Skip to content

Releases: abenz1267/walker

'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

minor fixes

21 Jul 05:42
Compare
Choose a tag to compare
  • fixed regressions
  • removed lock-file-mechanism
  • minor refactor

Bug fixes, performance improvements

20 Jul 18:01
Compare
Choose a tag to compare
  • overall small bugfixes
  • module data will now be loaded lazily when first used
  • swap alt and ctrl for cmd_alt when AM is using alt instead of ctrl
  • modules can define an explicit placeholder now

First Minor Release

20 Jul 10:00
Compare
Choose a tag to compare

This milestones marks the first minor release of Walker.

There's a good set of default modules, many useful things have been added, bugs have been ironed out.

This release also majorly breaks the current configuration!

The configuration has been reworked, simplified and is now more flexible:

  • json, toml or yaml
  • default values are used => you only have to overwrite in your own config

password-mode

19 Jul 13:55
Compare
Choose a tag to compare

run as password-input

fix clipboard/ssh

19 Jul 11:51
Compare
Choose a tag to compare

fixes neede due to change of command execution