forge icon indicating copy to clipboard operation
forge copied to clipboard

Search through issues/PR's

Open unhammer opened this issue 6 years ago • 3 comments

It'd be really cool if we could search through (all/open) issues/PR's for keywords from within Emacs, getting a hit for any issue/PR or issue-comment containing that keyword.

(Related to https://github.com/magit/forge/issues/140 though I guess that's only about the stuff that's visible without entering specific issues.)

unhammer avatar Aug 07 '19 11:08 unhammer

Upvote this! I would like to give it a try implementing it, @tarsius would you be so kind to give me a quick hint of where forge stores the issues? Is it a SQL database? Cheers!

Preve92 avatar Aug 31 '21 08:08 Preve92

Yes, sqlite with the help of emacsql.

tarsius avatar Aug 31 '21 08:08 tarsius

Hi,

Apperently searching wasn't a thing, so I managed to make it happen screencast

Have a look at https://github.com/eatse21/forge-search.el , and let me know if that works for you 👍

eatse21 avatar Mar 07 '23 10:03 eatse21