helm-dired-history

Homepage: https://github.com/jixiuf/helm-dired-history

Author: Joseph(纪秀峰)

Updated:

Summary

Show dired history with helm.el support

Commentary

Someone like to reuse the current dired buffer to visit
another directory, so that you just need open one dired
buffer. but the bad point is ,you can't  easily go
forward and back in different dired directory. this file
can remember dired directory you have visited and list them
using `helm.el'.

integrating dired history feature into commands like
dired-do-copy and dired-do-rename. What I think of is that when
user press C (copy) or R (rename) mode, it is excellent to have
an option allowing users to select a directory from the history
list.

after integrated the initial-input of `dired' `dired-other-window'
and `dired-other-frame' are changed from default-directory to empty,
and the first element of history is default-directory,so you can
just press `RET' or `C-j' to select it.

Dependencies