else/Clipext
Ethan Dalool eeba64f3f0 Test clipext 2017-04-07 17:43:53 -07:00
..
README.md else 2016-08-17 18:24:38 -07:00
clipext.py Test clipext 2017-04-07 17:43:53 -07:00
test_clipext.py Test clipext 2017-04-07 17:43:53 -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.