diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-06-16 09:24:32 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-12-19 15:04:02 +0100 |
commit | 0e97acff84ca6c859b48b22a6d42c4680ef1c432 (patch) | |
tree | 9ea2b3767cf8f605c8350d5f3d9dfb1db4f64554 /editor/icons/Terminal.svg | |
parent | a311a4b162364d032b03ddf2a0e603ba40615ad7 (diff) | |
download | redot-engine-0e97acff84ca6c859b48b22a6d42c4680ef1c432.tar.gz |
Add a editor FileSystem dock action to open a terminal in selected folder
This is useful to enter some commands without having to open a separate
terminal and `cd` to the project folder.
Diffstat (limited to 'editor/icons/Terminal.svg')
-rw-r--r-- | editor/icons/Terminal.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/Terminal.svg b/editor/icons/Terminal.svg new file mode 100644 index 0000000000..5d92bdf8be --- /dev/null +++ b/editor/icons/Terminal.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m2 13 5.0000552-5-5.0000552-5"/><path d="m9 13h5"/></g></svg> |