X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=3c6b79c20735836c6db6f02255aa53f0296b63a7;hb=88eb81220498dc5b3199bad2d1de6970b55ceaed;hp=fa5b5632541240234c62a0f6b39609b9bdfef1ff;hpb=176a83279a5aafb7e44cc7c34bf78f0bc35225fe;p=jvcard.git diff --git a/README.md b/README.md index fa5b563..3c6b79c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jvcard +# jVCard Small TUI (text mode) VCard manager (also supports abook files) ## Current version @@ -11,10 +11,32 @@ Small TUI (text mode) VCard manager (also supports abook files) - it can be used to edit your data (currently in RAW format, field by field) - it can save back to file - English and French versions available (will look for the host language, can be forced with "--lang en") +- remote synchronisation server (still in testing, but should work) ## TODO -- ".properties" files to easily change the colours -- customisation of VIEW_CONTACT - lot of other things - correct UI for new contact/new data/edit data-types +- update the screenshots + +## Screenshots + +### Navigation + +![Opening a directory](http://nikiroo.be/jvcard/screenshots/open-dir.png) +![Opening a VCF/aBook card](http://nikiroo.be/jvcard/screenshots/open-vcf.png) + +### Contact screen + +![Contact screen](http://nikiroo.be/jvcard/screenshots/open-contact.png) + +### Image modes + +![Double Dithering](http://nikiroo.be/jvcard/screenshots/image-dd.png) +![ASCII](http://nikiroo.be/jvcard/screenshots/image-ascii.png) +![Dithering](http://nikiroo.be/jvcard/screenshots/image-dithering.png) +![Double Resolution](http://nikiroo.be/jvcard/screenshots/image-double.png) + +### Edit contact screen (Work In Progress) + +![Edit contact WIP](http://nikiroo.be/jvcard/screenshots/edit-contact.png)