My-Scripts VS fml9000

Compare My-Scripts vs fml9000 and see what are their differences.

My-Scripts

My collection of my homemade scripts (or not) (by Mte90)

fml9000

work in progress music player with Rust+GTK4 (by cmdcolin)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
My-Scripts fml9000
5 4
38 8
- -
6.3 2.9
13 days ago 9 months ago
Shell Rust
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

My-Scripts

Posts with mentions or reviews of My-Scripts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-02.
  • How do you listen to your music?
    7 projects | /r/linux | 2 Jan 2023
    I have tons of mp3 and still download new ones, so I have a hotkey to delete the mp3 file I am listening with dbus https://github.com/Mte90/My-Scripts/blob/master/misc/delete_song_by_dbus.py another one to move the mp3 on the parent folder again with dbus https://github.com/Mte90/My-Scripts/blob/master/misc/move_song_up_by_dbus.py (with a hotkey), another script to show the song to discord https://github.com/Mte90/My-Scripts/blob/master/misc/vlc_song_to_discord.py, a script I mapped as external tool for Dolphin on KDE to execute the folder on cvlc to close the previous instance https://github.com/Mte90/My-Scripts/blob/master/misc/cvlc.sh
  • Mouse auto follows focused window [python]
    3 projects | /r/kde | 6 Oct 2021
    I have a similar purpose script: https://github.com/Mte90/My-Scripts/blob/master/misc/focus_on_window.sh
  • Il progetto nel quale ho cercato di fare con il ticket online scatenando ogni volta una mezza rissa?
    1 project | /r/italy_SS | 18 Mar 2021
  • How To Create A Kate Plugin In Python
    1 project | /r/kde | 15 Feb 2021
    Ok I did with external tools with this script https://github.com/Mte90/My-Scripts/blob/master/dev/md-list-to-titlelink.py
  • Self hosted, sono relativamente al sicuro?
    2 projects | /r/ItalyInformatica | 16 Jan 2021
    Ho anche uno script https://github.com/Mte90/My-Scripts/blob/master/misc/download_ed2k_torrent.sh che scarica i file torrent/emulecollection da nextcloud da un altra parte e poi mettere in coda sulla macchina.

fml9000

Posts with mentions or reviews of fml9000. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-10.
  • What are you rewriting in rust?
    36 projects | /r/rust | 10 Jul 2023
    this has not gotten very far off the ground but making a foobar2000-like music player using gtk4-rs https://github.com/cmdcolin/fml9000
  • How do you listen to your music?
    7 projects | /r/linux | 2 Jan 2023
    I am trying to make my own gui music player https://github.com/cmdcolin/fml9000/. I've used cmus (command line) and it didn't click. also used quod libet and foobar under wine. foobar is the best but i want to get a bit custom. I mostly listen to stuff on youtube so I want my gui music player to support connecting to youtube and maybe bandcamp (I have many bandcamp purchases also, so being able to access those without bulk download is ideal to me even though I've used bandcamp-collection-downloader, it just takes up space on my laptop)
  • Looking for a partner to code with
    2 projects | /r/SoftwareEngineering | 7 Dec 2022
    i'm attempting to make a music player with rust and gtk (both new things to me) at https://github.com/cmdcolin/fml9000
  • Do you think is it worth to learn gtk4 to use it with rust?
    2 projects | /r/rust | 12 Nov 2022
    my gtk4-rs app that i'm writing is pretty spaghetti-codey but feel like it could be cleaned up over time. relm4 is interesting and may help code organization, but i went with raw gtk4-rs to start with to avoid trying to learn too many things at once. my nooby code just for ref https://github.com/cmdcolin/fml9000