Last updated: 2026-02-14
Reduit is a browser extension that detects and replaces personally identifiable information (PII) in text before users share it with AI services. It also restores original values when users paste AI responses back.
| #!/bin/bash | |
| WORKSPACE=$(catkin locate --workspace $(pwd)) 2> /dev/null | |
| if [ $? -eq 1 ]; then | |
| echo "Error: The current directory '$(pwd)' is not within a catkin workspace." | |
| echo " Please call this script from the catkin workspace you wish to combine the compile commands of." | |
| exit 1 | |
| fi | |