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
bash
cargo install --path .
.zshrc
(or equivalent)bash
obs() {
local result=$(command obs "$@")
[ -n "$result" ] && cd -- "$result"
}
obs
-h
README
obsidian-git
supportMIT @ 2023: Distributed under the MIT License.