Lightweight Plain-Text Editor for macOS
Go to file
1024jp 4129f8607a Merge pull request #647 from umireon/scptd-support
Add support for script bundles
2016-12-03 02:58:43 +09:00
cot@805d5482ec Update cot command to 2.4.1 2016-04-24 11:40:17 +09:00
CotEditor Add support for script bundles 2016-12-03 02:27:54 +09:00
CotEditor.xcworkspace Add a shared breakpoint 2016-09-25 16:27:09 +09:00
release Update appcast creator 2016-09-13 03:26:53 +09:00
Tests Tweak SyntaxStyle class 2016-11-06 18:24:12 +09:00
.gitignore Update .gitignore 2016-09-10 04:07:32 +09:00
.gitmodules Fix Travis CI error with submodule 2015-11-08 16:22:05 +09:00
.travis.yml Revert "Update travis setting" 2016-11-09 15:15:34 +09:00
Cartfile Update frameworks 2016-09-10 15:15:11 +09:00
Cartfile.resolved Update Sparkle.framework to version 1.15.0 2016-12-02 12:09:24 +09:00
CHANGELOG.md Update documentation for #646 2016-12-02 20:40:44 +09:00
CODE_OF_CONDUCT.md Add CoC 2016-10-07 20:24:07 +09:00
CONTRIBUTING.md Fix typos in document 2016-10-25 07:07:50 +09:00
LICENSE Change license to the Apache license (close #405) 2015-08-04 00:36:08 +09:00
README.md Update Xcode to 8.1 2016-10-30 01:35:47 +09:00
screenshot@2x.png Update README 2016-09-13 01:39:20 +09:00

CotEditor

CotEditor is a lightweight plain-text editor for macOS.

Requirement: OS X Yosemite or higher

Web Site: https://coteditor.com

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

Source Code

Build Status License GitHub release

CotEditor is a pure document-based Cocoa application written in Swift.

Development Environment

  • macOS 10.12 Sierra
  • Xcode 8.1
  • Swift 3.0.1
  • Sandbox enabled

How to Build

  1. Install Carthage if you don't have it yet.
  2. On Terminal, move to the project root directory and run carthage update --platform macOS.
  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.