From 91160c8b72b667b6ce477a58ffacca41b45d9f19 Mon Sep 17 00:00:00 2001 From: arnaucube Date: Mon, 27 Jun 2022 19:16:40 +0200 Subject: [PATCH] Add bin/{wk, ltx} --- bin/ltx | 6 ++++++ bin/wk | 3 +++ 2 files changed, 9 insertions(+) create mode 100755 bin/ltx create mode 100755 bin/wk diff --git a/bin/ltx b/bin/ltx new file mode 100755 index 0000000..164e227 --- /dev/null +++ b/bin/ltx @@ -0,0 +1,6 @@ +#!/bin/bash +# script to generate unicode from LaTeX code, and copy it into the +# clipboard + +CODE=$1 +python -m unicodeit.cli $CODE | xclip -selection clipboard diff --git a/bin/wk b/bin/wk new file mode 100755 index 0000000..ab213b9 --- /dev/null +++ b/bin/wk @@ -0,0 +1,3 @@ +#!/bin/bash + +nvim -c "VimwikiIndex"