m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2022-07-01Update READMEHEADmasterMarcin Chrzanowski
2019-02-27clip: Add support for wl-clipboardBrett Cornwall
2017-01-01show,generate: support qrcodesJason A. Donenfeld
2016-12-20generate: use /dev/urandom directlyJason A. Donenfeld
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. Donenfeld
2014-04-23find: support tree 1.7.0Jason A. Donenfeld
2012-09-18Better dependency list.Jason A. Donenfeld
2012-09-12Use getopt to regularize optionsBrian Mattern
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. Donenfeld
2012-09-06Add dependencies to README.Jason A. Donenfeld
2012-09-03Fix readme typo.Jason A. Donenfeld
2012-09-03Move examples into manpage.Jason A. Donenfeld
2012-09-03Make into a real project.Jason A. Donenfeld
2012-09-03Support pass gitJason A. Donenfeld
2012-08-06Update examples.Jason A. Donenfeld
2012-08-06Update readme.Jason A. Donenfeld
2012-07-24Add git support.Jason A. Donenfeld
2012-07-23Initial commit.Jason A. Donenfeld