hydrargyrum / eye

Edit Your Editor: a scriptable Qt-based text editor - mirror of https://gitlab.com/hydrargyrum/eye
Do What The F*ck You Want To Public License
15 stars 1 forks source link

Add an option along with --remote to wait until file is closed #12

Open hydrargyrum opened 7 years ago

hydrargyrum commented 7 years ago

Commands like git may start $EDITOR to edit various files. However, when the editor finishes, the command assumes the file has been edited, which prevents use of --remote option. There should be an option to wait the remote instance as long as the file is open remotely. Warning: if the dbus communication is lost, the tracking state could be lost.