All Projects → craigbarnes → Dte

craigbarnes / Dte

Licence: gpl-2.0
A small, configurable console text editor (moved to https://gitlab.com/craigbarnes/dte)

Programming Languages

c
50402 projects - #5 most used programming language
c99
33 projects

Projects that are alternatives of or similar to Dte

Zui
⬢ Zsh User Interface library – CGI+DHTML-like rapid application development with Zsh
Stars: ✭ 95 (-3.06%)
Mutual labels:  terminal, console, tui, tty, curses
Mg
Micro (GNU) Emacs-like text editor ❤️ public-domain
Stars: ✭ 117 (+19.39%)
Mutual labels:  unix, emacs, editor, text-editor
Mandown
man-page inspired Markdown viewer
Stars: ✭ 173 (+76.53%)
Mutual labels:  terminal, console, tui, ncurses
Tuicss
Text-based user interface CSS library
Stars: ✭ 167 (+70.41%)
Mutual labels:  terminal, tui, ncurses, curses
Termox
C++17 Terminal User Interface(TUI) Library.
Stars: ✭ 306 (+212.24%)
Mutual labels:  terminal, tui, ncurses, curses
Finalcut
A text-based widget toolkit
Stars: ✭ 244 (+148.98%)
Mutual labels:  terminal, console, tui, tty
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+13306.12%)
Mutual labels:  terminal, console, ncurses, tui
croatoan
Common Lisp bindings for the ncurses terminal library.
Stars: ✭ 111 (+13.27%)
Mutual labels:  console, tui, ncurses, curses
Mle
Flexible terminal-based text editor (C)
Stars: ✭ 378 (+285.71%)
Mutual labels:  terminal, console, editor, text-editor
Pulsemixer
CLI and curses mixer for PulseAudio
Stars: ✭ 441 (+350%)
Mutual labels:  terminal, console, tui, curses
Htop
htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
Stars: ✭ 5,626 (+5640.82%)
Mutual labels:  terminal, console, tui
Turbo
An experimental text editor based on Scintilla and Turbo Vision.
Stars: ✭ 78 (-20.41%)
Mutual labels:  terminal, tui, ncurses
Ltui
🍖 A cross-platform terminal ui library based on Lua
Stars: ✭ 624 (+536.73%)
Mutual labels:  terminal, tui, curses
Tvision
A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
Stars: ✭ 612 (+524.49%)
Mutual labels:  terminal, tui, ncurses
Ueberzug
ueberzug is a command line util which allows to display images in combination with X11
Stars: ✭ 711 (+625.51%)
Mutual labels:  terminal, console, tui
Ruby jard
Just Another Ruby Debugger. Provide a rich Terminal UI that visualizes everything your need, navigates your program with pleasure, stops at matter places only, reduces manual and mental efforts. You can now focus on real debugging.
Stars: ✭ 669 (+582.65%)
Mutual labels:  terminal, console, tty
Vim Quickui
The missing UI extensions for Vim 8.2 (and NeoVim 0.4) !! 😎
Stars: ✭ 714 (+628.57%)
Mutual labels:  terminal, tui, text-editor
C Sharp Console Gui Framework
A GUI framework for C# console applications
Stars: ✭ 838 (+755.1%)
Mutual labels:  terminal, console, tui
Tty Pager
Terminal output paging - cross-platform, major ruby interpreters
Stars: ✭ 37 (-62.24%)
Mutual labels:  terminal, console, tty
Clui
Command Line User Interface (Console UI inspired by TurboVision)
Stars: ✭ 561 (+472.45%)
Mutual labels:  terminal, console, tui

dte

A small and easy to use console text editor.

Features

  • Multiple buffers/tabs
  • Unlimited undo/redo
  • Regex search and replace
  • Syntax highlighting
  • Customizable color schemes
  • Customizable key bindings
  • Support for all xterm Ctrl/Alt/Shift key codes
  • Command language with auto-completion
  • Unicode 13 compatible text rendering
  • Support for multiple encodings (using iconv)
  • Jump to definition (using ctags)
  • Jump to compiler error
  • EditorConfig support

Screenshot

dte screenshot

Installing

dte can be installed via package manager on the following platforms:

OS Install command
Debian Testing apt-get install dte
Ubuntu apt-get install dte
Arch Linux (AUR) $AUR_HELPER -S dte
Void Linux xbps-install -S dte
Slackware (SlackBuilds) See: SlackBuild Usage HOWTO
FreeBSD pkg install dte
DragonFly BSD (DPorts) pkg install dte
OpenBSD pkg_add dte
NetBSD (pkgsrc) pkg_add dte
OS X (Homebrew) brew tap yumitsu/dte && brew install dte
Android (Termux) pkg install dte

Building

To build from source, first ensure the following dependencies are installed:

...then download and unpack the latest release tarball:

curl -LO https://craigbarnes.gitlab.io/dist/dte/dte-1.9.1.tar.gz
tar -xzf dte-1.9.1.tar.gz
cd dte-1.9.1

...and compile and install:

make && sudo make install

Documentation

After installing, you can access the documentation in man page format via man 1 dte, man 5 dterc and man 5 dte-syntax.

Online documentation is also available at https://craigbarnes.gitlab.io/dte/.

Packaging

See docs/packaging.md.

License

Copyright (C) 2017-2021 Craig Barnes.
Copyright (C) 2010-2015 Timo Hirvonen.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].