Releases: abenz1267/walker
Releases · abenz1267/walker
dmenu-mode
yes
ExecAlt/CmdAlt on alt+enter
Modules/Entries can define cmd_alt
/exec_alt
that get's executed when pressing alt+enter
.
Expand '~' in cmd/src
as title says.
"src": "cat ~/....."
works now.
emoji module
added
'src_once' and 'src_once_refresh'
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
As title says. Global 'terminal' boolean for module.
fix ignore_mouse option being used at the wrong place
fzf-fix
updated gotk4
- 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
Bugfixes for input history