textshare

share your text files easily


License
MIT
Install
pip install textshare==0.6

Documentation

textshare

A simple command line utility to share code and texts

Download python package here pypi

Submit issues here github

installation

$ pip install textshare

usage

textshare [OPTIONS] [FILEPATHS]...

Options:

--input uses stdin as input
--map returns output as a map of filepaths and url
--help Show this message and exit.

examples

$ texshare file1 file2

$ cat file | textshare -i

$ texshare --map file1 file2 | textshare -i

TODO

Split large files into chunks