;; /bin/grep ; will definitely invoke /bin/grep
;; *grep ; will also invoke /bin/grep
+;;; Code:
+
(provide 'esh-ext)
(eval-when-compile
(cdr interp)))))
(or interp (list fullname)))))))
-;;; Code:
-
;; arch-tag: 178d4064-7e60-4745-b81f-bab5d8d7c40f
;;; esh-ext.el ends here
;; (+ 1 2) > a > b > c ; prints number to all three files
;; (+ 1 2) > a | wc ; prints to 'a', and pipes to 'wc'
+;;; Code:
+
(provide 'esh-io)
(eval-when-compile
(eshell-output-object-to-target object (car target))
(setq target (cdr target))))))
-;;; Code:
-
;; arch-tag: 9ca2080f-d5e0-4b26-aa0b-d59194a905a2
;;; esh-io.el ends here
;;
;; @ <C-c C-b> will move backward a complete shell argument.
+;;; Code:
+
(provide 'esh-mode)
(eval-when-compile (require 'esh-util))
(custom-add-option 'eshell-output-filter-functions
'eshell-handle-ansi-color)
-;;; Code:
-
;; arch-tag: ec65bc2b-da14-4547-81d3-a32af3a4dc57
;;; esh-mode.el ends here
;;; Commentary:
+;;; Code:
+
(provide 'esh-opt)
(eval-when-compile (require 'esh-ext))
(setq index (1+ index)))))))))
args)
-;;; Code:
-
;; arch-tag: 45c6c2d0-8091-46a1-a205-2f4bafd8230c
;;; esh-opt.el ends here
;;; Commentary:
+;;; Code:
+
(provide 'esh-proc)
(eval-when-compile
(eshell-send-input nil nil t)
(eshell-process-interact 'process-send-eof))
-;;; Code:
-
;; arch-tag: ac477a3e-ee4d-4b44-8ec6-212010e607bb
;;; esh-proc.el ends here
;; contains the exit code of the last command (0 or 1 for Lisp
;; functions, based on successful completion).
+;;; Code:
+
(provide 'esh-var)
(eval-when-compile
(setq pcomplete-stub (substring arg pos))
(throw 'pcomplete-completions (pcomplete-entries)))))
-;;; Code:
-
;; arch-tag: 393654fe-bdad-4f27-9a10-b1472ded14cf
;;; esh-var.el ends here