aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-08 17:51:45 +0200
committerMattias Andrée <maandree@kth.se>2021-04-08 17:51:45 +0200
commit347d8c3c6fb248e6f4a13aa8425a8d5496d7b77e (patch)
tree9a662501cdcd7cbbcdbca7954e06e3b57a40f351
parentDo not create the home directory if missing (diff)
downloadcontacts-347d8c3c6fb248e6f4a13aa8425a8d5496d7b77e.tar.gz
contacts-347d8c3c6fb248e6f4a13aa8425a8d5496d7b77e.tar.bz2
contacts-347d8c3c6fb248e6f4a13aa8425a8d5496d7b77e.tar.xz
Add README
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README6
-rw-r--r--TODO1
2 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a3bb52e
--- /dev/null
+++ b/README
@@ -0,0 +1,6 @@
+NAME
+ contacts - A collection of utilities for inspecting and manipulating your contact list
+
+DESCRIPTION
+ contacts is a collection of utilities that inspects and manipulate the user's
+ libcontacts compatible list of contacts.
diff --git a/TODO b/TODO
index ca36b81..a1ffab7 100644
--- a/TODO
+++ b/TODO
@@ -32,5 +32,4 @@ Test unblock-contact
Add ability to filter on unset values in entries
Add ability to remove values in entries
Add man pages
-Add readme
Add tests