All Projects → mackron → Dred

mackron / Dred

Licence: other
A fast, lightweight text editor.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Dred

Nano Win
GNU nano text editor for Windows [WARNING: The master branch is constantly rebased and force-pushed so don't expect it to be steady!! -end WARNING]
Stars: ✭ 123 (-33.87%)
Mutual labels:  text-editor
Lime Qml
QML frontend for LimeText
Stars: ✭ 150 (-19.35%)
Mutual labels:  text-editor
Bim
small terminal text editor with syntax highlighting
Stars: ✭ 174 (-6.45%)
Mutual labels:  text-editor
Simple Java Text Editor
📝 PHNotepad is a simple Java text/code editor (notepad) written in Java. It has also nice features such as Search tool, Find/Replace text/code, Auto completion, Nice Image Buttons for better UX, etc.
Stars: ✭ 128 (-31.18%)
Mutual labels:  text-editor
Acme2k
acme2k - text editor fo' all the cool cats who ain't 'fraid of no mice
Stars: ✭ 143 (-23.12%)
Mutual labels:  text-editor
Oni
Oni: Modern Modal Editing - powered by Neovim
Stars: ✭ 11,466 (+6064.52%)
Mutual labels:  text-editor
Mg
Micro (GNU) Emacs-like text editor ❤️ public-domain
Stars: ✭ 117 (-37.1%)
Mutual labels:  text-editor
Qmarkdowntextedit
A C++ Qt QPlainTextEdit widget with markdown highlighting support and a lot of other extras
Stars: ✭ 182 (-2.15%)
Mutual labels:  text-editor
Lintalist
Searchable interactive texts to copy & paste text, run scripts, using easily exchangeable bundles
Stars: ✭ 147 (-20.97%)
Mutual labels:  text-editor
Brackeys Ide
👨‍💻 Brackeys IDE is a fast and free multi-language code editor for Android.
Stars: ✭ 154 (-17.2%)
Mutual labels:  text-editor
Neo Mc
A Midnight Commander fork with scripting and other features.
Stars: ✭ 129 (-30.65%)
Mutual labels:  text-editor
Smith
A simple text editor written in Rust
Stars: ✭ 141 (-24.19%)
Mutual labels:  text-editor
Pell
📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies
Stars: ✭ 11,653 (+6165.05%)
Mutual labels:  text-editor
Notepadqq
A simple, general-purpose editor for Linux
Stars: ✭ 1,738 (+834.41%)
Mutual labels:  text-editor
Ngx Wig
Angular(...Angular 7, Angular 8, Angular 9, Angular 10, Angular 11) WYSIWYG HTML Rich Text Editor (from ngWig - https://github.com/stevermeister/ngWig)
Stars: ✭ 178 (-4.3%)
Mutual labels:  text-editor
Bed
bash only text editor
Stars: ✭ 122 (-34.41%)
Mutual labels:  text-editor
Vue Codemirror
⌨️ @codemirror component for @vuejs
Stars: ✭ 2,115 (+1037.1%)
Mutual labels:  text-editor
Ci edit
A terminal text editor with mouse support and ctrl+Q to quit.
Stars: ✭ 183 (-1.61%)
Mutual labels:  text-editor
Nib
Wysiwyg / Text editor components built using React and Prosemirror
Stars: ✭ 181 (-2.69%)
Mutual labels:  text-editor
Vue Trix
Trix text editor component for Vue.js
Stars: ✭ 159 (-14.52%)
Mutual labels:  text-editor

dred

dred is a fast, ultra-lightweight graphical text editor. It currently weighs in at less than 1MB.

Supported platforms include Windows, Linux and Mac. Linux and Mac depend on GTK+ 3.

Compiling

Just compile source/dred/dred_main.c using your favourite compiler.

Compiling this on Unix based platforms requires the development version of the GTK+ 3.0 library and all associated libraries (glib, gdk, atk, cairo, ...).

To compile dred on Unix based platforms use the following command:

cc source/dred/dred_main.c -o dred `pkg-config --cflags --libs gtk+-3.0` -lm -ldl

Features

  • Dark and light theme
  • Favourite files
  • Command bar
  • Simple installation process with minimal dependencies

screenshot

License

Copyright (C) 2018 David Reid

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
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].