Bug 475273 - Clear output after synchronizing to path
Summary: Clear output after synchronizing to path
Status: REPORTED
Alias: None
Product: kate
Classification: Applications
Component: part (show other bugs)
Version: 23.08.1
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-06 09:09 UTC by Matthias
Modified: 2023-10-06 09:09 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Confusing output (34.12 KB, image/png)
2023-10-06 09:09 UTC, Matthias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias 2023-10-06 09:09:07 UTC
Created attachment 162116 [details]
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/`