Tweaked the README format a bit. Need to add a Gif instead of screenshots at some point

This commit is contained in:
2023-10-25 10:31:30 -06:00
parent cf404eaf1a
commit 5c4b5a604b
+8 -4
View File
@@ -2,10 +2,6 @@
Managarr is a TUI to help you manage your HTPC (Home Theater PC). Built with love in Rust!
![library](screenshots/library.png)
![manual_search](screenshots/manual_search.png)
![logs](screenshots/logs.png)
![new_movie_search](screenshots/new_movie_search.png)
![add_new_movie](screenshots/add_new_movie.png)
## NOTE: Managarr is not yet stable (Pre-Alpha)
I'm regularly making changes to get Managarr to an alpha release. As such, I'm regularly refactoring the code to be cleaner
@@ -141,6 +137,14 @@ tautulli:
api_token: someApiToken1234567890
```
## Screenshots
![library](screenshots/library.png)
![manual_search](screenshots/manual_search.png)
![logs](screenshots/logs.png)
![new_movie_search](screenshots/new_movie_search.png)
![add_new_movie](screenshots/add_new_movie.png)
## Dependencies
* [ratatui](https://github.com/tui-rs-revival/ratatui)
* [crossterm](https://github.com/crossterm-rs/crossterm)