You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have modified extrakto.sh to use a query initialized to the current word before the cursor:
esac
}
query="$($HOME/bin/tmux_get_cursor_position)"
while true; do
header=$header_tmpl
header=${header/:ga:/$grab_area}
header=${header/:filter:/$mode}
The content of the script tmux_get_cursor_position:
Hello,
I have modified
extrakto.sh
to use a query initialized to the current word before the cursor:The content of the script
tmux_get_cursor_position
:Do you think it's possible to make it works as the query is added to the result ?
The text was updated successfully, but these errors were encountered: