Skip to content

Commit 6ee87ed

Browse files
committed
chore: fix CI link in README.md
1 parent 9a95a65 commit 6ee87ed

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Sinuous
2+
23
[![dependency status](https://deps.rs/repo/github/abusch/sinuous/status.svg)](https://deps.rs/repo/github/abusch/sinuous)
3-
[![CI](https://github.com/abusch/sinuous/actions/workflows/ci.yml/badge.svg)](https://github.com/abusch/sinuous/actions/workflows/ci.yml)
4+
[![CI](https://github.com/abusch/sinuous/actions/workflows/rust.yml/badge.svg)](https://github.com/abusch/sinuous/actions/workflows/rust.yml)
45

56
Sinuous is a simple TUI for controlling local Sonos speakers.
67

@@ -13,13 +14,15 @@ your Sonos speakers need to be on the same network (or visible from your
1314
current network).
1415

1516
## Key bindings
17+
1618
- <kbd>Space</kbd>: Play / Pause
1719
- <kbd>p</kbd> / <kbd>n</kbd>: Skip to previous / next track
1820
- <kbd>[</kbd> / <kbd>]</kbd>: Adjust volume of the coordinator of the current group
1921
- <kbd>Shift+Tab</kbd> / <kbd>Tab</kbd>: Switch to previous / next group
2022
- <kbd>q</kbd>: Quit
2123

2224
## To run
25+
2326
Install a recent Rust toolchain via [rustup](https://rustup.rs), if you don't
2427
already have one, then simply run `cargo run`.
2528

@@ -31,6 +34,7 @@ found in `/tmp/sinuous.log`.
3134
![screenshot](assets/screenshot.png)
3235

3336
## Todo
37+
3438
- [x] Allow switching between speakers
3539
- [ ] Support more actions (seek forward, backward, change playing mode, volume...)
3640
- [ ] Display play/pause indicator as well as current play mode (shuffle+repeat)

0 commit comments

Comments
 (0)