Something like TypeIt[0] but with Code Highlighting.
This is what I'm talking about: https://youtu.be/U4ogK0MIzqk?t=9
[0] https://github.com/alexmacarthur/typeit
1–9 of 9 posts
Something like TypeIt[0] but with Code Highlighting.
This is what I'm talking about: https://youtu.be/U4ogK0MIzqk?t=9
[0] https://github.com/alexmacarthur/typeit
If you want a standalone you could try Autohotkey (Send, Sendraw, Sendinput)
If you want a chrome extension you could try Automa (use the Forms block) If you want a standalone you could try Autohotkey (Send, Sendraw, Sendinput)
A lot of the tutorial guys have the finished code open in another screen and are just copy-typing, would that work for you?
If you want a chrome extension you could try Automa (use the Forms block) If you want a standalone you could try Autohotkey (Send, Sendraw, Sendinput)
There is https://github.com/hofstadter-io/self-driving-desktop that enables you to "drive" the mouse and keyboard across applications. I originally built this for automating recordings. It even has a recording feature itself, so you can go through the demo by hand and then cleanup the steps afterwards.