Is there some project that the opensource world is missing that you think it needs?

  • LitanysA
    link
    fedilink
    English
    arrow-up
    10
    ·
    2 days ago

    I think that it never happened because folks find the power in bash scripts instead and different desktops can’t be automated the same anyway.

      • Flagstaff@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        Yes, that’s a good one. I also have Espanso set to autotype bank account numbers, my driver’s license (with or without dashes), license plate, and more; prefill a Reddit search URL from scratch, etc.

      • Zeoic@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 days ago

        Auto type is so handy. I used KeePass previously, but recently switched to using these commands to type out my clipboard after pressing a custom hotkey: sh -c 'sleep 0.5; xdotool type "$(xclip -o -selection clipboard)"'

        It is so damn handy, especially when you have to deal with VNC and iDRAC so often