logsmoe(1)                    logs.moe                    logsmoe(1)

NAME
    share secure logs from the command line

SYNOPSIS
    $ curl https://logs.moe --data-binary 'hello world'
    you can also paste or drag files to this page

DESCRIPTION
    works better with text
    limited to 20MiB
    everything are encrypted
    decryption only on browser
    no data or logs are collected

EXAMPLES
    $ curl https://logs.moe --data-binary @debug.log
    $ git diff --staged | curl https://logs.moe --data-binary @-
    add to your .profile
    $ logsmoe() { curl https://logs.moe --data-binary "@${1:--}"; }
    use with file or stdin
    $ logsmoe debug.log
    $ git diff --staged | logsmoe

SEE ALSO
    https://github.com/fabricionaweb/logs.moe