aclarke

joined 1 year ago
[–] [email protected] 5 points 6 days ago (1 children)

No hate perceived on my end! To answer your question, I built it for a few reasons:

  • I wanted to learn Rust, so I used this project to do that
  • I really love TUI's and I pretty much live in my command line at work, and since I already automate everything I can to make my work life easier, I wanted to be able to do the same with my homelab
  • I think it looks cool
  • For fun. If no one else ever gets use out of it, that's okay! I just really enjoyed building it and I'm excited to build out more of it.

But also: Why not?

[–] [email protected] 2 points 1 week ago

That's amazing. Hello fellow Alex! πŸ˜‚

[–] [email protected] 10 points 1 week ago (2 children)

You're the first person to catch the reference! Sadly, no I'm not. But I was a prolific PSP modder as a kid so I knew his name and was very familiar with him. So, in my adult life, since he had such a big impact on me, my username is made after him! My real name is Alex so it just kind of worked.

[–] [email protected] 3 points 1 week ago

Of course! There's a lot of work remaining to be done to add support for other features, Servarrs, etc. So contributions are very welcome! ☺️

 

After almost 3 years of work, I've finally managed to get this project stable enough to release an alpha version!

I'm proud to present Managarr - A TUI and CLI for managing your Servarr instances! At the moment, the alpha version only supports Radarr.

Not all features are implemented for the alpha version, like managing quality profiles or quality definitions, etc.

Here's some screenshots of the TUI:

Additionally, you can use it as a CLI for Radarr; For example, to search for a new film:

managarr radarr search-new-movie --query "star wars"

Or you can add a new movie by its TMDB ID:

managarr radarr add movie --tmdb-id 1895 --root-folder-path /nfs/movies --quality-profile-id 1

All features available in the TUI are also available via the CLI.

[–] [email protected] 2 points 7 months ago

I can't speak for other countries, but for the U.S, all weather apps get the majority of their data from the National Weather Service. This includes apps like AccuWeather. The NWS publishes all weather data free and open, so it's likely this app gets U.S. based weather information from there.

[–] [email protected] 1 points 7 months ago* (last edited 7 months ago)

I've been working on my rendition of the Super Smash Bros Ultimate theme on piano in my spare time from work. This recording isn't perfect but this was recorded literally right before a string snapped and scared the hell out of me! I've been uploading to TikTok since I'm self taught and no one ever really gets to hear me play and I'm self conscious about it. So I'm trying to put myself out there more to get over my self consciousness!

I've also been working on creating a mock Transmission server so I can create a good demo for my side project Similar to the idea behind k9s, I've been building a rust-based TUI to manage all your standard Servarrs. I'm calling it Managarr. I'm working on getting this demo done and then I'll be implementing CI/CD. Once I can get this thing into alpha I'll open it up for contributions since I'm changing code all the time at the moment and it would just be merge conflict hell. Here's some screenshots!