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

https://github.com/idleberg/atom-local-storage

Atom/Pulsar package to edit items stored in the code editor's own localStorage
https://github.com/idleberg/atom-local-storage

atom-package localstorage webstorage

Last synced: 5 days ago
JSON representation

Atom/Pulsar package to edit items stored in the code editor's own localStorage

Awesome Lists containing this project

README

        

# local-storage

[![License](https://img.shields.io/github/license/idleberg/atom-local-storage?color=blue&style=for-the-badge)](https://github.com/idleberg/atom-local-storage/blob/master/LICENSE)
[![Release](https://img.shields.io/github/v/release/idleberg/atom-local-storage?style=for-the-badge)](https://github.com/idleberg/atom-local-storage/releases)
[![Downloads](https://img.shields.io/pulsar/dt/local-storage?style=for-the-badge&color=slateblue)](https://web.pulsar-edit.dev/packages/local-storage)
[![CI](https://img.shields.io/github/actions/workflow/status/idleberg/atom-local-storage/default.yml?style=for-the-badge)](https://github.com/idleberg/atom-local-storage/actions)

Edit items stored in the editor's own [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API)

![Screenshot](https://raw.github.com/idleberg/atom-local-storage/master/screenshot.png)

## Installation

Install `local-storage` from Atom's [Package Manager](http://flight-manual.atom.io/using-atom/sections/atom-packages/) or the command-line equivalent:

`$ apm install local-storage`

### Using Git

Atom

Change to your Atom packages directory:

```bash
# Windows
$ cd %USERPROFILE%\.atom\packages

# Linux & macOS
$ cd ~/.atom/packages/
```

Clone repository as `local-storage`:

```bash
$ git clone https://github.com/idleberg/atom-local-storage local-storage
```

Pulsar

Change to your Pulsar packages directory:

```powershell
# Windows
$ cd %USERPROFILE%\.pulsar\packages

# Linux & macOS
$ cd ~/.pulsar/packages/
```

Clone repository as `local-storage`:

```bash
$ git clone https://github.com/idleberg/atom-local-storage local-storage
```

## Usage

The following commands are available through the [command-palette](https://flight-manual.atom.io/getting-started/sections/atom-basics/#command-palette):

* Local Storage: Open Item
* Local Storage: Save Item
* Local Storage: Remove Item

Also take note that several tweaks can be made through the [package settings](https://flight-manual.atom.io/using-atom/sections/atom-packages/#package-settings)!

## License

This work licensed under [The MIT License](https://opensource.org/licenses/MIT).