summaryrefslogtreecommitdiff
path: root/guix/ui.scm
AgeCommit message (Expand)Author
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
2020-07-15ui: 'with-error-handling' does not unwind the stack....Ludovic Courtès
2020-07-02Revert "ui: Use package-description-string."...Ludovic Courtès
2020-06-28processes: Write to $PAGER....Ludovic Courtès
2020-06-15ui: Use package-description-string....Arun Isaac
2020-06-15ui: Do not translate package synopsis a second time....Arun Isaac
2020-06-15ui: Cut off search early if any regexp does not match....Arun Isaac
2020-06-14ui: Set 'LESS' environment variable unconditionally....Ludovic Courtès
2020-06-06ui: 'display-search-results' automatically invokes the pager....Ludovic Courtès
2020-04-17ui: Fix typos, 80-col & grammar in comments & docstrings....Vincent Legoll
2020-04-02ui: Clarify "dependencies changed"....Ludovic Courtès
2020-03-24ui: 'show-manifest-transaction' tabulates package lists for install/remove....Ludovic Courtès
2020-03-24ui: 'show-manifest-transaction' tabulates upgraded package lists....Ludovic Courtès
2020-03-23ui: Add 'indented-string'....Ludovic Courtès
2020-03-22ui: 'build-notifier' invokes continuation when there's nothing to do....Ludovic Courtès
2020-03-22ui: 'show-what-to-build' returns two values, for builds and downloads....Ludovic Courtès
2020-03-22ui: 'show-what-to-build' returns true when there are grafts to build....Ludovic Courtès
2020-03-22ui: Add a notification build handler....Ludovic Courtès
2020-03-11ui: Restore line wrapping for 'package->recutils'....Ludovic Courtès
2020-02-28Revert "ui: Only display link in capable terminals."...Ludovic Courtès
2020-02-24ui: Don't truncate search output when inside Emacs....Pierre Neidhardt
2020-02-24ui: Only display link in capable terminals....zimoun
2020-02-23ui: (size->number "1.M") is correctly parsed....Ludovic Courtès
2020-02-11ui: Fix typo in comment....Ludovic Courtès
2020-01-24ui: Do not display error messages with bare format strings....Ludovic Courtès