rexxars / sublime-hacker-typer

Pretend you're an expert hacker and can type flawlessly
MIT License
80 stars 9 forks source link

sublime-hacker-typer

Pretend you're an expert hacker and can type flawlessly. Inspired by http://hackertyper.com/

Summary

Basically, the plugin (when enabled) looks for a file with the same name as the one you are editing, with an additional ".hackertyper"-extension.

When it finds this file, it treats it as the "solution" for the file. Whenever you type something, it will try to read the same number of characters from the solution file and replace whatever you typed.

Why!?

Partly because it was fun. Partly because it can be useful when "live coding" something. Usually, when you're doing a talk and you're a little busy trying to make sense to your audience, you tend to do a lot of typos and silly mistakes. I still think it's a great way to engage the audience - but I'd rather skip all the mistakes ;-)

Usage

  1. Install the package through Sublime Package Control. Search for HackerTyper.
  2. Enable the plugin through the command palette (Shift+Ctrl+P). "HackerTyper: Enable".
  3. Create solution files alongside the files you want to pretend you're writing. So, to create an index.html-file based on a solution, create a index.html.hackertyper-file with the content you want to be typed out.
  4. Open index.html and start writing.

Protip: You might want to include "file_exclude_patterns": ["*.hackertyper"] in your project settings or user preferences to prevent the solution files from showing up in the sidebar etc.

Issues

License

MIT-licensed. See LICENSE.