Howard Abrams
|
ecc9c1ee8f
|
Now $$ is an array of command output history
Extended the `eshell-variable-aliases-list` to call a new function that
stores the output of the commands in an ring. This is a pretty cool feature.
|
2022-09-26 17:21:42 -07:00 |
|
Howard Abrams
|
334c3f9cff
|
Access past version's of eshell command output
Simple addition of some rings to store a bit of eshell command
history. I really can't believe how easy this stuff is to write.
|
2022-09-23 21:56:49 -07:00 |
|
Howard Abrams
|
e9cdcc5c5c
|
Expanded eshell output variables to include a file
The output from the last eshell command is now also stored in a file
by the name, $OUTAF.
Hrm ... now I want this output, as part of a history....
|
2022-09-23 16:30:25 -07:00 |
|
Howard Abrams
|
2a6302c43d
|
Add $OUTPUT and $LAST eshell variables
These contain the output from the last eshell command. Cool how easily
I implemented this.
|
2022-09-23 16:20:56 -07:00 |
|
Howard Abrams
|
bcb014a9ef
|
Create a "map" function for eshell to replace the for loop
Better? It is cool that it is so easy to do.
May need to expand it so that subcommands work too. We'll see if this
fits my use case.
|
2022-09-21 22:57:20 -07:00 |
|
Howard Abrams
|
f9b4789199
|
Pulled eshell functions out of remoting
And placed it into its own "eshell" configuration file.
|
2022-09-20 23:09:42 -07:00 |
|