Bug 475527 - konsole plugin QuickCommands automatically runs the command when selected
Summary: konsole plugin QuickCommands automatically runs the command when selected
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: plugins (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-12 17:40 UTC by ergcodes
Modified: 2023-10-12 20:17 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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