Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msudgh committed Jul 20, 2024
1 parent 4098747 commit 3aa9aee
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
# ovm - Obsidian vaults manager

![NPM Version](https://img.shields.io/npm/v/ovm)
![GitHub License](https://img.shields.io/github/license/msudgh/ovm)
[![GitHub Actions Test Workflow Status](https://github.com/msudgh/ovm/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/msudgh/ovm/actions/workflows/test.yml)

This project is designed to improve the management of vaults in obsidian, to remove the limitations of doing bulk tasks. It works outside of the Obsidian environment as a CLI application which provides the possibility of re-configuring plugins. E.g. Install, uninstall, prune, reports a set of favorite plugins in one or several vaults.
ovm (Obsidian Vaults Manager) is a CLI application designed to streamline the management of vaults in Obsidian. This tool aims to overcome the limitations associated with performing bulk tasks on specific vaults and plugins. It enables users to install, uninstall, prune, and generate reports for a set of favorite plugins across multiple vaults, enhancing productivity and efficiency.

**Table of Contents**

- [ovm - Obsidian vaults manager](#ovm---obsidian-vaults-manager)
- [Usage](#usage)
- [Commands](#commands)
- [`ovm config init`](#ovm-config-init)
- [`ovm plugins install`](#ovm-plugins-install)
- [`ovm plugins prune`](#ovm-plugins-prune)
- [`ovm plugins uninstall`](#ovm-plugins-uninstall)
- [`ovm reports stats`](#ovm-reports-stats)
- [License](#license)
- [Usage](#usage)
- [Commands](#commands)
- [`ovm config init`](#ovm-config-init)
- [`ovm plugins install`](#ovm-plugins-install)
- [`ovm plugins prune`](#ovm-plugins-prune)
- [`ovm plugins uninstall`](#ovm-plugins-uninstall)
- [`ovm reports stats`](#ovm-reports-stats)
- [License](#license)

## Usage

Expand Down

0 comments on commit 3aa9aee

Please sign in to comment.