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