tidal stuff

master
Nico 2 years ago
parent ddfa1b752b
commit 09edc7efae

@ -4,4 +4,5 @@ Scripts I use on my 9front install.
* chatstart: mounts the 9gridchan chat.
* mdlink: Inserts a markdown link (see [this page](https://itwont.work/vimwiki-acme.html))
* wg: searches for markdown files (see [this page](https://itwont.work/vimwiki-acme.html))
* wg: searches for markdown files (see [this page](https://itwont.work/vimwiki-acme.html))
* tidal/*: Scripts for working with tidalcycles.

@ -0,0 +1,2 @@
#!/bin/rc
echo 'hush' | tidal/send

@ -0,0 +1,4 @@
#!/bin/rc
i = `{cat}
repl = `{awk '/.*-os.*/ {print $1}' /mnt/acme/index}
echo $i > /mnt/acme/$repl/body

@ -0,0 +1,3 @@
#!/bin/rc
# Tidal.ghci is the one from the vim plugin: https://github.com/tidalcycles/vim-tidal/blob/master/Tidal.ghci
win /bin/os ghci -ghci-script /home/nico/Music/production/tidal/Tidal.ghci