summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2023-04-19 20:00:04 +0200
committerCristian Adam <cristian.adam@qt.io>2023-04-25 09:23:22 +0000
commitdad415b884b17df7e54e077c3fc5202237278dba (patch)
tree5df7f5ff995e50d586147e26222acb1866994cc7 /README.md
parent411b2e05b8ac4442d1ef179381dc7c37492ab37b (diff)
downloadqt-creator-dad415b884b17df7e54e077c3fc5202237278dba.tar.gz
Terminal: add cmd shell integration when using clink
The script was provided at https://github.com/chrisant996/clink/discussions/453 If clink is not installed cmd will not have any issues, since only the environment variable CLINK_PATH will be set. Change-Id: I9f1d16933ae6bbcb3da1243e8704af6dc86b9a4d Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
index 410d8f03e8..5a5301b3b5 100644
--- a/README.md
+++ b/README.md
@@ -868,6 +868,34 @@ SQLite (https://www.sqlite.org) is in the Public Domain.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+### terminal/shellintegrations/clink
+
+ The Terminal plugin uses a lua script to integrate with the cmd shell when using clink.
+
+ https://github.com/chrisant996/clink-gizmos
+
+ MIT License
+
+ Copyright (c) 2023 Chris Antos
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
### cmake
The CMake project manager uses the CMake lexer code for parsing CMake files