Immediately after switching the page, it will work with CSR.
Please reload your browser to see how it works.

Source:https://github.com/SoraKumo001/next-streaming

⬅️ Espanso – Cross-Platform Text Expander Written in Rust
majkinetor 60 minutesReload
Autohotkey is go to on Windows for stuff like this, and its called hotstrings [1]. Hotstrings are much more powerfull. Trigger can for example run arbitrary function. AFAIK on linux, you can run it using wine.

[1] https://www.autohotkey.com/docs/v2/Hotstrings.htm


behnamoh 14 hoursReload
I found Espanso very useful, but some bugs made me move on to Raycast, BetterTouchTool, etc. for similar functionality. For example, if Espanso config file is on a cloud drive, it doesn't automatically sync or read the file upon reboot.

I'm planning to move back to Espanso though, as Raycast is moving in the wrong direction with all the AI non-features.


0xPIT 2 hoursReload
This is basically what Data Detectors natively does in macOS, is it?

henriquemaia 14 hoursReload
Have been using it for some years now. On Linux at least, it's easy to install and maintain.

The size of my snippets list is now a testament of its usefulness. On the appropriate context (an online meeting, for instance), it feels like a superpower.


hypertexthero 13 hoursReload
Anyone know how to change the default :date output to YYYY-MM-DD instead of MM/DD/YYYY on macOS?

I’ve tried the following in default.yml and reloading the config, but it’s not working and Claude, Gemini, and myself are stumped :)

  matches:  
    - trigger: ":date"  
      replace: "{{mydate}}"  
      vars:  
        - name: mydate  
          type: date  
          params:  
            format: "%Y-%m-%d"