search

Posts tagged with #search
Total: 2

Static Site Generator Fulltext Search

Site-wide search using pagefind

Posts | 2025-10-26 (updated 2025-10-27) | 3 min read
#hugo #pagefind #search
Series: Tech Behind the Blog

I recently rebuilt my blog from scratch, see the previous post in this series.

One thing I wanted to add was site-wide search without any external dependencies. Since I have previous experience with a tool called pagefind, which is perfect for this use case, I implemented it with that.

Read more…

CLI fuzzy search

Notes | 2023-10-08 (updated 2025-10-25) | 1 min read
#linux #productivity #search #slashpage-uses

I often whish to search through large bodies of text, like my knowledge base or source code repositories, from the command line.

I use fuz for this and I’m quite happy with it.

I also have it aliased to my knowledge base folder for even easier searching.

alias search="fuz -p /path/to/knowledge-base/"