Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCHIVAL NOTE

I lost interest.

edit

Simple wrapper script for keeping your hands friendly. It just exec's $EDITOR if set. Otherwise it fallbacks to vi command, which is standard editor.

Usability Note: I think simply setting the $EDITOR environment variable is more simple and usefull. So.. You probably would never need such a script.

Installation

Requirements

Default compilation requires:

  • Standard POSIX tools (cp, mv etc.)
  • POSIX make
  • scdoc (optional, for manpage)

Building

Set your variables in Makefile and just run:

# default installation
make
# if necessary as root
make install

Or optionally place edit.sh in your $PATH manually.

Usage

See edit(1) manpage.

Copying

Licensed under ISC License. See file COPYING for details.

Used by

Contributors

Languages