{% extends "layout.html" %} {% block body %}
NAME
lesma - simple paste app friendly with browser and command line
SYNOPSIS
<command> | curl -F 'lesma=<-' {{ url_for('.index', _external=True) }}
DESCRIPTION
add any extension to resulting url for line numbers
and syntax highlighting
add ?raw for plain file
add #n-<number> for go directly to line number
anchor
SPECIALS
/:help show this page
EXAMPLES
~$ cat lesma.py | curl -F 'lesma=<-' {{ url_for('.index', _external=True) }} {{ url_for('.get_lesma', lesma_id='lesma', _external=True) }} ~$ firefox {{ url_for('.get_lesma', lesma_id='lesma.py', _external=True) }}
AUTHOR
Written by Óscar García Amor
COPYRIGHT
Copyright © 2017-2018 Óscar García Amor (https://ogarcia.me).
Distributed under terms of the GNU GPLv3 license.
REPORTING BUGS
https://github.com/ogarcia/lesma/issues
SEE ALSO
{% endblock %}