{"id":27721444,"url":"https://github.com/idleberg/atom-local-storage","last_synced_at":"2025-07-13T11:36:15.390Z","repository":{"id":50254099,"uuid":"68633889","full_name":"idleberg/atom-local-storage","owner":"idleberg","description":"Atom/Pulsar package to edit items stored in the code editor's own localStorage","archived":false,"fork":false,"pushed_at":"2024-09-29T11:20:13.000Z","size":1110,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T14:54:18.247Z","etag":null,"topics":["atom-package","localstorage","webstorage"],"latest_commit_sha":null,"homepage":"https://atom.io/packages/local-storage","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idleberg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-09-19T18:25:56.000Z","updated_at":"2024-09-29T11:20:16.000Z","dependencies_parsed_at":"2025-04-27T10:09:15.691Z","dependency_job_id":"5b9e77a9-fb37-46f4-9dcf-04c9dda09088","html_url":"https://github.com/idleberg/atom-local-storage","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/idleberg/atom-local-storage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fatom-local-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fatom-local-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fatom-local-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fatom-local-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idleberg","download_url":"https://codeload.github.com/idleberg/atom-local-storage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fatom-local-storage/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265133656,"owners_count":23716398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atom-package","localstorage","webstorage"],"created_at":"2025-04-27T10:09:09.750Z","updated_at":"2025-07-13T11:36:15.328Z","avatar_url":"https://github.com/idleberg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# local-storage\n\n[![License](https://img.shields.io/github/license/idleberg/atom-local-storage?color=blue\u0026style=for-the-badge)](https://github.com/idleberg/atom-local-storage/blob/master/LICENSE)\n[![Release](https://img.shields.io/github/v/release/idleberg/atom-local-storage?style=for-the-badge)](https://github.com/idleberg/atom-local-storage/releases)\n[![Downloads](https://img.shields.io/pulsar/dt/local-storage?style=for-the-badge\u0026color=slateblue)](https://web.pulsar-edit.dev/packages/local-storage)\n[![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)\n\nEdit 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)\n\n![Screenshot](https://raw.github.com/idleberg/atom-local-storage/master/screenshot.png)\n\n## Installation\n\nInstall `local-storage` from Atom's [Package Manager](http://flight-manual.atom.io/using-atom/sections/atom-packages/) or the command-line equivalent:\n\n`$ apm install local-storage`\n\n### Using Git\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eAtom\u003c/strong\u003e\u003c/summary\u003e\n\nChange to your Atom packages directory:\n\n```bash\n# Windows\n$ cd %USERPROFILE%\\.atom\\packages\n\n# Linux \u0026 macOS\n$ cd ~/.atom/packages/\n```\n\nClone repository as `local-storage`:\n\n```bash\n$ git clone https://github.com/idleberg/atom-local-storage local-storage\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003ePulsar\u003c/strong\u003e\u003c/summary\u003e\n\nChange to your Pulsar packages directory:\n\n```powershell\n# Windows\n$ cd %USERPROFILE%\\.pulsar\\packages\n\n# Linux \u0026 macOS\n$ cd ~/.pulsar/packages/\n```\n\nClone repository as `local-storage`:\n\n```bash\n$ git clone https://github.com/idleberg/atom-local-storage local-storage\n```\n\n\u003c/details\u003e\n\n## Usage\n\nThe following commands are available through the [command-palette](https://flight-manual.atom.io/getting-started/sections/atom-basics/#command-palette):\n\n* Local Storage: Open Item\n* Local Storage: Save Item\n* Local Storage: Remove Item\n\nAlso take note that several tweaks can be made through the [package settings](https://flight-manual.atom.io/using-atom/sections/atom-packages/#package-settings)!\n\n## License\n\nThis work licensed under [The MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidleberg%2Fatom-local-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidleberg%2Fatom-local-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidleberg%2Fatom-local-storage/lists"}