doodle
Desktop Search Engine (client)
Install
- All systems
-
curl cmd.cat/doodle.sh
- Debian
-
apt-get install doodle
- Ubuntu
-
apt-get install doodle
- Kali Linux
-
apt-get install doodle
- Fedora
-
dnf install doodle
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install doodle
- Raspbian
-
apt-get install doodle
- Dockerfile
- dockerfile.run/doodle
doodle
Desktop Search Engine (client)
It searches your hard drive for files using pattern matching on meta-data. It extracts file-format specific meta-data using libextractor and builds a suffix tree to index the files. The index can then be searched rapidly. It is similar to locate, but can take advantage of information such as ID3 tags. It is possible to do full-text indexing using the appropriate libextractor plugins. It also supports using FAM to keep the database up-to-date. You can use doodled (separate package) to keep the doodle database automagically updated.
doodle-dbg
Desktop Search Engine (debug)
It searches your hard drive for files using pattern matching on meta-data. It extracts file-format specific meta-data using libextractor and builds a suffix tree to index the files. The index can then be searched rapidly. It is similar to locate, but can take advantage of information such as ID3 tags. It is possible to do full-text indexing using the appropriate libextractor plugins. It also supports using FAM to keep the database up-to-date. This package contains the debugging symbols.