doodled
Desktop Search Engine (daemon)
Install
- All systems
-
curl cmd.cat/doodled.sh
- Debian
-
apt-get install doodled
- Ubuntu
-
apt-get install doodled
- Kali Linux
-
apt-get install doodled
- Fedora
-
dnf install doodled
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install doodled
- Raspbian
-
apt-get install doodled
- Dockerfile
- dockerfile.run/doodled
doodled
Desktop Search Engine (daemon)
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 is the daemon to keep the doodle database automagically up-to-date.
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.