Aded extended commands and editor

This commit is contained in:
2026-08-20 23:48:49 +02:00
parent 72bf39a27b
commit 4324da1467
12 changed files with 1616 additions and 261 deletions
+4 -1
View File
@@ -2,7 +2,8 @@
(require "coreutils.rkt"
"extended.rkt"
"racket-tools.rkt")
"racket-tools.rkt"
"editor.rkt")
(provide (struct-out coreutils-command)
coreutils-commands
@@ -42,6 +43,8 @@
(coreutils-command 'printenv coreutils-printenv 'rash-coreutils-printenv)
(coreutils-command 'env coreutils-env 'rash-coreutils-env)
(coreutils-command 'date coreutils-date 'rash-coreutils-date)
(coreutils-command 'time coreutils-time 'rash-coreutils-time)
(coreutils-command 'edit coreutils-edit 'rash-coreutils-edit)
(coreutils-command 'raco coreutils-raco 'rash-coreutils-raco)))
(define (find-coreutils-command name)