🧚 Hello
🧚 I am Fairie
🧚 Nice to meet you
🧚 Bye
Copy handler is a program that captures host machine's ctrl+c, and automatically executes asynchronous tasks for you quickly.
Let Procrastinate: https://youtu.be/NEDQQESQxxg
bash setup.sh && source ~/.bash_profile
echo "doing your thing..."
...
copy-handler.sh <mode> <optional-argument>
# Terminate by pressing ctrl-c, so the worker's final task is to die.
...
echo "back to doing your thing..."
grep "<text-pattern>": Scan the copied text, notify if text contains patterndefinition: Google Search this texttranslate: Google Translate this textyoutube: Google Youtube Search this text
cd ./plugins
# view sample files, create one yourself
# remember the naming prefix "plugin_", without it, the plugin would not run.
``