Skip to content

slaanesh/zerocli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroCli is a simple cli for ZeroBin

It requires rhino to execute javascript in command line (as the encryption is
on client-side) : https://developer.mozilla.org/en-US/docs/Rhino

usage:
        -b, --burn            burn after reading
        -o, --open            open discussion
        -s, --syntax          syntax coloring
        -e, --expire <time>   specify the expiration time (default: 1week)
        -f, --file <file>     file to send (default: read from stdin)
        -g, --get <url>       get data from URL
        -p, --post            post data to server
        -S, --server <server> specify the server url

available time settings:
5min,10min,1hour,1day,1week,1month,1year,never

About

Simple cli interface for ZeroBin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.3%
  • Shell 6.7%