A Community-led Hyper-Hackable Text Editor
Go to file
Kevin Sawicki 4add7b6213 Support getting status of entire repository
New Git.getAllStatuses() method returns all non-ignored
status entries in the repository.
2013-03-04 21:43:32 -08:00
benchmark Eliminate rootView.project references. 2013-02-19 18:26:50 -07:00
docs Clarify key binding a bit 2013-03-01 11:07:32 -07:00
dot-atom 💄 add trailing newlines 2013-02-19 10:02:09 -07:00
git2 Use Release build of libgit2 at 11fccddcb5 2013-01-28 09:38:43 -08:00
native Support getting status of entire repository 2013-03-04 21:43:32 -08:00
notes Move old wiki page to notes folder 2012-09-30 15:00:45 -07:00
prebuilt-cef@c24e35c3ed Bump prebuilt-cef so we can download debug symbols 2013-03-01 13:03:45 -05:00
script Remove cson2json dependency 2013-03-04 18:27:51 -08:00
spec Support getting status of entire repository 2013-03-04 21:43:32 -08:00
src Support getting status of entire repository 2013-03-04 21:43:32 -08:00
static Change octicon based on creating file or folder 2013-02-28 16:04:18 -08:00
themes Add right and directory colors to light theme 2013-02-25 15:31:04 -08:00
tools/mac no more custom gyp 2012-10-18 16:00:14 -07:00
vendor Add less tmbundle 2013-02-27 15:40:38 -08:00
.github Use docs/manifest.txt to list docs files. Add user-init-script.md. 2013-02-13 16:25:48 -07:00
.gitignore Use gyp's rules functionality to compile .coffee/.cson files 2013-03-04 11:32:06 -05:00
.gitmodules Merge branch 'dev' of https://github.com/github/atom into ci-testing 2013-02-28 08:34:19 -05:00
.pairs fix window blur and focus events 2013-02-05 12:03:56 -08:00
atom.gyp Use gyp's rules functionality to compile .coffee/.cson files 2013-03-04 11:32:06 -05:00
atom.sh Launch Atom with full path to .app 2013-02-25 16:11:13 -08:00
CONTRIBUTING.md Mention trailing newline 2013-02-11 09:31:16 -08:00
package.json Remove cson2json dependency 2013-03-04 18:27:51 -08:00
Rakefile Update nof task for new package generator naming scheme 2013-03-04 20:05:42 -08:00
README.md Update image in README 2013-03-03 11:54:07 -08:00

Atom — Futuristic Text Editing

atom

Check out our documentation on the docs tab.

Building from source

Requirements

Mountain Lion

The Setup™

Xcode (Get Xcode from the App Store (ugh, I know))

  1. gh-setup atom

  2. cd ~/github/atom && rake install