Skip to content

Releases: abenz1267/walker

dmenu-mode

18 Jul 15:29
Compare
Choose a tag to compare

ExecAlt/CmdAlt on alt+enter

18 Jul 14:52
Compare
Choose a tag to compare

Modules/Entries can define cmd_alt/exec_alt that get's executed when pressing alt+enter.

Expand '~' in cmd/src

17 Jul 18:58
Compare
Choose a tag to compare

as title says.

"src": "cat ~/....." works now.

emoji module

16 Jul 18:31
Compare
Choose a tag to compare

added

'src_once' and 'src_once_refresh'

16 Jul 16:35
Compare
Choose a tag to compare

Introduced 'src_once' and 'src_once_refresh'. This will call 'src_once' once when starting walking in order to cache the result of the command instead of calling 'src' on every keystroke.

If refreshing the cache is needed, define "src_once_refresh": true as well.

Add 'terminal' to module definition

14 Jul 14:35
Compare
Choose a tag to compare

As title says. Global 'terminal' boolean for module.

fix ignore_mouse option being used at the wrong place

13 Jul 15:15
Compare
Choose a tag to compare

fzf-fix

13 Jul 15:00
Compare
Choose a tag to compare

fuzzy finding with fzf broke due to fzf not setting algo to "default" by itself anymore. fixed.

updated gotk4

13 Jul 13:43
Compare
Choose a tag to compare
  • updated dependencies
  • refactorings to make Walker work with gotk4
  • remove hack needed to close remote instance when handling cmdline
  • got rid of scroll-hack due to new function to scoll list since GTK 4.12

Bugfixes for input history

11 Jul 19:02
Compare
Choose a tag to compare

Bugfixes for input history