[Documentation] [TitleIndex] [WordIndex

rosgrep: Fast full text search in the ROS tree

These instructions show you how to setup recoll (a full text indexing tool) to index ROS, which allows to grep the entire tree in a fraction of a second.

Karmic contains the proper version:

sudo apt-get install recoll

For earlier distros:

wget http://pr.willowgarage.com/downloads/recoll_1.12.0-0ubuntu1_i386.deb
sudo dpkg -i recoll_1.12.0-0ubuntu1_i386.deb

2023-10-28 12:59