af4a5bb edit.1.scd: documentate $CLI_EDITOR
~kurth4cker pushed to ~kurth4cker/editor-wrapper git
af4a5bb edit.1.scd: documentate $CLI_EDITOR
~kurth4cker pushed to ~kurth4cker/editor-wrapper git
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.
Default compilation requires:
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.
See edit(1) manpage.
Licensed under ISC License. See file COPYING for details.