chuckhendo / atom-project-plus

Simply awesome project management in Atom.

Home Page:https://atom.io/packages/project-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Plus

Build Status APM Version APM Downloads

Simply awesome project management in Atom.

You may be thinking.. Yet another project manager (for atom)? Atom contains a lot of piping to make project management awesome. It's missing those few bits that expose that awesome to users. This is that package.

  • No configuration — atom was already keeping track of your projects

  • No mess (project files) — atom already knows about your projects and their needs (and is planning to know more)

  • No weirdness — switching between projects (in the same window) is done correctly and does not corrupt state (unlike every existing project package I've seen)

  • Fully supports projects with multiple paths

Installation

apm install project-plus

Usage

Project Finder

  • ctrl-alt-p (linux/windows) or ctrl-cmd-p (mac) to open the project finder
  • enter will open the project in the current window
  • shift-enter will open the project in a new window

Project Tab

  • ctrl-cmd-tab will switch to the next recently used project
  • ctrl-shift-cmd-tab will switch to the previous recently used project

Commands

Project Plus: Open

Switch to a project (in the current atom window) by selecting one or more folders using an OS folder picker.

Project Plus: Close

Close the current project and revert to an empty atom window.

Configuration

Project Home && Auto Discover Projects

Specify a folder or glob pattern to designate where project will be auto discovered.

Show Project Path

Disable to hide the project paths on the project finder.

Contributing

Always feel free to help out! Whether it's filing bugs and feature requests or working on some of the open issues, Atom's contributing guide will help get you started while the guide for contributing to packages has some extra information.

License

MIT License - see the LICENSE for more details.

About

Simply awesome project management in Atom.

https://atom.io/packages/project-plus

License:MIT License


Languages

Language:CoffeeScript 58.7%Language:JavaScript 40.3%Language:CSS 1.1%