aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-02-05 02:17:12 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-02-05 02:18:24 +1300
commitb9b5a431422c4213fe555e284fcfaa96cd692267 (patch)
treef2b81334491757777f857afed7925204fd4844f2 /README.markdown
parentEscape literal backslash in sec(1df) manual (diff)
downloaddotfiles-b9b5a431422c4213fe555e284fcfaa96cd692267.tar.gz
dotfiles-b9b5a431422c4213fe555e284fcfaa96cd692267.zip
Add hms(1df)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index f2ef003e..586594a4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -424,6 +424,9 @@ Installed by the `install-bin` target:
* `jfc(1df)` adds and commits lazily to a Git repository.
* `jfcd(1df)` watches a directory for changes and runs `jfc(1df)` if it
sees any.
+* Two time duration functions:
+ * `hms(1df)` converts seconds to `hh:mm:ss` or `mm:ss` timestamps.
+ * `sec(1df)` converts `hh:mm:ss` or `mm:ss` timestamps to seconds.
* `ap(1df)` reads arguments for a given command from the standard input,
prompting if appropriate.
* `apf(1df)` prepends arguments to a command with ones read from a file,
@@ -493,7 +496,6 @@ Installed by the `install-bin` target:
* `rgl(1df)` is a very crude interactive `grep(1)` loop.
* `shb(1df)` attempts to build shebang lines for scripts from the system
paths.
-* `sec(1df)` converts `hh:mm:ss` or `mm:ss` timestamps to seconds.
* `sqs(1df)` chops off query strings from filenames, usually downloads.
* `sshi(1df)` prints human-readable SSH connection details.
* `stex(1df)` strips extensions from filenames.