An open API service indexing awesome lists of open source software.

https://github.com/ddavison/kinetic

kinetic package for the Atom editor. Move your files from one place, to another
https://github.com/ddavison/kinetic

Last synced: about 1 year ago
JSON representation

kinetic package for the Atom editor. Move your files from one place, to another

Awesome Lists containing this project

README

          

kinetic
=====

Kinetic is a handy tool that you can use to upload your code to remote sources!

The name "kinetic" was inspired from the physical sense, where the energy of force moves an object.

## Current Available Modules
* HasteBin
* GitHub Gist
* Imgur
* PasteBin

# To Use

### Start with your source
![Code](https://raw.githubusercontent.com/ddavison/kinetic/master/images/start.png)

### Select your module (what to upload to)
![Module](https://raw.githubusercontent.com/ddavison/kinetic/master/images/module.png)

### Observe!
#### PasteBin
![Observe](https://raw.githubusercontent.com/ddavison/kinetic/master/images/observe.png)

#### Gist
![Observe](https://raw.githubusercontent.com/ddavison/kinetic/master/images/observe-gist.png)

## Modular
This project was built with modularity in mind.

PasteBin, is just one of the many potential use cases for this package.

This package is potentially useful for private use. By creating a module named `myapp.coffee` and following the [API](https://github.com/ddavison/kinetic/wiki/API),
you are able to specify your own local url to share code with coworkers, or potentially even share live changes.