Fix UTF8 bug, create first executable JAR file
[jvcard.git] / README.md
CommitLineData
f81b2ad9
N
1# jvcard
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
10- it can delete a contact
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")
f81b2ad9
N
14
15## TODO
16
17- ".properties" files to easily change the colours
18- correct EDIT support
19- customisation of VIEW_CONTACT
f81b2ad9 20- lot of other things