mirror of
https://github.com/deedone/obsidian-runsh.git
synced 2026-07-22 11:50:24 +00:00
No description
| .github/workflows | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Runsh
This is a simple plugin that allows to run shell commands from obsidian.
It is intended to mainly be used for launching dev environments for various projects all from one place, but can be used for any shell command.
Made in Ukraine 🇺🇦
Installation
Install from the community plugins in Obsidian.
Usage
To add a command to a note, use the following syntax:
```runsh
code /path/to/project
%%%
Text on a button
```
!!!WARNING!!!
The plugin does not provide any security measures, so be careful with what you run. If you forgot the command you added to a note, you can quickly see it by hovering over the button.