this post was submitted on 19 Oct 2023
11 points (92.3% liked)

Programming

17041 readers
225 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Doesn't have to be from this week or this month. A wow moment can even be years back.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 11 months ago (2 children)

Cursorless. It's a spoken-language programming interface that allows the programmer (of basically any language) to use specific words to target existing text, move the underlying cursor/selection relative to that target, and then run a specific modification. Think of VIM but for voice. It runs in VSCode atm as a couple extensions along with an install of the audio tool Talon. https://www.cursorless.org/

[–] [email protected] 3 points 11 months ago

Oh yea I want to try this out. Just wish it could work with other editors. Also Talon being closed source bothers me.

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

Wow, that's amazing!