summaryrefslogtreecommitdiff
path: root/guix/ui.scm
AgeCommit message (Expand)Author
2022-06-16ui: Improve pager selection logic when less is not installed.Taiju HIGASHI
2022-04-19ui: Highlight package and service search results.Ludovic Courtès
2022-04-19ui: Highlight important bits in recutils output.Ludovic Courtès
2022-04-08ui: Move 'location->hyperlink' to (guix diagnostics).Ludovic Courtès
2022-04-08ui: Move hyperlink facilities to (guix colors).Ludovic Courtès
2022-03-18ui: 'show-what-to-build' highlights "would be downloaded" headings.Ludovic Courtès
2022-03-18ui: 'show-what-to-build' highlights "The following [...] will be built".Ludovic Courtès
2022-02-14ui: 'display-generation' uses color when talking to a pager.Ludovic Courtès
2022-02-14ui: 'with-paginated-output-port' gives access to the wrapped port.Ludovic Courtès
2022-01-22guix: ui: Fix typo in docstring.jgart
2022-01-11ui: 'package->recutils' can split the "system:" line.Ludovic Courtès
2022-01-01ui: It's 2022!Leo Famulari
2021-11-07ui: 'load*' correctly reports 'read-error' in all cases.Ludovic Courtès
2021-10-31ui: Use DISPLAY in SHOW-GUIX-HELP.Tobias Geerinckx-Rice
2021-10-31ui: Add top-level options to help text.Tobias Geerinckx-Rice
2021-10-28ui: Gracefully handle invalid Texinfo markup in package blurbs.Ludovic Courtès
2021-07-15ui: Improve output appearance when listing generations.Steve Sprang
2021-06-29ui: Have 'guix help' stat less.Ludovic Courtès
2021-06-01ui, lint: Simplify exception handling in Guile 3 style.Ludovic Courtès
2021-06-01maint: Require Guile 3.0.Ludovic Courtès
2021-05-17ui: 'load*' compiles with '-O1'.Ludovic Courtès
2021-05-17ui: Remove Guile 2.2.3 workaround.Ludovic Courtès
2021-05-05ui: Suggest installing glibc-locales, not glibc-utf8-locales.Maxim Cournoyer
2021-04-29diagnostics, ui: Adjust to 'read-error' and 'syntax-error' in Guile 3.0.6.Ludovic Courtès
2021-02-24ui: Bug-report URL in '--help' can be translated.Ludovic Courtès
2021-02-19ui: Fix typo in description.Brice Waegeneire
2021-02-03ui: Add hint for command typo.zimoun
2021-01-28ui: Look up extensions before built-in commands.zimoun
2021-01-07ui: Fix order of match clauses.Simon Tournier
2021-01-05Discover extensions via GUIX_EXTENSIONS_PATH.Ricardo Wurmus
2021-01-04ui: It's 2021 now!Ludovic Courtès
2020-12-05ui: Handle multiword and empty $PAGER values.Tobias Geerinckx-Rice
2020-11-26deploy: Let key-and-args exceptions through.Ludovic Courtès
2020-11-10ui: Use the right accessor when reporting '&gexp-input-error'.Ludovic Courtès
2020-11-06ui: Add missing format argument in 'warn-about-load-error'.Ludovic Courtès
2020-10-15ui: Only suggest modules that export the unbound variable identifier.Ludovic Courtès
2020-10-02ui: Use "guix install" in locale hint.Ludovic Courtès
2020-10-01ui: "guix help" silently ignores EPIPE.Ludovic Courtès
2020-09-14ui: 'show-what-to-build' displays download estimate more prominently.Ludovic Courtès
2020-09-12ui: Lexicographically sort transaction entries based on their package name.Maxim Cournoyer
2020-09-12ui: Refactor the package-strings helper in show-manifest-transaction.Maxim Cournoyer
2020-09-10scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès
2020-09-10ui: '--help' output links to <https://guix.gnu.org/help/>.Ludovic Courtès
2020-09-02ui: Attempt to fall back to "en_US.utf8" rather than "C".Ludovic Courtès
2020-08-05ui: Report key-and-arg exceptions correctly.Ludovic Courtès
2020-08-03ui: Add #:verbosity to 'show-what-to-build'.Ludovic Courtès
2020-07-27processes: Allow 'less' to properly estimate line length.Ludovic Courtès
2020-07-25Use 'formatted-message' instead of '&message' where appropriate.Ludovic Courtès
2020-07-25diagnostics: Add '&formatted-message'.Ludovic Courtès
2020-07-25ui: Factorize '&message' handling.Ludovic Courtès