OpenSTA icon indicating copy to clipboard operation
OpenSTA copied to clipboard

Add command line completion ++

Open rubund opened this issue 5 years ago • 0 comments

Hi,

This pull request takes advantage of GNU Readline to give a much more smooth experience when using the OpenSTA "interpreter". It adds:

  • Command line completion for commands and file paths
  • Possibility to search in history (Ctrl-R)
  • Saves history after a session to file in local directory
  • Reloads history when starting a new session in the same directory

rubund avatar Mar 31 '19 19:03 rubund