All Projects β†’ atom β†’ Open On Github

atom / Open On Github

Licence: mit
Atom package for opening files on GitHub.com

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Open On Github

toggler
Atom plugin - Toggle words and symbols
Stars: ✭ 21 (-76.4%)
Mutual labels:  atom, package
element-helper
πŸš€ Element-Helper is a Atom package for Element-UI.
Stars: ✭ 74 (-16.85%)
Mutual labels:  atom, package
Teletype
Share your workspace with team members and collaborate on code in real time in Atom
Stars: ✭ 2,345 (+2534.83%)
Mutual labels:  atom, package
multi-cursor
πŸŽ‰
Stars: ✭ 44 (-50.56%)
Mutual labels:  atom, package
Atom Korean Spell Daum
Daum λ§žμΆ€λ²• κ²€μ‚¬κΈ°λ‘œ ν…μŠ€νŠΈλ₯Ό 보내 μ†μ‰½κ²Œ ꡐ정 κ°€λŠ₯ν•œ Atom package
Stars: ✭ 24 (-73.03%)
Mutual labels:  atom, package
Atom Annotations
Atom package that shows annotations (e.g. for overriden methods interface implementations) in your PHP source code.
Stars: ✭ 14 (-84.27%)
Mutual labels:  atom, package
atom-toolbar-almighty
Atom editor's missing toolbar
Stars: ✭ 21 (-76.4%)
Mutual labels:  atom, package
atom-package-sync
Synchronize your atom packages and settings easily
Stars: ✭ 22 (-75.28%)
Mutual labels:  atom, package
Php Ide Serenata
Atom IDE package that integrates the Serenata server to provide PHP code assistance
Stars: ✭ 277 (+211.24%)
Mutual labels:  atom, package
Atom Modular Snippets
:atom: A modular solution to snippets in @Atom.
Stars: ✭ 8 (-91.01%)
Mutual labels:  atom, package
Atom Latex
The only LaTeX package you need for typesetting with Atom.
Stars: ✭ 60 (-32.58%)
Mutual labels:  atom, package
Slpkg
πŸ“¦ Mirror of slpkg repository
Stars: ✭ 86 (-3.37%)
Mutual labels:  package
Enseada
A Cloud native multi-package registry
Stars: ✭ 80 (-10.11%)
Mutual labels:  package
Laravel Pdf
A Simple package for easily generating PDF documents from HTML. This package is specially for laravel but you can use this without laravel.
Stars: ✭ 79 (-11.24%)
Mutual labels:  package
Xa
Beautiful & Customizable logger ❀️
Stars: ✭ 78 (-12.36%)
Mutual labels:  package
Laravel Nullable Fields
Handles saving empty fields as null for Eloquent models
Stars: ✭ 88 (-1.12%)
Mutual labels:  package
Atom Supercollider
SuperCollider development environment for Atom.io
Stars: ✭ 85 (-4.49%)
Mutual labels:  atom
Coherence
Coherence is a full featured, configurable authentication system for Phoenix
Stars: ✭ 1,207 (+1256.18%)
Mutual labels:  package
Apm
Atom Package Manager
Stars: ✭ 1,207 (+1256.18%)
Mutual labels:  atom
Mogutda
Topological Data Analysis in Python: Simplicial Complex
Stars: ✭ 77 (-13.48%)
Mutual labels:  package

Open on GitHub package

OS X Build Status Windows Build Status Dependency Status

Provides commands to quickly view the current file on GitHub.com (The Website).

Usage

When editing a file in Atom, use the command palette or keyboard shortcuts to:

  • Open the file on github.com alt-g, o
  • Open the blame view for the file on github.com alt-g, b
  • Open the history view for the file on github.com alt-g, h
  • Open the issues view for the repository the file belongs to on github.com alt-g, i
  • Open the pull requests view for the repository the file belongs to on github.com alt-g, p
  • Open the compare page for the current branch on github.com alt-g, r
  • Copy the github.com URL for the currently selected lines alt-g, c

Command Palette

Remote URL detection

The GitHub repository URL is guessed from the current branch and Git remote information. To override the defaults, you can use git config to set the remote and branch name:

git config atom.open-on-github.remote upstream
git config atom.open-on-github.branch some-branch

Inspired by the GitHub Tools package for Sublime Text 2.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].