All Projects → lichray → Nvi2

lichray / Nvi2

Licence: other
A multibyte fork of the nvi editor for BSD

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Nvi2

E
A dead simple editor
Stars: ✭ 440 (+358.33%)
Mutual labels:  posix, editor
Dte
A small, configurable console text editor (moved to https://gitlab.com/craigbarnes/dte)
Stars: ✭ 98 (+2.08%)
Mutual labels:  posix, editor
Mg
Micro (GNU) Emacs-like text editor ❤️ public-domain
Stars: ✭ 117 (+21.88%)
Mutual labels:  bsd, editor
go-sysconf
sysconf for Go, without using cgo
Stars: ✭ 119 (+23.96%)
Mutual labels:  posix, bsd
Ecominit
eComInit is a free init system and service manager designed to scale from lightweight desktops to web-scale cloud deployments. It aims to offer feature-parity with systemd but with a modular, portable architecture compliant with software engineering best-practice.
Stars: ✭ 352 (+266.67%)
Mutual labels:  posix, bsd
InitKit
Neo-InitWare is a modular, cross-platform reimplementation of the systemd init system. It is experimental.
Stars: ✭ 364 (+279.17%)
Mutual labels:  posix, bsd
Mksh
MirBSD Korn Shell Source Code Mirror – This is a publish-only repository and all pull requests are ignored. This repository is a mirror and may receive forced (non-fast-forward) updates. Please contribute to the CVS repository of The MirOS Project instead.
Stars: ✭ 130 (+35.42%)
Mutual labels:  posix, bsd
Plibsys
Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
Stars: ✭ 402 (+318.75%)
Mutual labels:  posix, bsd
Awesome Unix
All the UNIX and UNIX-Like: Linux, BSD, macOS, Illumos, 9front, and more.
Stars: ✭ 973 (+913.54%)
Mutual labels:  posix, bsd
Spritemate
spritemate is a browser based sprite editor for the Commodore 64
Stars: ✭ 89 (-7.29%)
Mutual labels:  editor
Roslynpad
A cross-platform C# editor based on Roslyn and AvalonEdit
Stars: ✭ 1,310 (+1264.58%)
Mutual labels:  editor
Mazu Editor
a minimalist text editor with syntax highlight, copy/paste, and search
Stars: ✭ 88 (-8.33%)
Mutual labels:  posix
Develnext
JavaFX and IDE for JPHP (only russian localization, english - in progress)
Stars: ✭ 89 (-7.29%)
Mutual labels:  editor
Balsa
This repository holds source code of Balsa, a self hosted, privacy focused knowledgebase.
Stars: ✭ 93 (-3.12%)
Mutual labels:  editor
Otter Browser
Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
Stars: ✭ 1,289 (+1242.71%)
Mutual labels:  bsd
Txtnish
A twtxt client with minimal dependencies
Stars: ✭ 95 (-1.04%)
Mutual labels:  posix
Omniawrite
A text editor engineered for creative writing.
Stars: ✭ 88 (-8.33%)
Mutual labels:  editor
Kodeweave
HTML/CSS/JS and Markdown Playground For Web Designers and Developers
Stars: ✭ 87 (-9.37%)
Mutual labels:  editor
Phoronix Test Suite
The Phoronix Test Suite open-source, cross-platform automated testing/benchmarking software.
Stars: ✭ 1,339 (+1294.79%)
Mutual labels:  bsd
Cloudcmd
✨☁️📁✨ Cloud Commander file manager for the web with console and editor.
Stars: ✭ 1,332 (+1287.5%)
Mutual labels:  editor

This is version 2.2.0 (2020-08-01) of nex/nvi, a reimplementation of the ex/vi text editors originally distributed as part of the Fourth Berkeley Software Distribution (4BSD), by the University of California, Berkeley.

The directory layout is as follows:

LICENSE ....... Copyright, use and redistribution information.
README ........ This file.
catalog ....... Message catalogs; see catalog/README.
cl ............ Vi interface to the curses(3) library.
common ........ Code shared by ex and vi.
ex ............ Ex source code.
files ......... Template files.
man ........... Ex/vi documentation.
regex ......... Modified regex library with wide character support.
vi ............ Vi source code.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

o Nvi was written by Keith Bostic, and the last version is 1.79. After that,

Sven Verdoolaege added the iconv support and the DB3 locking.

Jun-ichiro itojun Hagino developed the file encoding detection
techniques in his nvi-m17n.

The following acknowledgments were written by Keith Bostic:

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= o This software is several years old and is the product of many folks' work.

This software was originally derived from software contributed to
the University of California, Berkeley by Steve Kirkendall, the
author of the vi clone elvis.  Without his work, this work would
have been far more difficult.

IEEE POSIX 1003.2 style regular expression support is courtesy of
Henry Spencer, for which I am *very* grateful.

Elan Amir did the original 4BSD curses work that made it possible
to support a full-screen editor using curses.

George Neville-Neil added the Tcl interpreter, and the initial
interpreter design was his.

Sven Verdoolaege added the Perl interpreter.

Rob Mayoff provided the original Cscope support.

o Many, many people suggested enhancements, and provided bug reports and testing, far too many to individually thank.

o From the original vi acknowledgements, by William Joy and Mark Horton:

Bruce Englar encouraged the early development of this display
editor.  Peter Kessler helped bring sanity to version 2's
command layout.  Bill Joy wrote versions 1 and 2.0 through 2.7,
and created the framework that users see in the present editor.
Mark Horton added macros and other features and made the editor
work on a large number of terminals and Unix systems.

o And... The financial support of UUNET Communications Services is gratefully acknowledged.

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].