Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F7 - command history list does no longer work #138

Closed
ghost opened this issue Feb 16, 2014 · 1 comment
Closed

F7 - command history list does no longer work #138

ghost opened this issue Feb 16, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 16, 2014

From mone...@gmail.com on July 24, 2013 13:55:27

What steps will reproduce the problem? 1. Enter some commands to generate history
2. Press F7 on the cmd.exe prompt What is the expected output? What do you see instead? cmd.exe normally brings up a dialog where you can pick-up commands from the history list. What version of the product are you using? On what operating system? Latest, Windows Server 2008 Please provide any additional information below.

Original issue: http://code.google.com/p/clink/issues/detail?id=139

@ghost
Copy link
Author

ghost commented Feb 16, 2014

From martin.r...@gmail.com on August 24, 2013 17:02:44

This is deliberate. Clink takes over all command line editing when it's enabled which means that shortcuts like F7 are no longer available. Clink's incremental search (provided by Bash's Readline) is far superior. Try Ctrl-R (case sensitive, for the moment).

Status: Invalid

@ghost
Copy link
Author

ghost commented Feb 16, 2014

From roy.wise...@gmail.com on February 03, 2014 03:25:20

That's fine, but a means to output all history should be re-established. There is clear justification for this:

  1. in Bash, it is possible to list all history with the "history" command.
  2. in a Windows Command Prompt, it is possible to list all history with the F7 or "doskey /history" command provided by DOSKEY.
    By comparison, clink has completely broken this functionality from both a DOS or BASH perspective.
    Completely understand that clink would want to remove the F7 functionality, but clink should not destroy well understood and well used functionality of DOS/BASH!

Why woould I want to see the history as a list?
Well, in fact, I want to see the history as a list almost every day. To review the thought processes of running various commands. In almost every other way, clink is a vast improvement, but in this respect, this is a massive step backwards as clink breaks functionality that is present in DOS or in BASH.

@ghost ghost closed this as completed Feb 16, 2014
@refack
Copy link

refack commented Sep 25, 2014

👍 for reestablishing (should be simple using history's history_list)
just sew #172

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant
-