Draft: Add search deamon and command line tool to query search results
Introduce a search daemon to gather search results and the command line tool tools/search.c
to query search results. Later we will integrate search into shell via !1440.
To query search results.
meson setup -Dtools=true _build-search/
meson compile -C _build-search/
export LD_LIBRARY_PATH=/usr/local/lib/x86_64-linux-gnu/phosh
/usr/local/libexec/phosh-searchd
./_build-search/tools/search "search term"
Edited by Gotam Gorabh