summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-01-08 16:46:51 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-01-09 11:56:22 +0100
commit8d69e45c0e69b56310d54dfe7c39d108881f1c18 (patch)
treeba6424d644fa4b20a9d0dbeff55b0258dcbace1f /doc
parent4d00554d8c2d5fe861f650fe4ec183b137d0a7f1 (diff)
Add imag-edit command
Diffstat (limited to 'doc')
-rw-r--r--doc/src/04020-module-edit.md7
-rw-r--r--doc/src/05100-lib-entryedit.md2
-rw-r--r--doc/src/09020-changelog.md1
3 files changed, 9 insertions, 1 deletions
diff --git a/doc/src/04020-module-edit.md b/doc/src/04020-module-edit.md
new file mode 100644
index 00000000..75761d54
--- /dev/null
+++ b/doc/src/04020-module-edit.md
@@ -0,0 +1,7 @@
+## Edit {#sec:modules:edit}
+
+The `imag-edit` command is for simply editing store entries with the
+`$EDITOR`.
+
+It is based on libimagentryedit (@sec:lib:entryedit).
+
diff --git a/doc/src/05100-lib-entryedit.md b/doc/src/05100-lib-entryedit.md
index 42374e48..285b5e5e 100644
--- a/doc/src/05100-lib-entryedit.md
+++ b/doc/src/05100-lib-entryedit.md
@@ -1,4 +1,4 @@
-## libimagentryedit
+## libimagentryedit {#sec:lib:entryedit}
Provides edit (as in spawning an `$EDITOR`) functionality for entries.
diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md
index eeb73392..022d98d4 100644
--- a/doc/src/09020-changelog.md
+++ b/doc/src/09020-changelog.md
@@ -31,6 +31,7 @@ This section contains the changelog from the last release to the next release.
the function way better.
* `libimagentryutil` was introduced, a library for helpers for
`libimagstore::store::Entry` handling and writing extension-writing.
+ * `imag-edit` was introduced
* Minor changes
* Internals were refactored from `match`ing all the things into function
chaining