summary refs log tree commit diff
path: root/guix/scripts/repl.scm
AgeCommit message (Expand)Author
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2023-02-27scripts: repl: Extend REPL %load-path with all channels.Simon Tournier
2023-01-16scripts: repl: Add -i, --interactive flag.Antero Mejr
2023-01-16scripts: repl: Add --list-types flag.Antero Mejr
2021-04-01scripts: repl: Replace 'args-fold*' by 'parse-command-line'.zimoun
2020-09-19describe: Save the original value of (program-arguments).Ludovic Courtès
2020-09-16repl: Look for script files in (getcwd).Konrad Hinsen
2020-09-10scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès
2020-06-18repl: Fix typo that would lead ~/.guile to be used when running scripts.Ludovic Courtès
2020-06-14guix repl: Add script execution.Konrad Hinsen
2020-01-19repl: Avoid dependency on high-level package modules.Ludovic Courtès
2020-01-19repl: Adjust "--listen" help message.Ludovic Courtès
2020-01-19repl: Add "-q".Ludovic Courtès
2020-01-16repl: Fix '--help' message.zimoun
2020-01-16repl: Add '--load-path' option.zimoun
2019-07-04Add (guix repl).Ludovic Courtès
2018-12-03repl: Load user's initialization file.Oleg Pykhalov
2018-11-26repl: Do not exit repl on SIGINT.Oleg Pykhalov
2018-07-13Add (guix inferior) and (guix scripts repl).Ludovic Courtès