aboutsummaryrefslogtreecommitdiff
path: root/man/man1/eds.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/eds.1')
-rw-r--r--man/man1/eds.115
1 files changed, 15 insertions, 0 deletions
diff --git a/man/man1/eds.1 b/man/man1/eds.1
new file mode 100644
index 00000000..545f90fc
--- /dev/null
+++ b/man/man1/eds.1
@@ -0,0 +1,15 @@
+.TH VIS 1 "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>