diff --git a/index.html b/index.html index 5691d00..47d4c48 100644 --- a/index.html +++ b/index.html @@ -435,7 +435,7 @@
Cadmus is just a bunch of shell scripts that essentially use pipes and ripgrep with skim to display them.
cadmus is available on the AUR, generally however cadmus will operate in a portable fashion from =~/.cadmus/=, so just using =git= is fine as well:
+cadmus is available on the AUR, generally however cadmus will operate in a portable fashion from =~/.cadmus/=, so just using git
is fine as well:
cd $(mktemp -d)
wget https://raw.githubusercontent.com/RyanGreenup/cadmus/master/install.sh
bash install.sh
@@ -466,9 +466,27 @@ rm ~/.local/bin/cadmus
can act as a functional replacement for tools like OneNote or Evernote.
In reality Cadmus is just a couple of shell scripts to help users tie together other really good tools like Skim, ripgrep, recoll and TMSU.
keyboard bindings¶
-| Command | Shortcut | Description |
-| cadmus find
| [[Ctrl]]-[[Q]] | switch between find and grep in skim |
-| | | |
+
+
+
+Command
+Shortcut
+Description
+
+
+
+
+cadmus find
+Ctrl-Q
+switch between find and grep in skim
+
+
+
+
+
+
+
+
Dependencies¶