/history-manager-editor

Manage projects in Atom's history manager

Primary LanguageJavaScriptMIT LicenseMIT

history-manager-editor package

This package allows you to manage your project history. The history is stored in IndexDB so there's no easy way to edit it.

Material Light Theme

Atom One Dark Theme

Atom One Light Theme

Installation

The package can be installed through Atom. Alternatively, you can use apm:

apm install history-manager-editor

Features

  • View a list of currently saved projects.
  • Update paths related to a project.
  • Remove a project from the list of recents.
  • Multi-platform package: works with Linux, Windows and macOS.

Coming soon

  • Add new paths to a project
  • Clear all projects
  • Remove project editor state as an option as well?