Skip to content

mark-hahn/atom-git-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Git projects

Git projects is a package for Atom, which allows you to quickly list and open your local git repositories.

Git projects

Installation

Simply run the following command:

apm install git-projects

Or find the package in AtomSettingsInstall and search for "git-projects"

Usage

Press ctrl + alt + o or type Git Projects in the Command Palette.

Settings

Key Default value Possible values
rootPath ~/ One or more directories containing projects, sep. by ;
sortBy "Project name" "Project name", "Last modification date", "Size"
showSubRepos false true, false
openInDevMode false true, false

Project-specific configuration

Git projects will read the content of any .git-project file located at the root of your Git repository (project). You can set a custom title for any project that will be shown in the list view. Here is an example:

{
  "title": "Project Title"
}

If you don't want a project to be listed, add a .git-project file at its root with the following content:

{
  "ignored": true
}

More options will be available in the future.

Contributing

  1. Fork it ( https://github.com/prrrnd/atom-git-projects/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

Released under the MIT License.

About

List and open your local Git projects in Atom.

Resources

License

Stars

Watchers

Forks

Packages

No packages published