summaryrefslogtreecommitdiff
path: root/doc/misc/eshell.texi
Commit message (Expand)AuthorAge
* eshell: Add 'rgrep' builtinAntero Mejr2023-04-10
* Allow unloading EshellJim Porter2023-02-15
* Add support for negative indices and index ranges in EshellJim Porter2023-01-27
* Merge from origin/emacs-29Stefan Kangas2023-01-19
|\
| * Add more detail about how to invoke Eshell commandsJim Porter2023-01-17
* | Add 'file-user-uid' to get the connection-local effective UIDJim Porter2023-01-16
* | Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | Fix handling of output handles in nested Eshell formsJim Porter2022-12-22
* | Add support for the "splice operator" in EshellJim Porter2022-12-15
* | Make eshell-read-aliases-list an interactive commandSean Whitton2022-12-08
|/
* Treat escaped newlines in Eshell as the empty stringJim Porter2022-12-07
* ; Fix typos (duplicate words)Stefan Kangas2022-11-17
* Add the "doas" alias to eshell.Brian Cully2022-11-05
* ; Fix quoting of non-nil in texinfo sourcesStefan Kangas2022-10-27
* ; Fix some invalid Eshell syntax in an exampleJim Porter2022-10-17
* Improve handling of $PATH in Eshell for remote directoriesJim Porter2022-10-17
* Allow setting the values of variable aliases in EshellJim Porter2022-10-17
* ; Obsolete 'eshell/define'Jim Porter2022-10-17
* ; Fix typosStefan Kangas2022-09-28
* Add support for more kinds of redirect operators in EshellJim Porter2022-09-04
* Simplify Eshell handle functions and add tests/documentationJim Porter2022-09-04
* Delete many references to Emacs 23 or older from docsStefan Kangas2022-08-13
* Make '$?' and '$$' variables more consistent in EshellJim Porter2022-08-12
* Allow using dollar expansions in Eshell conditionalsJim Porter2022-08-12
* Only set Eshell execution result metavariables when non-nilJim Porter2022-08-12
* ; Fix typosStefan Kangas2022-07-14
* ; Fix typos: prefer American spellingStefan Kangas2022-07-14
* ; Fix recent additions to the Eshell manualEli Zaretskii2022-07-12
* Improve tests/organization for built-in variablesJim Porter2022-07-12
* Doc fix; don't mention rloginStefan Kangas2022-07-11
* Optionally signal an error if an Eshell predicate fails to match anythingJim Porter2022-06-26
* Keep subcommands in pipelines from clobbering the head/tail processesJim Porter2022-05-24
* ; * doc/misc/eshell.texi (Arguments): Fix cross-references.Eli Zaretskii2022-05-03
* Improve the behavior of concatenating parts of Eshell argumentsJim Porter2022-05-03
* Return a list of numbers if all lines of an Eshell subcommand are numericJim Porter2022-05-03
* Eshell variable expansion should always return strings inside quotesJim Porter2022-05-03
* Fix punctuation in the Eshell manualEli Zaretskii2022-05-02
* Use a common set of string delimiters for all Eshell predicates/modifiersJim Porter2022-05-01
* New electric forward slash Eshell moduleSean Whitton2022-04-21
* Add 'G' argument predicate in EshellJim Porter2022-04-17
* Add unit tests and documentation for Eshell predicates/modifiersJim Porter2022-04-17
* Add unit tests and documentation for Eshell pattern-based globsJim Porter2022-04-17
* Improve wording of Eshell variable interpolation code/documentationJim Porter2022-03-08
* Allow splitting strings in Eshell expansions with "plain" stringsJim Porter2022-03-03
* Fix parsing of indices in Eshell expansionsJim Porter2022-03-03
* Merge from origin/emacs-28Stefan Kangas2022-03-02
|\
| * ; * doc/misc/eshell.texi (Dollars Expansion): Fix markup.Eli Zaretskii2022-03-01
| * Improve/correct documentation about Eshell variable expansionJim Porter2022-03-01
* | Add Eshell syntax to more easily bypass Eshell's own pipeliningSean Whitton2022-01-24