https://bugs.kde.org/show_bug.cgi?id=475273
Bug ID: 475273
Summary: Clear output after synchronizing to path
Classification: Applications
Product: kate
Version: 23.08.1
Platform: Other
OS: Other
Status: REPORTED
Severity: normal
Priority: NOR
Component: part
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 162116
--> https://bugs.kde.org/attachment.cgi?id=162116&action=edit
Confusing output
SUMMARY
That is one of my favorite features of Kate: It syncs into the folder, where
the current file is stored.
I see, that this is implemented by sending a cd command to the console, and I
think its neat, to add a `&& clear` to it.
So that its output is clean when the console becomes available to the user.
Thanks
STEPS TO REPRODUCE
1. Open Konsole as part of Kate
2. See the output
OBSERVED RESULT
The output looks a bit distracting. See my screenshot.
EXPECTED RESULT
Clean output
ADDITIONAL INFORMATION
This can be very easily achieved, by just adding a `&& clear` to the `cd
/path/`
--
You are receiving this mail because:
You are watching all bug changes.