Commit Graph

17 Commits

Author SHA1 Message Date
Aryadev Chavali
2795248a74 Small changes 2025-11-08 04:28:09 +00:00
Aryadev Chavali
58cc74e096 eshell: Setup some helper functions in eshell-additions, move bindings to there.
- A helper function to instantly perform commands
- eshell-goto-latest-prompt to remove any artifacts when performing
  these instant commands

Bindings needed to be moved over to that section cos they utilise
these helpers.
2025-11-04 16:44:28 +00:00
Aryadev Chavali
0996728c64 rework +eshell/open and +eshell/at-cwd
empty C-u will always maps to choosing an instance, numerics will map
to numeric eshell instances.  This way you can still name your
instances if you really want, but instant access eshells through
numeric argument is allowed and incentivised.
2025-10-29 00:32:43 +00:00
Aryadev Chavali
35ad876e11 +eshell/open now uses project eshells first priority! 2025-09-21 22:25:16 +01:00
Aryadev Chavali
64808681e3 Emacs changes... lots of them 2025-06-08 14:06:10 +01:00
Aryadev Chavali
4cabfc0c8f Updates, loads of updates! 2025-06-03 00:34:19 +01:00
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