Add some comparisons methods, fix the existing checks
[jvcard.git] / README.md
CommitLineData
89d9d47d
N
1# jVcard
2
f81b2ad9
N
3Small TUI (text mode) VCard manager (also supports abook files)
4
89d9d47d
N
5Description and screenshots: <http://nikiroo.github.io/jvcard>
6
f81b2ad9
N
7## Current version
8
9- it can open VCF and ABOOK files
10- it can create a Swing terminal or use a real terminal (try "--help") using Lanterna 3 (which can be found here on GitHub, too)
11- it will list all the contacts of the file you select
12- it will show more detailed informations about a selected contact, including an ASCII art representation of their photo if any
176a8327 13- it can create/delete a contact
f81b2ad9
N
14- it can be used to edit your data (currently in RAW format, field by field)
15- it can save back to file
668268fc 16- English and French versions available (will look for the host language, can be forced with "--lang en")
f81b2ad9
N
17
18## TODO
19
f81b2ad9 20- customisation of VIEW_CONTACT
f81b2ad9 21- lot of other things
176a8327 22- correct UI for new contact/new data/edit data-types