Skip to content

Draft: Add search deamon and command line tool to query search results

Gotam Gorabh requested to merge gautham_x/phosh:search-daemon into main

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

Merge request reports

Loading