π¦ ClawHub
Reverse Tool
by @dinghaibin
Reverse the order of lines or characters in text input. Use for text transformation, palindrome checking, and data reordering.
π‘ Examples
# Reverse line order
reverse-tool file.txtReverse characters per line
reverse-tool -c palindrome.txtPipe input
echo "hello world" | reverse-tool -c
βοΈ Configuration
-c: Reverse characters within each line (not lines)-w: Reverse word order within each lineTERMINAL
clawhub install reverse-tool