aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* show,generate: support qrcodesJason A. Donenfeld2017-01-011-0/+2
|
* generate: use /dev/urandom directlyJason A. Donenfeld2016-12-201-2/+0
| | | | | | Passing to tr using the "pick and discard" technique is more straight- forwardly correct and less error-prone. It also allows users to select their own character sets to be passed to tr.
* Update for new URL.Jason A. Donenfeld2014-05-271-1/+1
|
* find: support tree 1.7.0Jason A. Donenfeld2014-04-231-1/+1
|
* Better dependency list.Jason A. Donenfeld2012-09-181-1/+10
|
* Use getopt to regularize optionsBrian Mattern2012-09-121-0/+1
| | | | | | | | | I like being able to specify command line options (like -c) at the end of the line (which is usually when I think of the fact that I need them). The attached patch uses getopt(1) to regularize the option list so that lazy people like me can specify the options in any order.
* Simplify README.Jason A. Donenfeld2012-09-081-17/+2
|
* Add dependencies to README.Jason A. Donenfeld2012-09-061-0/+8
|
* Fix readme typo.Jason A. Donenfeld2012-09-031-1/+1
|
* Move examples into manpage.Jason A. Donenfeld2012-09-031-89/+10
|
* Make into a real project.Jason A. Donenfeld2012-09-031-1/+4
|
* Support pass gitJason A. Donenfeld2012-09-031-0/+3
|
* Update examples.Jason A. Donenfeld2012-08-061-7/+7
|
* Update readme.Jason A. Donenfeld2012-08-061-11/+13
|
* Add git support.Jason A. Donenfeld2012-07-241-0/+7
|
* Initial commit.Jason A. Donenfeld2012-07-231-0/+91