From f81b2ad963b57dcdcac9d694fdd584a7845806c3 Mon Sep 17 00:00:00 2001 From: Niki Date: Tue, 1 Mar 2016 18:25:09 +0100 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..04850f8 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# jvcard +Small TUI (text mode) VCard manager (also supports abook files) + +## Current version + +- it can open VCF and ABOOK files +- it can create a Swing terminal or use a real terminal (try "--help") using Lanterna 3 (which can be found here on GitHub, too) +- it will list all the contacts of the file you select +- it will show more detailed informations about a selected contact, including an ASCII art representation of their photo if any +- it can delete a contact +- it can be used to edit your data (currently in RAW format, field by field) +- it can save back to file + +## TODO + +- ".properties" files to easily change the colours +- correct EDIT support +- customisation of VIEW_CONTACT +- French translation to check if everything is translatable +- lot of other things -- 2.27.0