diff options
author | Spencer Dixon <spencercdixon@gmail.com> | 2021-06-16 21:55:44 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-28 16:29:02 +0200 |
commit | 66c13edb984ca811e1d38713748b282afb561bbf (patch) | |
tree | 2ec12a107547ef6eb38ade0cc48e47c05470f19a /Base/res | |
parent | d16db6a67c5a758cf28a91e8d3886032acb385c4 (diff) | |
download | serenity-66c13edb984ca811e1d38713748b282afb561bbf.zip |
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.
Diffstat (limited to 'Base/res')
-rw-r--r-- | Base/res/apps/Assistant.af | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/res/apps/Assistant.af b/Base/res/apps/Assistant.af new file mode 100644 index 0000000000..7fc3d53e55 --- /dev/null +++ b/Base/res/apps/Assistant.af @@ -0,0 +1,4 @@ +[App] +Name=Assistant +Executable=/bin/Assistant +Category=Utilities |