de Editor

A Programmer's Text Editor

Github星跟踪图

The de Editor Build Status

de is a programmer's editor. (Where that programmer happens to be driusan.)

It's kind of like a bastard child of vim and Plan 9's acme editor, because vim feels inadequate on a
computer with a mouse after using acme, and acme feels inadequate on a computer with a keyboard after
using vi.

Like vim, it's a modal editor with syntax highlighting that uses hjkl for movement.
Like acme, it attempts to exploit your current OS environment instead of replacing it and tries to
make the mouse useful.

See USAGE.md for usage instructions.

de screenshot

Features

  • Syntax highlighting (currently only Go and PHP with some basic markdown.)
  • vi-like keybindings and philosophy.
  • acme-like mouse bindings and philosophy.
  • Ability to write plugins in Go. See PLUGINS.md.
  • Ability to plumb with p9p plumber. See PLUMBING.md

de screenshot

Limitations and Bugs

  • vi-like functionality not fully implemented (most notably some movement verbs like '%' are missing,
    and see notes in issue #1.)
  • Can not open multiple files/windows at a time. (if your workflow is like mine, it means you often
    save and quit, do something in the shell, and then relaunch your editor. The startup time should
    be fast enough to support this style of workflow.)

Installation

It should be installable with the standard go tools:

go get -u github.com/driusan/de/...

Then as long as $GOPATH/bin is in your path, you can launch with de [filename]

Community

There's now a #de channel on gophers.slack.com for users of this editor.

主要指标

概览
名称与所有者driusan/de
主编程语言Go
编程语言Go (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2016-05-16 18:25:00
推送于2020-05-02 20:32:04
最后一次提交2020-05-02 20:28:48
发布数0
用户参与
星数429
关注者数23
派生数24
提交数153
已启用问题?
问题数37
打开的问题数15
拉请求数9
打开的拉请求数2
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?