codasai
codasai copied to clipboard
Add more actions for the front-end
Right now there's
open_file <file>opens filehighlight_regex <file> <from> <to>opens file and highlights the lines starting from the line containingfromand ending in the line containingto
But there are other actions that might be useful like
highlight_one <file> <pattern>opens file and highlights the first match ofpatternhighlight_all <file> <pattern>opens file and highlight all the matches ofpatterngo_to_page <page>goes to the page whose file name matchespage(or maybe the title that matches)
I'd also like to rename highlight_regex to highlight_lines