Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-15 | Small changes | Aryadev Chavali | |
2024-10-16 | Rework +eshell/at-cwd to use changes to +eshell/open | Aryadev Chavali | |
2024-10-16 | Rework +eshell/open to work better with multiple instances. | Aryadev Chavali | |
2024-10-16 | Inline error-msg in +eshell/project-root | Aryadev Chavali | |
2024-10-16 | Extend +eshell/goto to allow finding files | Aryadev Chavali | |
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-09-23 | (Emacs/elisp)~Fix bug in +eshell/open where named eshell instances weren't ↵ | Aryadev Chavali | |
created This happened because (eshell) with no arguments would not lookup eshell-buffer-name. | |||
2024-07-27 | (Emacs/config)+eshell/sudo-switch function | Aryadev Chavali | |
2024-06-23 | (Emacs)~change licensing agreement | Aryadev Chavali | |
I only want to publish under version 2, not version 3. | |||
2024-06-22 | Tons of changes | Aryadev Chavali | |
2024-06-13 | (Emacs/config|elisp)~rework Eshell | Aryadev Chavali | |
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. |