obs - the Obsidian CLI

⚡️ Connecting your second brain to the termainl - blazing fast ⚡️

Note 🚧

Features

animated

Usage

animated

Getting Started

  1. Clone this repo
  2. Install obs

bash cargo install --path .

  1. Put this in your .zshrc (or equivalent)

bash obs() { local result=$(command obs "$@") [ -n "$result" ] && cd -- "$result" }

  1. obs

Roadmap

License

MIT @ 2023: Distributed under the MIT License.