A code prototyping tool for human productivity.
An extended prototyping clipboard for Atom.
There are only two commands: Copy and Swap.
Copy text in the current editor to storage using shift-ctrl-C
. Continue
working, making changes. Realize you want to go back to the way things were.
Swap the current text in the editor with the text in storage using
shift-ctrl-X
. Make some more changes. Realize that you were right all along,
and swap the new changes with your old changes.
Have you ever wanted to just try some code out, and not have to worry about getting back to the point where you know everything was working?
Use Protoboard to avoid:
ctrl-Z
and shift-ctrl-Z
to test new code.git-revert
.Use the Atom Package Manager, or install it through the CLI using:
apm install protoboard
shift-ctrl-A
followed by shift-ctrl-C
.shift-ctrl-A
followed by shift-ctrl-X
.Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.