Commit Graph

11 Commits

Author SHA1 Message Date
Aryadev Chavali
86fdf93e34 Fix some bugs with +eshell/open 2025-04-05 19:43:26 +01:00
Aryadev Chavali
69f6a7a0da Small changes 2025-02-15 21:56:11 +00:00
Aryadev Chavali
f1b4f6eed4 Rework +eshell/at-cwd to use changes to +eshell/open 2024-10-16 16:32:58 +01:00
Aryadev Chavali
930d359657 Rework +eshell/open to work better with multiple instances. 2024-10-16 16:32:58 +01:00
Aryadev Chavali
7340679982 Inline error-msg in +eshell/project-root 2024-10-16 16:32:58 +01:00
Aryadev Chavali
bec6fdbc3f Extend +eshell/goto to allow finding files
Instead of only looking at directories, +eshell/goto now works with
files.  If a directory is selected, set eshell to that directory.  If
a file is selected, make eshell go to the directory where that file is
contained then use find-file.
2024-10-16 16:32:51 +01:00
Aryadev Chavali
576cb6993b (Emacs/elisp)~Fix bug in +eshell/open where named eshell instances weren't created
This happened because (eshell) with no arguments would not lookup
eshell-buffer-name.
2024-09-23 17:08:28 +01:00
Aryadev Chavali
36ee9d9385 (Emacs/config)+eshell/sudo-switch function 2024-07-27 04:37:12 +01:00
Aryadev Chavali
be2bb62baf (Emacs)~change licensing agreement
I only want to publish under version 2, not version 3.
2024-06-23 21:33:39 +01:00
Aryadev Chavali
a89353eeb8 Tons of changes 2024-06-22 02:26:08 +01:00
Aryadev Chavali
f418d17001 (Emacs/config|elisp)~rework Eshell
Now I have separate modules for the additional new functions I
introduced for eshell and for the prompt function I made.  Cleans up
the configuration a bit and makes it easier to examine those files on
their own, which I expect to grow.
2024-06-13 00:56:08 +01:00