Bug 475527

Summary: konsole plugin QuickCommands automatically runs the command when selected
Product: [Applications] konsole Reporter: ergcodes <ergonomic.codes>
Component: pluginsAssignee: Konsole Developer <konsole-devel>
Status: REPORTED ---    
Severity: normal CC: ergonomic.codes
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description ergcodes 2023-10-12 17:40:12 UTC
SUMMARY
Is it possible to remove the string return character from QLatin1Char('\r')?
https://invent.kde.org/utilities/konsole/-/blame/master/src/plugins/QuickCommands/quickcommandsplugin.cpp#L97
If you select a command, it runs automatically. Which is not always convenient, since I would like to check and edit it first.


STEPS TO REPRODUCE
1. Call up the QuickCommands selection menu.
2. Click on the command.

OBSERVED RESULT
3. It will be launched.

EXPECTED RESULT
I would like to see simply outputting text to a line, with further editing capabilities.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION