summaryrefslogtreecommitdiff
path: root/helm-eshell.el
Commit message (Expand)AuthorAge
* Update copyrightsThierry Volpiatto2021-11-12
* Fix some warnings in emacs-28Thierry Volpiatto2021-08-15
* Use directory-name-p to cover completion of remote directoriesAlex Kreisher2021-06-07
* Fix eshell completion when candidate is a directoryAlex Kreisher2021-06-07
* Fix typo in commentThierry Volpiatto2021-05-04
* Ensure eshell-pcomplete directory is expanded relative to parentAlex Kreisher2021-05-01
* Move local vars in .dir-locals fileThierry Volpiatto2021-03-13
* Ignore dups in eshell historyThierry Volpiatto2021-03-13
* Normalize some more bug linksThierry Volpiatto2021-02-04
* Fix some bug linksThierry Volpiatto2021-02-04
* Update copyrightsThierry Volpiatto2020-12-16
* Set keymap in helm-esh-pcomplete source.Alex Kreisher2020-08-12
* Use :extend attr in all deffaceThierry Volpiatto2020-06-29
* Fix documentationManuel Uberti2020-06-03
* eshell: Make completion source customizable.Pierre Neidhardt2019-11-17
* eshell: Fix indentation in helm-esh-pcomplete-input.Pierre Neidhardt2019-11-17
* Extract Eshell completion helm to separate functions.Pierre Neidhardt2019-11-15
* Extract Eshell completion transformer to a separate function.Pierre Neidhardt2019-11-15
* Update copyrightsThierry Volpiatto2019-03-26
* Allow `helm-eshell-fuzzy-match' to control `helm-eshell-history' behaviorJohn Shahid2019-02-15
* 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