summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Collapse)Author
2012-12-03Oh alright then, if you insist.Stephen Dolan
Colo(u)red output for jq. Enabled by default if isatty(stdout). Closes #11.
2012-10-22Support a -f option to load from a file, and # commentsStephen Dolan
This means '#!/usr/local/bin/jq -f' is now a sensible way to start a file. Closes #13
2012-10-22Fix logic for "slurp" option. Fixes #18Stephen Dolan
2012-10-21Version number tracking.jq-1.1jq-1.0Stephen Dolan
2012-09-20Add a bunch of commandline options for controlling I/O format.Stephen Dolan
Also docs for the above. Closes #1.
2012-09-18Usage messages if jq is run with no arguments.Stephen Dolan
Beats segfaulting.
2012-09-18Separate the tests and the main program.Stephen Dolan
2012-09-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan