tidal stuff

This commit is contained in:
Nico 2020-12-08 14:30:20 +00:00
parent ddfa1b752b
commit 09edc7efae
4 changed files with 11 additions and 1 deletions

View File

@ -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.

2
tidal/hush Executable file
View File

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

4
tidal/send Executable file
View File

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

3
tidal/start Executable file
View File

@ -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