Pygmentize to clipboard for macOS.
Project description
pygmentize
to clipboard for macOS
This utility package is designed to send code through pygmentize
and save it as rich HTML in your macOS
clipboard. It can then be pasted easily into anything that accepts styled HTML input, such as Evernote, OneNote, Gmail,
etc.
Usage
pygclip
offers a couple ways to retrieve code for passing on to pygmentize
:
From a file
Via the standard input
Pulling it from your clipboard
Examples below:
File
def foo():
return 'bar'
$ pygclip -s monokai -l python path/to/file.py
Standard input
$ pygclip -s monokai -l python
def foo():
bar()
Clipboard
$ pygclip -s monokai -l python -c
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygclip-0.0.5.tar.gz
(89.2 kB
view hashes)
Built Distribution
Close
Hashes for pygclip-0.0.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfc6cc7ffe2536b755ca1bec790d9235f577f0dfd6d2a5404fe66e9c5901ac82 |
|
MD5 | df1ef12b8995c3fa6cd3ef8886b76403 |
|
BLAKE2b-256 | fa212865206f5c9461c0bc5f429f11e451c6b20a903ea6ecd510a528fe953210 |