Clipboard Commands

From OpenCircuits
Revision as of 14:43, 17 March 2020 by Russ hensel (talk | contribs) (Created page with " This is a guide to the "Command" functions in my Python Clipboard Application, the root documentation is at: '''Python Smart ClipBoard''' = Overview = Commands are tex...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a guide to the "Command" functions in my Python Clipboard Application, the root documentation is at: Python Smart ClipBoard

Overview

Commands are text, single of multiline that contain a command. This is typically indicated by a line starting with *>. Some commands are *>url and *>bat. Some commands are basically single line commands, but you can copy multiple lines with multiple commands ( of the same kind ) or some like *>bat are inherently multi line and currently you can only execute one in a single copy.

For a bit of context if you have the following in your clipboard:

        *>url  https://southcoast.craigslist.org/
    https://southcoast.craigslist.org/tls/d/new-bedford-delta-table-saw/7090239741.html
        *>url  https://southcoast.craigslist.org/tls/d/new-bedford-delta-table-saw/7090239741.html
    Manure - farm & garden - by owner - sale
        *>url  https://southcoast.craigslist.org/grd/d/lakeville-manure/7080232396.html
    The 50 TV Shows You Need to Watch This Winter - The New York Times
        *>url  https://www.nytimes.com/2020/01/02/arts/television/50-shows-to-watch.html?0p19G=0038

then the *>cmd button will open all 4 url's. This lets you keep a list of links in any file that can store text.

Command Details

*>url

*>text

*>shell

*>bat