Lightweight Plain-Text Editor for macOS
Go to file
2018-01-21 23:26:59 +09:00
Carthage/Build Rebuild frameworks 2017-11-01 15:25:22 +09:00
cot@95a646a468 Update cot command to 2.5.3 (#711) 2017-08-03 23:26:48 +09:00
CotEditor Fix a typo in release notes 2018-01-21 23:26:59 +09:00
CotEditor.xcworkspace Add a shared breakpoint 2016-09-25 16:27:09 +09:00
Tests Fix unescaping 2017-12-10 00:02:36 +09:00
.gitignore Update Carthage 2017-03-01 15:46:35 +09:00
.gitmodules Fix Travis CI error with submodule 2015-11-08 16:22:05 +09:00
.swiftlint.yml Fix warnings by swiftlint 0.23 2017-10-06 12:46:04 +09:00
.travis.yml Update xcode image for Travis CI 2017-12-13 00:18:47 +09:00
Cartfile Update frameworks 2016-09-10 15:15:11 +09:00
Cartfile.resolved Update Sparkle to 1.18.1 2017-08-15 12:33:16 +09:00
CHANGELOG.md Fix a typo in release notes 2018-01-21 23:26:59 +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 dev environment in README 2017-11-01 15:26:06 +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.13 High Sierra
  • Xcode 9.1
  • Swift 3.2.2
  • Sandbox enabled

How to Build

  1. git submodule update --init
  2. Open CotEditor.xcworkspace in Xcode.
  3. build.

License

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

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