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

https://github.com/denieler/save-workspace-atom-plugin

If you work with few projects same time this plugin give you the opportunity to change your workspace faster. Save your workspace, all your opened tabs, cursor position, etc. for each task you are working with.
https://github.com/denieler/save-workspace-atom-plugin

atom atom-package open-project project save-editor workspace

Last synced: about 1 year ago
JSON representation

If you work with few projects same time this plugin give you the opportunity to change your workspace faster. Save your workspace, all your opened tabs, cursor position, etc. for each task you are working with.

Awesome Lists containing this project

README

          

Save Workspace
======

[![Plugin installs!](https://img.shields.io/apm/dm/save-workspace.svg?style=flat-square)](https://atom.io/packages/save-workspace)
[![Package version!](https://img.shields.io/apm/v/save-workspace.svg?style=flat-square)](https://atom.io/packages/save-workspace)

If you work with few projects same time this plugin give you the opportunity to change your workspace faster. Save your workspace, all your opened tabs, cursor position, etc. for each task you are working with.

![](http://i.giphy.com/3o7TKuXYzfPg1gy0b6.gif)

# Installation

Install package through Atom or use Atom CLI:
```
$ apm install save-workspace
```

# Contribution

We are very pleased with the developers and contributors. All contributions are happening through the pull requests from your forks of the repository to the main repo.

To clone the repository:

```
$ git clone https://github.com/denieler/save-workspace-atom-plugin
```

### Debug

To debug plugin in Atom go to the plugin's folder `./save-workspace-atom-plugin` and run command

```
$ apm link --dev
```

Then run Atom with the `--dev` flag to enable Dev packages loaded:

```
$ atom --dev .
```

And here you go.