diff options
Diffstat (limited to '2024/talks/p-search.md')
-rw-r--r-- | 2024/talks/p-search.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/2024/talks/p-search.md b/2024/talks/p-search.md index 59d16379..0827c44d 100644 --- a/2024/talks/p-search.md +++ b/2024/talks/p-search.md @@ -86,8 +86,8 @@ Code: <https://github.com/zkry/p-search> - Q: A cool more powerful grep \"Rak\" to use and maybe has some good ideas in increasing the value of searches, for example using Raku code while searching. is Rak written in Raku. Have you seen it? - - [https://github.com/lizmat/App-Rak](https://github.com/lizmat/App-Rak){rel="noreferrer noopener"} - - [https://www.youtube.com/watch?v=YkjGNV4dVio&t=167s&pp=ygURYXBwIHJhayByYWt1IGdyZXA%3D](https://www.youtube.com/watch?v=YkjGNV4dVio&t=167s&pp=ygURYXBwIHJhayByYWt1IGdyZXA%3D){rel="noreferrer noopener"} + - [https://github.com/lizmat/App-Rak](https://github.com/lizmat/App-Rak) + - [https://www.youtube.com/watch?v=YkjGNV4dVio&t=167s&pp=ygURYXBwIHJhayByYWt1IGdyZXA%3D](https://www.youtube.com/watch?v=YkjGNV4dVio&t=167s&pp=ygURYXBwIHJhayByYWt1IGdyZXA%3D) - A: I have to look into that. Tree-sitter AST would also be cool to include to have a better search. - Q: Have you thought about integrating results from using cosine @@ -187,9 +187,9 @@ Code: <https://github.com/zkry/p-search> the strength of emacs: people invest a lot of time to improve their workflow from tomorrow. \[see xkcd on emacs learning curve vs nano vs vim\] - - [https://github.com/armindarvish/consult-omni](https://github.com/armindarvish/consult-omni){rel="noreferrer noopener"} - - [https://github.com/karthink/elfeed-tube](https://github.com/karthink/elfeed-tube){rel="noreferrer noopener"} - - [https://www.reddit.com/r/ProgrammerHumor/comments/9d6f19/text_editor_learning_curves_fixed/](https://www.reddit.com/r/ProgrammerHumor/comments/9d6f19/text_editor_learning_curves_fixed/){rel="noreferrer noopener"} + - [https://github.com/armindarvish/consult-omni](https://github.com/armindarvish/consult-omni) + - [https://github.com/karthink/elfeed-tube](https://github.com/karthink/elfeed-tube) + - [https://www.reddit.com/r/ProgrammerHumor/comments/9d6f19/text_editor_learning_curves_fixed/](https://www.reddit.com/r/ProgrammerHumor/comments/9d6f19/text_editor_learning_curves_fixed/) - A: emacs is not the most beginner friendly, but the solution space is very large - (Corwin Brust) Emacs supports all approaches and is extensible. |