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
Allow to select a task by content instead of linenumber, e.g. via a fuzzyfinder. In all cases where a mandatory task is not provided it is chosen interactively.
Example
I've used fzf as a convenient fuzzyfinder on the commandline to show how this could work:
If you don't specify a linenumber you get an interactive prompt to select one.
Feature Request
Allow to select a task by content instead of linenumber, e.g. via a fuzzyfinder. In all cases where a mandatory task is not provided it is chosen interactively.
Example
I've used fzf as a convenient fuzzyfinder on the commandline to show how this could work:
If you don't specify a linenumber you get an interactive prompt to select one.
For this simple preview I changed line 1224 to:
Implementation
I need some guidance by someone more familiar with the code to come up with a proper implementation.
The text was updated successfully, but these errors were encountered: