cargo install --locked mds
firefox
, which is the default browser for opening links,
by running install_dependencies.sh
wget -O - https://raw.githubusercontent.com/dj8yfo/mds/master/install_dependencies.sh | bash
$HOME/.config/mds/config.kdl
with content.
/home/user/notes
default value)
mds debug-cfg
Initialize .sqlite database in your notes folder with
mds init
Enjoy:
mds -h
```
Usage: mds
Commands:
debug-cfg print Debug
representtion of config
init initialize
.sqlite database in notes dir, specified by config
n create a note
t create a tag
(note without file body)
l link
2 notes A -> B, selected twice in skim interface
o start an infinite skim selection loop to open
notes
e explore
notes/tags by surf
(fuzzy find) through all [markdown reference](links)
,
found in all notes,
reachable by forward links from note/tag S,
selected interactively by skim
help Print this message or the help of the given subcommand(s)
Options: -h, --help Print help -V, --version Print version ```