]> git.armaanb.net Git - bin.git/blobdiff - man/inp.1.scd
inp: add script
[bin.git] / man / inp.1.scd
diff --git a/man/inp.1.scd b/man/inp.1.scd
new file mode 100644 (file)
index 0000000..2f468fd
--- /dev/null
@@ -0,0 +1,17 @@
+fmt-music(1)
+
+# NAME
+inp - run any command in-place.
+
+# SYNOPSIS
+*inp* [command] [input file]
+
+# DESCRIPTION
+Run any command that outputs to stdout in place. For example to run fold on   
+file you could run "inp 'fold -s -w 72' file.txt". It is important that the 
+command and all of its options are a single argument, wrapped in quotes if need 
+be.
+
+# COPYRIGHT
+This is free and unencumbered software released into the public domain. For more
+information, please refer to <https://unlicense.org/>.
\ No newline at end of file