Skip to content

ajfAfg/vscode-punched-card

Repository files navigation

Punched card

A Visual Studio Code extension for jokes that allows editing files using punched cards.

Demo

Quick start

  1. Install this extension
  2. open a file

Once the extension is installed, the editing screen for all files becomes punched cards!

Specifications

  • Character code is ASCII code
  • 1 character per column
  • 40 characters per piece

It is also a specification that once a hole has been punched, it cannot be undone (It is not impossible to undone using VS Code's Undo).

Development

  1. git clone [email protected]:ajfAfg/vscode-punched-card.git
  2. Open the cloned repository in VS Code
  3. npm install
  4. npm run watch
  5. Press F5

References

License

MIT

Award