OpenSTA
OpenSTA copied to clipboard
Add command line completion ++
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