Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-04 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
2019-11-10 | Remove unneeded semicolons | John Ericson | |
2019-11-08 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
2019-11-08 | Move editorFor srom libutil to nix | Eelco Dolstra | |
libutil should not depend on libexpr. | |||
2019-11-06 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
2019-10-28 | editorFor: take a pos object instead | zimbatm | |
2019-10-23 | libutil: add editorFor heuristic | zimbatm | |
2019-09-02 | Shut up some clang warnings | Eelco Dolstra | |
2019-06-19 | Initialize Command::_name | Eelco Dolstra | |
2019-06-18 | Make subcommand construction in MultiCommand lazy | Eelco Dolstra | |
2019-02-11 | Move Command and MultiCommand to libutil | Eelco Dolstra | |
2017-10-24 | nix: Respect -I, --arg, --argstr | Eelco Dolstra | |
Also, random cleanup to argument handling. | |||
2017-09-25 | Doh | Eelco Dolstra | |
2017-09-14 | Add "nix add-to-store" command | Eelco Dolstra | |
2017-09-06 | nix build: Add --out-link and --no-link options | Eelco Dolstra | |
2017-08-29 | nix run: Allow passing a command to execute | Eelco Dolstra | |
E.g. nix run nixpkgs.hello -c hello --greeting Hallo Note that unlike "nix-shell --command", no quoting of arguments is necessary. "-c" (short for "--command") cannot be combined with "--" because they both consume all remaining arguments. But since installables shouldn't start with a dash, this is unlikely to cause problems. | |||
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | |
Relevant RFC: NixOS/rfcs#4 $ ag -l | xargs sed -i -e "/\"/s/’/'/g;/\"/s/‘/'/g" | |||
2017-07-20 | Add "nix search" command | Eelco Dolstra | |
2017-07-14 | nix: Show help when no arguments are given | Eelco Dolstra | |
Fixes #1464. | |||
2017-06-07 | Don't show flags from config settings in "nix --help" | Eelco Dolstra | |
2017-06-07 | nix: Add --help-config flag | Eelco Dolstra | |
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | |
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change... | |||
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | |
2016-09-21 | Some notational convenience for formatting strings | Eelco Dolstra | |
We can now write throw Error("file '%s' not found", path); instead of throw Error(format("file '%s' not found") % path); and similarly printError("file '%s' not found", path); instead of printMsg(lvlError, format("file '%s' not found") % path); | |||
2016-04-21 | nix --help: Show short flags | Eelco Dolstra | |
2016-02-25 | Fix short boolean flags | Eelco Dolstra | |
2016-02-09 | Start of new Nix command-line interface | Eelco Dolstra | |
2016-02-09 | New command line parsing infrastructure | Eelco Dolstra | |