summaryrefslogtreecommitdiff
path: root/README (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-27clip: Add support for wl-clipboardBrett Cornwall1-1/+3
2017-01-01show,generate: support qrcodesJason A. Donenfeld1-0/+2
2016-12-20generate: use /dev/urandom directlyJason A. Donenfeld1-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.
2014-05-27Update for new URL.Jason A. Donenfeld1-1/+1
2014-04-23find: support tree 1.7.0Jason A. Donenfeld1-1/+1
2012-09-18Better dependency list.Jason A. Donenfeld1-1/+10
2012-09-12Use getopt to regularize optionsBrian Mattern1-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.
2012-09-08Simplify README.Jason A. Donenfeld1-17/+2
2012-09-06Add dependencies to README.Jason A. Donenfeld1-0/+8
2012-09-03Fix readme typo.Jason A. Donenfeld1-1/+1
2012-09-03Move examples into manpage.Jason A. Donenfeld1-89/+10
2012-09-03Make into a real project.Jason A. Donenfeld1-1/+4
2012-09-03Support pass gitJason A. Donenfeld1-0/+3
2012-08-06Update examples.Jason A. Donenfeld1-7/+7
2012-08-06Update readme.Jason A. Donenfeld1-11/+13
2012-07-24Add git support.Jason A. Donenfeld1-0/+7