• 7 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle
rss
  • 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? ☺️

    So really, you would only use this if you like TUIs or want a command line tool for interacting with your Servarrs. If you have no use for it, that’s totally fine too!

    The one actual use I’ve found people say they use it for is people who don’t want to expose the web interface to interact with their Servarrs and only interact via SSH. Then they like to use this instead.


  • 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? ☺️

    So really, you would only use this if you like TUIs or want a command line tool for interacting with your Servarrs. If you have no use for it, that’s totally fine too!

    The one actual use I’ve found people say they use it for is people who don’t want to expose the web interface to interact with their Servarrs and only interact via SSH. Then they like to use this instead.







  • 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?

    So really, you would only use this if you like TUIs or want a command line tool for interacting with your Servarrs. If you have no use for it, that’s totally fine too!

    As for container support: if you mean if there’s a docker version, yes there is. If that’s not what you meant, then my bad!




  • 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?








  • 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.


  • 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!




  • Wow! I wasn’t expecting such a positive response! Thank you so much!

    I hadn’t made the repo public yet because I’m still working towards getting the project into a state that I would consider fully ready for contributions. This means things like CI/CD, contribution guidelines, release pipelines, better developer experience through all of this automation, etc.

    But given the overwhelming response to, I guess, the initial “announcement” that it even exists, I don’t see any reason why to not just make the project public while I work towards that alpha release goal.

    So here’s a link to the Managarr repo, and here’s a link to my personal Wekan board to track my progress towards the alpha release goal, where I’ll consider the project fully ready for contributions.


  • Haven’t told this to anyone yet, but you did say “half baked”!

    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’ve been working on it since January and I’m almost done with just the Radarr support, allowing you to add/edit/remove movies, indexers, collections, root folders, etc, view logs, tasks, updates, things like that. And you can view specific movie info and do manual searches, trigger searches, add/remove tags, etc.

    The only big things left are

    • Finishing the UI for editing indexers and adding them (to support use cases without Prowlarr)
    • Support modifying quality definitions
    • Add sorting functionalities to the library and collections tables
    • Building mock servers for Transmission and Nzbget so I can create a docker container for users to test and play with before they install anything.

    Here’s a few screenshots:

    Once I’m back to not being constantly busy with work, I’m hoping to push this thing across the finish line and get it into alpha and implement all the usual stuff like license, contribution guidelines, CI/CD, release pipelines, adding it to the standard package managers, etc.