mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
bin/mdo: remove because unused
This commit is contained in:
parent
ab1d79433a
commit
ced309e5a4
2 changed files with 0 additions and 10 deletions
|
@ -1,9 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# open a Markdown document in your browser directly
|
|
||||||
# mdo => markdown open
|
|
||||||
|
|
||||||
# e.g. preview the markdown in vim:
|
|
||||||
# :!mdo %
|
|
||||||
|
|
||||||
$BROWSER "data:text/html;base64,`markdown_py $* | base64 -w 0`"
|
|
|
@ -68,7 +68,6 @@
|
||||||
# scripts
|
# scripts
|
||||||
- link:
|
- link:
|
||||||
~/.local/bin/host-is-on: bin/host-is-on.sh
|
~/.local/bin/host-is-on: bin/host-is-on.sh
|
||||||
~/.local/bin/mdo: bin/mdo.sh
|
|
||||||
~/.local/bin/git-authors: bin/git-authors.sh
|
~/.local/bin/git-authors: bin/git-authors.sh
|
||||||
~/.local/bin/clean: bin/clean.sh
|
~/.local/bin/clean: bin/clean.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue