Shortcuts and Shell Command cannot work with "Executing Shortcut:" prefix?
- Dominant language
- Perl
- Stars
- 3.9k
- Forks
- 213
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Hi,
First things first, thanks a ton for building this.
iOS: 18.1.1
Model: iPhone 14
a-Shell mini
I want to make a shortcuts for logseq pull and push, but doesn't work.
I’ve tried searching for this before but wasn’t able to find much that could help me.
## First Try
**Shortcut**
**Output**
Here is the output in a-Shell mini:
```
[Documents]$ Executing Shortcut: cd ~logseqData
.git
python -c "from githelper import *;pull()"
[a-shell] command: lg2 status -s
[Documents]$
```
Before the correct command, `Executing Shortcut:` is prepended.
## Second Try
**Shortcut**
**Output**
Here is the output in a-Shell mini:
```
[Documents]$
[Documents]$
[Documents]$ Executing Shortcut: Text
Text: command not found
[Documents]$ Executing Shortcut: Text
Text: command not found
[~group]$
```
I don't know whether the shortcut was created incorrectly, or if there's another issue causing the problem.
Any clues or thoughts on this?
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.