Refresh data on "Back", allow configuration of View + border
[jvcard.git] / README.md
CommitLineData
b6feefc6 1# jVCard
f81b2ad9
N
2Small TUI (text mode) VCard manager (also supports abook files)
3
4## Current version
5
6- it can open VCF and ABOOK files
7- it can create a Swing terminal or use a real terminal (try "--help") using Lanterna 3 (which can be found here on GitHub, too)
8- it will list all the contacts of the file you select
9- it will show more detailed informations about a selected contact, including an ASCII art representation of their photo if any
176a8327 10- it can create/delete a contact
f81b2ad9
N
11- it can be used to edit your data (currently in RAW format, field by field)
12- it can save back to file
668268fc 13- English and French versions available (will look for the host language, can be forced with "--lang en")
450d662e 14- remote synchronisation server (still in testing)
f81b2ad9
N
15
16## TODO
17
f81b2ad9 18- customisation of VIEW_CONTACT
f81b2ad9 19- lot of other things
176a8327 20- correct UI for new contact/new data/edit data-types
b6feefc6
N
21
22## Screenshots
23
24### Navigation
25
26![Opening a directory](http://nikiroo.be/jvcard/screenshots/open-dir.png)
27![Opening a VCF/aBook card](http://nikiroo.be/jvcard/screenshots/open-vcf.png)
28
29### Contact screen
30
31![Contact screen](http://nikiroo.be/jvcard/screenshots/open-contact.png)
32
33### Image modes
34
35![Double Dithering](http://nikiroo.be/jvcard/screenshots/image-dd.png)
36![ASCII](http://nikiroo.be/jvcard/screenshots/image-ascii.png)
37![Dithering](http://nikiroo.be/jvcard/screenshots/image-dithering.png)
38![Double Resolution](http://nikiroo.be/jvcard/screenshots/image-double.png)
39
40### Edit contact screen (Work In Progress)
41
42![Edit contact WIP](http://nikiroo.be/jvcard/screenshots/edit-contact.png)