Browse Source

Add bin/{wk, ltx}

master
arnaucube 1 year ago
parent
commit
91160c8b72
2 changed files with 9 additions and 0 deletions
  1. +6
    -0
      bin/ltx
  2. +3
    -0
      bin/wk

+ 6
- 0
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

+ 3
- 0
bin/wk

@ -0,0 +1,3 @@
#!/bin/bash
nvim -c "VimwikiIndex"

Loading…
Cancel
Save