An open API service indexing awesome lists of open source software.

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.

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";
```