Lightweight Plain-Text Editor for macOS
Go to file
2016-02-01 14:02:31 +09:00
cot@a774cb5027 Update cot command to 2.2.1 2016-01-15 17:56:51 +09:00
CotEditor Update zh-Hans localization 2016-02-01 12:42:24 +09:00
CotEditor.xcworkspace Remove cot project from CotEditor workspace (close #399) 2015-08-13 01:24:47 +09:00
release Insert space to enclosure tag 2015-10-05 01:14:46 +09:00
Tests Add unit test for XATTR read/write 2016-01-24 14:13:10 +09:00
.gitignore Add *.xcscmblueprint to .gitignore 2015-11-09 14:55:26 +09:00
.gitmodules Fix Travis CI error with submodule 2015-11-08 16:22:05 +09:00
.travis.yml Update travis image 2016-01-05 13:36:37 +09:00
CHANGELOG.md Update CHANGELOG 2016-02-01 14:02:31 +09:00
CONTRIBUTING.md Fix typo in CONTRIBUTING.md 2016-01-16 14:05:00 +09:00
LICENSE Change license to the Apache license (close #405) 2015-08-04 00:36:08 +09:00
Podfile Update OgreKit to use no find panel ver. (close #488) 2016-01-13 22:34:08 +09:00
Podfile.lock Add Python regex syntax 2016-01-25 07:09:04 +09:00
README.md Update copyright year in README 2016-01-01 12:42:33 +09:00
screenshot.png Update screenshot in repo 2014-11-04 01:21:53 +01:00

CotEditor

CotEditor is a lightweight plain-text editor for OS X.

Requirement: OS X Mountain Lion or higher

Web Site: http://coteditor.com

Mac App Store: http://appstore.com/mac/CotEditor

screenshot

About Source Code

Build Status License GitHub release

It's a pure document-based Cocoa application. The source code is written in Objective-C with ARC enabled.

Development Environment

  • OS X 10.11 El Capitan
  • Xcode 7.2

How to Build

  1. Install CocoaPods if you don't have it.
  2. On terminal, move to the project root directory and run pod install.
  3. Open CotEditor.xcworkspace in Xcode.
  4. build.

License

© 2005-2009 nakamuxu, © 2011, 2014 usami-k, © 2013-2016 1024jp.

The source code is distributed under the terms of the Apache License, Version 2.0. See the bundled LICENSE for details.