Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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⚠️

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