New feature: "--wait" option
Closed this issue · 0 comments
vain0x commented
Motivation
Faster start.
Implementation
- After quitting an instance of git_edit, start new instance with "--wait" option. It creates but doesn't show the main window.
- When a instance starts, if an instance with "--wait" is already executing, pass the command line so that it opens the given file. The second (non-wait) instance doesn't create window and waits end of the "wait" one.