else/Clipext
Ethan Dalool bfaed2e416 else
prepare to remove TagGroups
2016-09-05 16:37:07 -07:00
..
README.md else 2016-08-17 18:24:38 -07:00
clipext.py else 2016-09-05 16:37:07 -07:00

README.md

Clip Extension

This module works with pyperclip to provide some handy features for commandline utilities.

Instead of having the user paste text into the commandline to run your script, just let them enter script.py !c and resolve it automatically. Pasting into the cmd on Windows is annoying and requires a mouse-click so this can be very convenient.

Since "!i" resolves to user input, your script can accept piping with ls | script.py !i.