https://github.com/afeiship/ushell-module-typora
Unix like shell for typora.
https://github.com/afeiship/ushell-module-typora
shell typora unix
Last synced: about 1 year ago
JSON representation
Unix like shell for typora.
- Host: GitHub
- URL: https://github.com/afeiship/ushell-module-typora
- Owner: afeiship
- Created: 2018-07-05T10:21:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T01:43:39.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T11:31:28.247Z (over 1 year ago)
- Topics: shell, typora, unix
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ushell-module-typora
> Unix like shell for typora.
## resources:
+ https://support.typora.io/Use-Typora-From-Shell-or-cmd/
## commands:
```shell
## markdown editor:
alias mde="open -a typora";
alias mde-install-theme="${ROOT_PATH}/install-theme.sh";
```