Added readme
This commit is contained in:
parent
97541d7d3c
commit
6539a59129
8
README.md
Normal file
8
README.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Pipewire AutoConnect
|
||||
|
||||
It will automatically connect the some ports.
|
||||
|
||||
## File format
|
||||
```
|
||||
[Node name](Port name) -> [Port name](Port name)
|
||||
```
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user