Crates.io | obs |
lib.rs | obs |
version | 0.1.0 |
source | src |
created_at | 2023-03-04 16:24:31.187403 |
updated_at | 2023-03-04 16:24:31.187403 |
description | A blazing fast & lightweight CLI tool for interacting with the Obsidian vaults |
homepage | |
repository | |
max_upload_size | |
id | 800712 |
size | 9,019,803 |
obs
is under active development and currently only support MacOS, please report any issue while using!
obs
: open up a menu for choosing actions and vault to interact with
goto
: goto vaultopen
: open vaultbackup
: backup vaultobs --goto <GOTO>
: cd
to the directory of vault <GOTO>
obs --open <OPEN>
: open the vault <OPEN>
in Obsidianobs --help
: show help
obs
cargo install --path .
.zshrc
(or equivalent)obs() {
local result=$(command obs "$@")
[ -n "$result" ] && cd -- "$result"
}
obs
-h
README
obsidian-git
supportMIT @ 2023: Distributed under the MIT License.