π¦ ClawHub
splitsym
by @turinfohlen
Extract comments and split symbols from source files. Use when users want to extract inline comments, docstrings, or block comments from code files to unders...
π‘ Examples
# Extract all comments from a Python file
splitsym myfile.pyExtract comments from specific line range
splitsym myfile.py --lines 100-200Use custom config
splitsym myfile.py --config ./my-symbols.json
Output Format
123 PAIR: multi-line comment content...
45 # This is a comment line
PAIR: prefix indicates multi-line block commentsTERMINAL
clawhub install splitsym