Compare commits

...

2 Commits

Author SHA1 Message Date
Nico 09edc7efae tidal stuff 2020-12-08 14:30:20 +00:00
Nico ddfa1b752b acme 2020-12-01 14:25:18 +00:00
6 changed files with 11 additions and 7 deletions

View File

@ -3,7 +3,6 @@
Scripts I use on my 9front install.
* chatstart: mounts the 9gridchan chat.
* t+: indents in acme
* t-: unindents in acme
* 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
t+
View File

@ -1,2 +0,0 @@
#!/bin/rc
sed 's/^/ /'

2
t-
View File

@ -1,2 +0,0 @@
#!/bin/rc
sed 's/^ //'

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