aboutsummaryrefslogtreecommitdiff
path: root/man/man1/eds.1df
blob: ae1fbb6dda97f48633ffcc23e865466cd5552df5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.TH VIS 1df "November 2015" "Manual page for eds"
.SH NAME
.B eds
\- create and edit personal scripts
.SH SYNOPSIS
.B eds [EDITOR_OPTS] [--] FILE1 [FILE2...]
.SH DESCRIPTION
Create and edit executable scripts in a directory EDSPATH (defaults to
~/.local/bin).  Makes any created files executable for convenience.
.P
   $ eds myscript
   $ eds myscript newscript
   $ EDITOR=vim eds -O tabone tabtwo
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>