summaryrefslogtreecommitdiff
path: root/guix/scripts/import.scm
AgeCommit message (Expand)Author
2024-03-09import: Discard args after --version and --help.Herman Rimm
2024-03-09import: Insert packages into modules alphabetically.Herman Rimm
2024-03-09import: Wrap package expressions with define-public.Herman Rimm
2023-12-18guix: import: Add composer importer.Nicolas Graves
2023-10-17scripts: import: Handle EPIPE errors when displaying help.Simon Tournier
2023-06-08import: Gracefully handle EPIPE.Ludovic Courtès
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2023-02-27ui: 'display-hint' quotes extra arguments for Texinfo.Ludovic Courtès
2022-10-11guix import: Add a blank line after each package definition.Ludovic Courtès
2022-08-08style: Move reader and printer to (guix read-print).Ludovic Courtès
2022-06-15import: Add hex.pm importer.Hartmut Goebel
2022-05-29scripts/import: Use pretty printer from (guix scripts style).Ricardo Wurmus
2022-05-22import: Add Elm importer.Philip McGrath
2021-10-08Revert the #51061 patch series for now.Tobias Geerinckx-Rice
2021-10-07import: Add hex.pm importer.Hartmut Goebel
2021-09-14scripts: import: Increase column width for pretty-printer.Xinglu Chen
2021-09-07import: Add hint for importer typo.zimoun
2021-08-20guix: Add ContentDB importer.Maxime Devos
2021-06-03import: Add CHICKEN egg importer.Xinglu Chen
2021-04-20import: Remove Nix importer.Ludovic Courtès
2021-04-09import: go: Append version to symbol name in the pinned version mode.Maxim Cournoyer
2021-03-10import: Add Go importer.Katherine Cox-Buday
2020-09-10scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès
2019-08-29import: cran: Add support for git repositories.Ricardo Wurmus
2018-07-10guix: Add opam importer.Julien Lepiller
2018-07-07scripts: Add missing -V option to commands that document it.Kyle Meyer
2017-09-28import: Add JSON importer.Ricardo Wurmus
2017-06-15guix: Add texlive importer.Ricardo Wurmus
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-02-09import: Add stackage importer and updater.Federico Beffa
2016-12-17guix import: Print list of expressions.Ricardo Wurmus
2016-12-14import: Add importer for rust crates.David Craven
2016-05-17import: Gracefully report import failures.Ludovic Courtès
2016-05-17import: Exit with non-zero when an unknown importer is asked.Ludovic Courtès
2015-08-31import: Add 'cran' importer.Ricardo Wurmus
2015-08-27import: Add Ruby gem importer.David Thompson
2015-07-08import: Add 'elpa' importer.Federico Beffa
2015-06-08guix: Clean up --help messages.Alex Kost
2015-04-08import: Add hackage importer.Federico Beffa
2015-01-09import: Add CPAN importer.Eric Bavier
2014-11-11import: Add GNU importer.Ludovic Courtès
2014-09-29import: Add PyPI importer.David Thompson
2013-04-27ui: Add `args-fold*' and use it.Ludovic Courtès
2013-02-17scripts: Remove hyphen in the command name shown by `--version'.Ludovic Courtès
2013-02-17scripts: Remove initialization now redundant with `initialize-guix'.Ludovic Courtès
2013-02-16Replace individual scripts with master 'guix' script.Mark H Weaver