diff options
author | Ken Moore <ken@pcbsd.org> | 2014-11-05 13:16:58 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-11-05 13:16:58 -0500 |
commit | cb7ac8c92b68b2229e8d1759bbce3d0e2b597c17 (patch) | |
tree | 447b20ba91f0171b989e444e20162d03a2dba102 /lumina-search/lumina-search.desktop | |
parent | Merge branch 'master' of github.com:pcbsd/lumina (diff) | |
download | lumina-cb7ac8c92b68b2229e8d1759bbce3d0e2b597c17.tar.gz lumina-cb7ac8c92b68b2229e8d1759bbce3d0e2b597c17.tar.bz2 lumina-cb7ac8c92b68b2229e8d1759bbce3d0e2b597c17.zip |
Add a new utility: lumina-search
This utility provides quick searching for applications (the default), or for searching the entire user's home directory.
The file search also supports the "*" wildcard for the search terms.
Diffstat (limited to 'lumina-search/lumina-search.desktop')
-rw-r--r-- | lumina-search/lumina-search.desktop | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lumina-search/lumina-search.desktop b/lumina-search/lumina-search.desktop new file mode 100644 index 00000000..b002047b --- /dev/null +++ b/lumina-search/lumina-search.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Exec=lumina-search +Icon=edit-find +Terminal=false +Type=Application +StartupNotify=true +Categories=Utility; +Name=Lumina Search +Comment=Search for files or applications |