Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | make unused check branches and tags too | 2011-09-28 | |
| | | | | needs time and space optimisation | ||
* | refactor | 2011-09-23 | |
| | |||
* | go go gadget hlint | 2011-09-20 | |
| | |||
* | simplify | 2011-09-20 | |
| | |||
* | convert Token to have separate constructors for each peice of syntax | 2011-09-20 | |
| | |||
* | reorg | 2011-09-19 | |
| | |||
* | golfing with curry | 2011-09-18 | |
| | |||
* | probably better to error on unknown token | 2011-09-18 | |
| | |||
* | make find show files meeting limits, even when not present | 2011-09-18 | |
| | | | | | | | | | find: Rather than only showing files whose contents are present, when used with --exclude --copies or --in, displays all files that match the specified conditions. Note that this is a behavior change for find --exclude! Old behavior can be gotten with find --in . --exclude=... | ||
* | add a value to match against to match and matchM | 2011-09-18 | |
| | |||
* | move to Utility | 2011-09-18 | |
| | |||
* | basic json support | 2011-09-01 | |
| | | | | | | | | | | | | | | | | | | This includes a generic JSONStream library built on top of Text.JSON (somewhat hackishly). It would be possible to stream out a single json document describing all actions, but it's probably better for consumers if they can expect one json document per line, so I did it that way instead. Output from external programs used for transferring files is not currently hidden when outputting json, which probably makes it not very useful there. This may be dealt with if there is demand for json output for --get or --move to be parsable. The version, status, and find subcommands have hand-crafted output and don't do json. The whereis subcommand needs to be modified to produce useful json. | ||
* | tweak | 2011-08-30 | |
| | |||
* | The wget command will now be used in preference to curl, if available. | 2011-08-27 | |
| | | | | Got tired of curl's various ugly progress bars. | ||
* | code simplification thanks to applicative functors | 2011-08-25 | |
| | |||
* | split groups of related functions out of Utility | 2011-08-22 | |
| | |||
* | moved files around | 2011-08-20 | |
| | |||
* | finished hlint pass | 2011-07-15 | |
| | |||
* | rename | 2011-07-05 | |
| | |||
* | rename | 2011-07-05 | |