miclient
miclent is a command line tool to open a file with text editor mi and select specified line.
When the file is already opened with mi, the curor move to the specified line. Threre is an option to set a bookmark before move to the line (-b option) to back. This feature help to back original locaiton quickly by pressing Shift-Command-B.
Sytaxes :
miclient [-b] [line] file
- file
- file path to open with mi
- line
- line number to select. optional.
- -b
- Before move a cursor to the line specfied with "line" argument, set a bookmakrk by emulating key press of Command-B. You can back to the original location by pressing Shift-Comamnd-B.
History
- 2.1.4 -- 2020-03-09
- Post key up event after pressing Command-B.
- Add code siging
- Support App Notarization
- Support Hardened runtime