summaryrefslogtreecommitdiff
path: root/doc/misc/eshell.texi
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Adapt Eshell manualMichael Albinus2023-08-271-1/+2
* Fix command example in Eshell manualJim Porter2023-08-151-1/+1
* Add user options mentioned in the Eshell manual to the variable indexJim Porter2023-08-141-2/+33
* ; * doc/misc/eshell.texi (Argument Modifiers): Fix typo in example.Jim Porter2023-08-021-1/+1
* ; * doc/misc/eshell.texi (Aliases): Remove stray "@end table".Eli Zaretskii2023-07-141-2/+0
* ; * doc/misc/eshell.texi (Variables): Add missing index for $INSIDE_EMACSJim Porter2023-07-131-0/+1
* ; * doc/misc/eshell.texi (Invocation): Whitespace cleanup.Michael Albinus2023-07-131-1/+1
* Add documentation about remote access in EshellJim Porter2023-07-131-1/+32
* ; * doc/misc/eshell.texi: Fix last change.Jim Porter2023-07-131-3/+3
* ; * doc/misc/eshell.texi: Fix typos and clean up unclear wording.Jim Porter2023-07-131-38/+39
* Document some missing Eshell commandsJim Porter2023-07-131-0/+24
* Document optional Eshell modulesJim Porter2023-07-131-83/+128
* Correct the Eshell documentation about how to write new modulesJim Porter2023-07-131-13/+17
* Restructure Eshell extension modules documentationJim Porter2023-07-131-42/+44
* ; * doc/misc/eshell.texi (Bugs and ideas): Remove implemented feature.Jim Porter2023-07-131-2/+0
* Add more detail about how to invoke Eshell commandsJim Porter2023-01-171-36/+100
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* 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