X-Git-Url: http://git.nikiroo.be/?p=jvcard.git;a=blobdiff_plain;f=README.md;h=0a0e5c20662d363b8f96d696e874708f2414fc78;hp=60840e2a8912ffc965cdc9f7958cf633ac1e3528;hb=3634193b7a8927e68a3ae3d38fff4f6bd36c4ee5;hpb=89d9d47d0c2be35228ae8add7dc166722df04db8 diff --git a/README.md b/README.md index 60840e2..0a0e5c2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ -# jVcard - +# jVCard Small TUI (text mode) VCard manager (also supports abook files) -Description and screenshots: - ## Current version - it can open VCF and ABOOK files @@ -14,9 +11,32 @@ Description and screenshots: - 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) ## TODO - customisation of VIEW_CONTACT - lot of other things - correct UI for new contact/new data/edit data-types + +## 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)