manateelazycat/aweshell

impl aweshell-switch-buffer?

RCmerci opened this issue · 5 comments

I personally wrote a function 'eshell-buffer-list' to list all eshell buffers, and preselect the buffer whose 'default-directory' closest to the current buffer. I found it useful for me. Do you think it is necessary to add this to aweshell? If so, I can implement it.

aweshell-buffer-list has implemented, please check out the source code.

Sorry that my words are not precise. I have read the source code, 'aweshell-buffer-list' is a variable recording aweshell buffers.
The 'aweshell-buffer-list' that I said in this issue refers to an interactive command that lists aweshell buffers and selects one to switch to that buffer. Maybe it should be called 'aweshell-switch-buffer'.

image

@RCmerci I see, feel free to write PR, thanks!

please review #33 , thanks

Has merged, thanks for PR