summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2022-08-30reconfigure: Use 'current-channels' to obtain provenance data.Ludovic Courtès
2022-08-09channels: Add 'repository->guix-channel'.Ludovic Courtès
2022-08-08style: Add '--whole-file' option.Ludovic Courtès
2022-08-08read-print: Read and render vertical space.Ludovic Courtès
2022-08-08read-print: Introduce <blank> parent class of <comment>.Ludovic Courtès
2022-08-08style: Move reader and printer to (guix read-print).Ludovic Courtès
2022-08-08lint: Add '-e'.Ludovic Courtès
2022-08-05guix system: Remove unused 'read-operating-system' procedure.Ludovic Courtès
2022-08-04environment: Report "command not found" from the child process.Ludovic Courtès
2022-08-04guix build: Print hints when -s or --target is passed an invalid string.Ludovic Courtès
2022-08-01guix gc: '--delete-generations' now deletes old Home generations.Ludovic Courtès
2022-07-17Revert "guix gc: '--delete-generations' now deletes old Home generations."Tobias Geerinckx-Rice
2022-07-23guix gc: '--delete-generations' now deletes old Home generations.Ludovic Courtès
2022-07-23deploy: Honor '--dry-run'.Ludovic Courtès
2022-07-19import: Enable recursive import for texlive packages.Ricardo Wurmus
2022-07-19system: Add -I, --list-installed option.Antero Mejr
2022-07-19home: Add -I, --list-installed option.Antero Mejr
2022-07-15shell: Ignore cached profiles when using '--export-manifest'.Ludovic Courtès
2022-07-12style: Gracefully handle failure to locate a source file.Ludovic Courtès
2022-07-04style: For 'let' and similar forms, emit one binding per line.Ludovic Courtès
2022-07-04style: Add option '--list-stylings'.Hartmut Goebel
2022-07-03challenge: Do nothing when passed zero arguments.Ludovic Courtès
2022-06-26substitute: Use SRFI-71 instead of SRFI-11.Ludovic Courtès
2022-06-23guix system: Inline menu-entries in to bootcfg in perform-action.Christopher Baines
2022-06-22refresh: Repurpose '-L' for '--load-path'.Ludovic Courtès
2022-06-22style: Keep values next to their keyword.Ludovic Courtès
2022-06-19challenge: Colorize output.Ludovic Courtès
2022-06-16shell: Fix '--export-manifest' for cached profiles and when '-p' is used.Ludovic Courtès
2022-06-16shell: Do not auto-detect manifest when '-p' is used.Ludovic Courtès
2022-06-15refresh: Switch to SRFI-71.Ludovic Courtès
2022-06-15challenge: When using '--diff', do not attempt to chmod symlinks.Ludovic Courtès
2022-06-15import: Add hex.pm importer.Hartmut Goebel
2022-06-15pull: Tweak cache directory validation code.Ludovic Courtès
2022-06-12pull: Fix typo in error message.Tobias Geerinckx-Rice
2022-06-13challenge: Actually delete nars that have been extracted.Ludovic Courtès
2022-06-05pull: Fail if cache directory ownership is suspect.Tobias Geerinckx-Rice
2022-06-06packages: Add 'specifications->packages'.Antero Mejr
2022-05-29guix system: Don't suggest reconfiguration during reconfiguration.Tobias Geerinckx-Rice
2022-06-04guix home: Add 'edit' sub-command.Ludovic Courtès
2022-06-04guix system: Add 'edit' sub-command.Ludovic Courtès
2022-06-04edit: Extract 'spawn-editor' procedure.Ludovic Courtès
2022-06-01shell: '--export-manifest -D x -D y' generates a valid manifest.Ludovic Courtès
2022-05-29scripts/import: Use pretty printer from (guix scripts style).Ricardo Wurmus
2022-05-27substitute: Check for --help or --version options early.yarl-baudig@mailoo.org
2022-05-26guix package: Sort search results by package version.Ludovic Courtès
2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/.Josselin Poiret
2022-05-23scripts: package: Transform before creating manifest entries.Josselin Poiret
2022-05-22scripts: build: Highlight the current system with --list-systems.Mathieu Othacehe
2022-05-22scripts: Add --list-systems and --list-targets options.Mathieu Othacehe
2022-05-22import: Add Elm importer.Philip McGrath