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.
- Host: GitHub
- URL: https://github.com/denieler/save-workspace-atom-plugin
- Owner: denieler
- License: mit
- Created: 2016-08-12T09:49:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T11:03:10.000Z (about 8 years ago)
- Last Synced: 2025-05-05T22:03:09.087Z (about 1 year ago)
- Topics: atom, atom-package, open-project, project, save-editor, workspace
- Language: JavaScript
- Homepage:
- Size: 6.56 MB
- Stars: 23
- Watchers: 2
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Save Workspace
======
[](https://atom.io/packages/save-workspace)
[](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.

# 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.