Alexander Heldt
|
747f76a584
|
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:20:36 +01:00 |
|
Alexander Heldt
|
a6ac9eb5f7
|
Add ability to inject characters into the input
|
2025-11-19 18:20:36 +01:00 |
|
Alexander Heldt
|
4d935a2e29
|
Add ability to create character sequences as Input
|
2025-11-19 18:20:35 +01:00 |
|
Alexander Heldt
|
1c47a84750
|
Extract mpv/key to input
To separate the concern from `mpv`
|
2025-11-18 18:39:20 +01:00 |
|
Alexander Heldt
|
417b5a2559
|
Add ability to get playback-time
|
2025-11-16 16:23:16 +01:00 |
|
Alexander Heldt
|
94212996d2
|
Map Key to Control
|
2025-11-16 16:21:54 +01:00 |
|
Alexander Heldt
|
702313eac2
|
Restructure mpv/internal package
|
2025-11-16 16:04:06 +01:00 |
|
Alexander Heldt
|
c9931ff4d9
|
Remove unused Key.Empty
|
2025-11-15 14:31:46 +01:00 |
|
Alexander Heldt
|
bc5297196e
|
Add ability to listen to input
|
2025-11-15 14:23:56 +01:00 |
|