summaryrefslogtreecommitdiff
path: root/helm-find.el
Commit message (Collapse)AuthorAge
* Fix documentationManuel Uberti2020-06-03
|
* Extract mode-line updating functionality.Uros Perisic2019-10-08
| | | | | | It makes the code more readable and maintainable. It also makes it possible to disable the mode-line updates with `advice-add` should a user choose to.
* Redirect errors in /dev/null (#2121)Thierry Volpiatto2019-04-24
| | | | | | | when helm-find-noerrors is non nil. * helm-find.el (helm-find-noerrors): New. (helm-find-shell-command-fn): Use it.
* Update copyrightsThierry Volpiatto2019-03-26
|
* Use helm-generic-file-help-message in findThierry Volpiatto2018-11-13
| | | | * helm-find.el (helm-source-findutils): Do it.
* Bind helm-delete-backward-no-update in find and locateThierry Volpiatto2018-11-13
| | | | | | | | | | * helm-find.el (helm-find-map): New. (helm-source-findutils): Use it. * helm-locate.el (helm-locate-map): New. (helm-locate-override-inheritor): New empty class. (helm-locate-source): Inherit from it. (helm--setup-source): Bind new keymap in new class. * helm-types.el (helm-generic-files-map): Moved from helm-locate.
* Update copyrightsThierry Volpiatto2018-01-08
|
* Reorder, move some variables to right placesThierry Volpiatto2017-09-08
| | | | | | | | * helm-files.el (helm-find-files-ignore-thing-at-point): Fix typo in prefix. (helm-find-files): Use it. * helm-find.el (helm-findutils-skip-boring-files): Moved from helm-files. (helm-findutils-search-full-path): Moved from helm-files. * helm-for-files.el (helm-multi-files-toggle-locate-binding): Moved from helm-files.
* Require helm-external only where neededThierry Volpiatto2017-09-08
|
* Move find cmd related code to its own fileThierry Volpiatto2017-09-06
* helm-find.el: New file.