home/gui/qutebrowser | add userscript mealie
This commit is contained in:
parent
30bb818058
commit
f5b5db07c5
2 changed files with 7 additions and 0 deletions
6
home/gui/files/local-qutebrowser/userscripts/mealie
Executable file
6
home/gui/files/local-qutebrowser/userscripts/mealie
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
url="${QUTE_URL}"
|
||||||
|
mealie="http://mealie.trex-halfbeak.ts.net";
|
||||||
|
group_slug="home"
|
||||||
|
use_keywords="&use_keywords=1"
|
||||||
|
myweb "${mealie}/g/${group_slug}/r/create/url?recipe_import_url=${url}${use_keywords}"
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
keyBindings = {
|
keyBindings = {
|
||||||
normal = {
|
normal = {
|
||||||
",L" = "spawn --userscript qute-bitwarden --password-only";
|
",L" = "spawn --userscript qute-bitwarden --password-only";
|
||||||
|
",M" = "spawn --userscript mealie";
|
||||||
",N" = "spawn --userscript saveurl";
|
",N" = "spawn --userscript saveurl";
|
||||||
",O" = "spawn --userscript obsidian-import-lite";
|
",O" = "spawn --userscript obsidian-import-lite";
|
||||||
",R" = "spawn --userscript obsidian-import -r";
|
",R" = "spawn --userscript obsidian-import -r";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue