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.
MIT License
23 stars 5 forks source link
atom atom-package open-project project save-editor workspace

Save Workspace

Plugin installs! Package version!

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.

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.