Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tihirvon/dex
Dextrous text editor
https://github.com/tihirvon/dex
Last synced: 18 days ago
JSON representation
Dextrous text editor
- Host: GitHub
- URL: https://github.com/tihirvon/dex
- Owner: tihirvon
- License: gpl-2.0
- Created: 2010-11-16T20:29:17.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T19:07:13.000Z (over 7 years ago)
- Last Synced: 2024-10-12T21:06:48.038Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 4.24 MB
- Stars: 165
- Watchers: 18
- Forks: 13
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: change.c
- License: COPYING
Awesome Lists containing this project
README
dex
===Dextrous text editor
Copyright 2010 Timo Hirvonen
Introduction
------------dex is a small and easy to use text editor. Colors and bindings can be
fully customized to your liking.It has some features useful to programmers, like ctags support and it
can parse compiler errors, but it does not aim to become an IDE.Installation
------------The only dependencies are libc and ncurses.
To compile this program you need GNU make and a modern C-compiler
(tested with gcc and clang).You need to specify all options for both `make` and `make install`.
Alternatively you can put your build options into a `Config.mk` file.make prefix=$HOME
make prefix=$HOME installThe default prefix is `/usr/local` and `DESTDIR` works as usual. See the
top of the Makefile for more information.