Userland: Add new app called Assistant

'Assistant' is similar to macOS spotlight where you can quickly open a
text input, start typing, and hit 'enter' to launch apps or open
directories.
This commit is contained in:
Spencer Dixon 2021-06-16 21:55:44 -04:00 committed by Andreas Kling
commit 66c13edb98
Notes: sideshowbarker 2024-07-18 11:24:52 +09:00
9 changed files with 625 additions and 0 deletions

View file

@ -9,6 +9,9 @@
#include <LibCore/ConfigFile.h>
#include <LibCore/DirIterator.h>
#include <LibDesktop/AppFile.h>
#include <errno.h>
#include <serenity.h>
#include <spawn.h>
namespace Desktop {