Alexander Heldt 79c30060c3 Add ability to listen (tap) the input
By doing something like
```
fn input_output_loop(input_output: Subject(List(String))) -> Nil {
  let output = process.receive_forever(input_output)

  echo output

  input_output_loop(input_output)
}
```
2025-11-19 18:00:17 +01:00
2025-11-10 08:44:27 +01:00
2025-11-19 18:00:17 +01:00
2025-11-10 08:44:27 +01:00
2025-11-10 08:44:27 +01:00
2025-11-10 08:44:27 +01:00
2025-11-10 08:44:27 +01:00
2025-11-16 16:21:54 +01:00
2025-11-16 16:21:54 +01:00
2025-11-10 08:44:27 +01:00

musicplayer

Development

gleam run   # Run the project
gleam test  # Run the tests
Description
No description provided
Readme 207 KiB
Languages
Gleam 93.9%
Shell 3%
Nix 2.1%
Erlang 1%