• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

protoboard

A code prototyping tool for human productivity.
  • #clipboard
gorobot
0.1.0 60
1
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Protoboard :rocket:

A code prototyping tool for human productivity.

What is this?

An extended prototyping clipboard for Atom.

How does it work?

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.

Why?

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:

  • Repeatedly pressing ctrl-Z and shift-ctrl-Z to test new code.
  • Making an unnecessary Git commit and using git-revert.
  • Copying a section of code, commenting it out, and working on the copy.
  • Copying an entire file's contents to a new file and working on the original (yikes!).

How do I install it?

Use the Atom Package Manager, or install it through the CLI using:

apm install protoboard

Extended Features

  • Copy all text in open editors to storage using shift-ctrl-A followed by shift-ctrl-C.
  • Swap all text in open editors with the text in storage using shift-ctrl-A followed by shift-ctrl-X.

Coming Soon :construction:

  • Numbered snapshots.
  • Snapshots of specific lines.
  • Revert to last git commit state (while keeping current state in storage).

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by