Compare commits

..

No commits in common. "982f1f0f21381b5cc79ef0bbe0093375e7fb4d91" and "d46e1f48e227e3327ab8de79dccfa1c5ff8e3fdf" have entirely different histories.

4 changed files with 17 additions and 17 deletions

View File

@ -8,3 +8,18 @@ add your own favourite noises and blend them to create your ideal ambience.
created by [Max Bradbury](mailto:max@tinybird.info).
released under the MIT license.
## to do
* save volume preferences to disk
* cross-compile to Windows?
* watch data dir for new sounds?
* disown file manager subcommand
* get some good nature sounds
* wind
* tape hiss
* vinyl crackle
* white noise?
* fan
* set a window icon
* create a nice icon?

14
TODO.md
View File

@ -1,14 +0,0 @@
# to do
* save volume preferences to disk
* cross-compile to Windows?
* watch data dir for new sounds?
* disown file manager subcommand
* get some good nature sounds
* wind
* tape hiss
* vinyl crackle
* white noise?
* fan
* set a window icon
* create a nice icon?

View File

@ -3,8 +3,7 @@
cargo build --release
cp target/release/lull .
strip lull
rm lull-linux.tar.gz
tar -czvf lull-linux.tar.gz lull README.md
zip -r lull.zip README.md lull
rm lull
zip -r sounds.zip SOUNDS.md sounds/*.mp3

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
butler push lull-linux.tar.gz ruin/lull:linux
butler push lull.zip ruin/lull:linux
butler push sounds.zip ruin/lull:sounds