summaryrefslogtreecommitdiff
path: root/helm-eshell.el
Commit message (Expand)AuthorAge
* Add a slash instead of a space when point is behind a directorySteven Meunier2018-03-24
* Don't add final space to eshell completion (#1990)Thierry Volpiatto2018-03-16
* Enforce prompt detection in eshellThierry Volpiatto2018-03-12
* Remove unused COUNT argumentThierry Volpiatto2018-03-10
* Back to a simple re-search to catch esh prompts (#1977)Thierry Volpiatto2018-03-09
* Fix eshell-skip-prompt and inline (#1977)Thierry Volpiatto2018-03-09
* Make eshell prompts more helm compliantThierry Volpiatto2018-03-05
* Update copyrightsThierry Volpiatto2018-01-08
* Simplify loop (#1905)Thierry Volpiatto2017-10-31
* Declare eshell-next-prompt and remove unused argument (#1905)Thierry Volpiatto2017-10-31
* Add helm-eshell-promptsPierre Neidhardt2017-10-30
* Fix error at insertion in eshell (#1832)Thierry Volpiatto2017-08-15
* Fix again adding final space when needed (#1832)Thierry Volpiatto2017-08-14
* Fix return values of insert calls in eshell (#1832)Thierry Volpiatto2017-08-14
* Rename var and fn that handle quit in eshell (#1832)Thierry Volpiatto2017-08-14
* Restore dot when quitting in eshell (#1832)Thierry Volpiatto2017-08-14
* Fix regexp for dots and expand filename (#1832)Thierry Volpiatto2017-08-13
* Add more comments for eshell (#1832)Thierry Volpiatto2017-08-13
* Add comment for eshell completion (#1832)Thierry Volpiatto2017-08-13
* Merge branch 'eshell_dot'Thierry Volpiatto2017-08-13
|\
| * Add comment for eshell completion (#1832)Thierry Volpiatto2017-08-13
| * WIP add completion on hidden files (#1832)Thierry Volpiatto2017-08-13
* | Don't add final / on quit (#1832)Thierry Volpiatto2017-08-13
|/
* Complete dot files with / (#1832)Thierry Volpiatto2017-08-12
* Don't remove first char after ~ completion (#1832)Thierry Volpiatto2017-08-11
* No space at end of eshell completion after a directory (#1832)Thierry Volpiatto2017-08-11
* Fix eshell completion on "~" (#1832)Thierry Volpiatto2017-08-11
* Continue fixing eshell completion according to #1832Thierry Volpiatto2017-08-10
* Fix eshell completion when called just after command (#1832)Thierry Volpiatto2017-08-09
* Fix eshell completion with non-filename input (#1832)Thierry Volpiatto2017-08-08
* Expand input in eshell completion (#1832)Thierry Volpiatto2017-08-07
* Update eshell commentarybb20202017-08-05
* Fix again eshell quoting (#1803)Thierry Volpiatto2017-06-27
* Strip out first escape char at insertion (#1803)Thierry Volpiatto2017-06-27
* shell-quote-argument in eshell completion (#1803)Thierry Volpiatto2017-06-26
* Mark CANDIDATE arg as unused.Thierry Volpiatto2017-06-08
* Allow inserting marked candidates at once in esh buffer (#1784).Thierry Volpiatto2017-06-08
* Don't fail silently when no completion in eshell (#1785).Thierry Volpiatto2017-06-08
* Update copyrights.Thierry Volpiatto2017-01-01
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
* Fix error at compile time in previous commit (#1591).Thierry Volpiatto2016-08-28
* Added fuzzy matching customization for helm-eshellbb20202016-08-28
* Disable highlighting in helm-esh-source for now.Thierry Volpiatto2016-04-13
* Remove unused variable in eshell.Thierry Volpiatto2016-04-13
* Make eshell history local for each eshell buffers (#1472).Thierry Volpiatto2016-04-13
* Use multiline in helm-eshell-history-source.Thierry Volpiatto2016-04-08
* Use candidate-transformer in helm-eshell-history-source.Thierry Volpiatto2016-04-08
* Inherit from helm-source-in-file in helm-eshell-history-source.Thierry Volpiatto2016-04-08
* Don't append eshell-history to eshell-history-file-name (#1463).Thierry Volpiatto2016-04-08
* Fix copyrights.Thierry Volpiatto2016-03-05