aboutsummaryrefslogtreecommitdiff
path: root/Command/Find.hs
Commit message (Expand)AuthorAge
* add --json-error-messages (not yet implemented)Gravatar Joey Hess2018-02-19
* Avoid repeated checking that files passed on the command line exist.Gravatar Joey Hess2017-10-16
* add KeyVariety typeGravatar Joey Hess2017-02-24
* Removed dependency on json library; all JSON is now handled by aeson.Gravatar Joey Hess2016-07-26
* allow using Aeson for streaming JSON outputGravatar Joey Hess2016-07-26
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* find --batchGravatar Joey Hess2016-01-20
* convert FindRefGravatar Joey Hess2015-07-10
* finished converting all the main optionsGravatar Joey Hess2015-07-10
* implement withGlobalOptions, and convert FindGravatar Joey Hess2015-07-10
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* The file matching options are now only accepted by commands that can actually...Gravatar Joey Hess2015-02-06
* groundwork for parameterizing hash depthGravatar Joey Hess2015-01-28
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* findref: New command, like find but shows files in a specified git ref.Gravatar Joey Hess2014-04-17
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* reorganize some files and importsGravatar Joey Hess2014-01-26
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* Remove --json option from commands not supporting it.Gravatar Joey Hess2014-01-18
* Add plumbing-level lookupkey examinekey command.Gravatar Joey Hess2013-12-15
* find: Avoid polluting stdout with progress messages. Closes: #718186Gravatar Joey Hess2013-07-30
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* More commands work in direct mode repositories: find, whereis, move, copy, dr...Gravatar Joey Hess2013-01-05
* block all commands that don't work in direct modeGravatar Joey Hess2012-12-29
* avoid commits when running fix and findGravatar Joey Hess2012-11-24
* where indentationGravatar Joey Hess2012-11-12
* add routes to pause/start/cancel transfersGravatar Joey Hess2012-08-08
* fun with symbolsGravatar Joey Hess2012-03-17
* optimize monadic ||Gravatar Joey Hess2012-03-16
* hlintGravatar Joey Hess2012-02-16
* tweakGravatar Joey Hess2012-01-06
* look up --to and --from remote names only onceGravatar Joey Hess2012-01-06
* more command-specific optionsGravatar Joey Hess2012-01-06
* per-command optionsGravatar Joey Hess2012-01-05
* type alias cleanupGravatar Joey Hess2011-12-31
* reorder less expensive terminal firstGravatar Joey Hess2011-12-23
* find --jsonGravatar Joey Hess2011-12-23
* Format strings can be specified using the new --find option, to control what ...Gravatar Joey Hess2011-12-22
* find: Support --print0Gravatar Joey Hess2011-11-22
* better limiting of start actions to only run whenAnnexedGravatar Joey Hess2011-11-10
* clean up check selection codeGravatar Joey Hess2011-10-29
* Fail if --from or --to is passed to commands that do not support them.Gravatar Joey Hess2011-10-27
* refactored and generalized pre-command sanity checkingGravatar Joey Hess2011-10-27
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* make find show files meeting limits, even when not presentGravatar Joey Hess2011-09-18
* remove command type definitionsGravatar Joey Hess2011-09-15