Added readme

This commit is contained in:
Andre Henriques 2022-08-05 23:08:04 +01:00
parent 97541d7d3c
commit 6539a59129
2 changed files with 9 additions and 0 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# Pipewire AutoConnect
It will automatically connect the some ports.
## File format
```
[Node name](Port name) -> [Port name](Port name)
```

View File

@ -317,6 +317,7 @@ fn parse_file(path: std::path::PathBuf, get_names: bool) -> Result<AppState, Box
}
fn main() -> Result<(), Box<dyn std::error::Error>> {
println!("Hello, world!");
let mut args = env::args();