Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christiankopac/cli-multimatter
🏷️ CLI App to interact with obsidian vaults -- ⚠️ Work in progress⚠️
https://github.com/christiankopac/cli-multimatter
Last synced: 1 day ago
JSON representation
🏷️ CLI App to interact with obsidian vaults -- ⚠️ Work in progress⚠️
- Host: GitHub
- URL: https://github.com/christiankopac/cli-multimatter
- Owner: christiankopac
- Created: 2024-11-01T17:59:17.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T18:02:17.000Z (3 months ago)
- Last Synced: 2024-11-01T19:17:16.530Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLI multimatter
CLI App to interact mainly with Obsidian vaults.
⚠️ This is a work in progress.
## Install
To install dependencies:
```sh
bun install
```## Run
Rename `.env.development` to `.env` and add your Obsidian vault path.
To run:
```sh
bun run dev
```## Build
To build:
```sh
bun build
```