Kate Version 16.08.3 --use is mentionned in kate documentation but not documented. Kate shall reuse running kate session when invoking : $ kate --use myfile.txt
(In reply to charles.gorand.dev from comment #0) > Kate Version 16.08.3 > > --use is mentionned in kate documentation but not documented. > where did you find "--use" in the documentation? > Kate shall reuse running kate session when invoking : > > $ kate --use myfile.txt https://docs.kde.org/stable5/en/applications/kate/fundamentals.html or the manpage of kate reads: kate -s --start name Starts kate with the session name.
The --use flag is mentionned here from your link: "Only reuses an instance with the specified PID (Process ID). Used with the --use option."
Thanks for pointing out this issue, the obsolete option is nowremoved from the documentation with https://commits.kde.org/kate/628c218ee5aaa62bc95ed0b3205c2442cbe204ae
hummm it's a usefull switch ... $ kate myfile.txt -u (or --use) This one is better as it reuse opened session.
if you find it usefull please open a new bug (wish).