Categorygithub.com/usysrc/obs
repositorypackage
0.0.0-20241214160007-3bcf045f2fb1
Repository: https://github.com/usysrc/obs.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

obs

A CLI for interacting with Obsidian.

Installation

Needs golang 1.23+ installed.

To use obs, you need to have Go installed on your system. If you haven't installed Go, you can download it from the official Go website: https://golang.org/dl/

Once you have Go installed, you can install obs using the following command:

go install github.com/usysrc/obs

This will download the source code and compile the binary.

Usage

You need to first set the default vault and the default folder for new notes.

obs config --vault "mytestvault" --targetFolder "general"

Creating and opening notes

Make sure that obsidian is running!

To create new notes use:

obs create mynewnote "this is my note content"

To open notes:

obs open mynewnote

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or create a pull request.