Add some comparisons methods, fix the existing checks
[jvcard.git] / README.md
... / ...
CommitLineData
1# jVcard
2
3Small TUI (text mode) VCard manager (also supports abook files)
4
5Description and screenshots: <http://nikiroo.github.io/jvcard>
6
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
13- it can create/delete a contact
14- it can be used to edit your data (currently in RAW format, field by field)
15- it can save back to file
16- English and French versions available (will look for the host language, can be forced with "--lang en")
17
18## TODO
19
20- customisation of VIEW_CONTACT
21- lot of other things
22- correct UI for new contact/new data/edit data-types