A Community-led Hyper-Hackable Text Editor
Go to file
Cheng Zhao 92f071de93 Add script to clean up "open with" menu.
By compiling and running Atom again and again, the "open with" menu
would be polluted with various Atoms... This script cleans them.
2013-05-30 22:11:24 +08:00
benchmark Rename Project.buildEditSession -> Project.open 2013-05-14 20:03:53 -06:00
docs Change to an H2 2013-05-16 12:48:20 -06:00
dot-atom 💄 add trailing newlines 2013-02-19 10:02:09 -07:00
resources/mac Add various file types in Info.plist. 2013-05-30 17:04:32 +08:00
script Add script to clean up "open with" menu. 2013-05-30 22:11:24 +08:00
spec Correct indentation 2013-05-29 16:45:00 -07:00
src Check whether the socket file exists before connecting. 2013-05-30 22:02:35 +08:00
static Merge branch 'master' into atom-shell 2013-05-24 19:12:47 +08:00
themes Remove invalid class name 2013-05-29 12:10:56 -07:00
vendor Merge branch 'master' into atom-shell 2013-05-28 10:47:46 -07:00
.github Making an edit to .github 2013-04-03 14:44:30 -03:00
.gitignore Download atom-shell and remove cefode. 2013-05-12 19:51:31 +08:00
.gitmodules Merge branch 'master' into atom-shell 2013-05-28 10:47:46 -07:00
.nakignore Remove non-existent directory 2013-05-28 13:07:29 -07:00
.pairs Add pairs file for gjt 2013-05-03 16:57:42 -07:00
aa Recompile atom-application and atom-window 2013-05-28 17:29:00 -07:00
atom.gyp Generate Info.plist for App and Helper. 2013-05-29 19:33:48 +08:00
atom.sh Make atom.sh executable 2013-05-15 10:29:27 -07:00
CHANGELOG.md Mention installing packages 2013-05-22 16:02:48 -07:00
CONTRIBUTING.md Mention class layout 2013-05-08 11:30:34 -07:00
Gruntfile.coffee Add initial build task 2013-05-29 17:35:00 -07:00
package.json Add initial build task 2013-05-29 17:35:00 -07:00
Rakefile Rake clean should also clean unused files of master branch. 2013-05-29 12:21:26 +08:00
README.md Remove testing block 2013-04-24 18:08:27 -07:00

Atom — Futuristic Text Editing

atom

Check out our documentation on the docs tab.

Building from source

Requirements

  • Mountain Lion
  • The Setup™ or Boxen
  • Xcode (available in the App Store)

Installation

  1. gh-setup atom

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