Just an address book in terminal with CLI
and TUI
.
🌎 English | 中文
- Generate contact information
- Modify contact information
- Delete contact information
- Find contact information (by name, address and phone number)
- Share contacts
- Reset address book
- Support
CLI
andTUI
- Design yourself theme
- Add language pack
-
You need create a file called
theme.txt
. -
Put it in to the AddressBook folder.
-
Then, you can strat to design yourself theme.
Here are some configurations:config tags for windows
- You have to write
windowstag
before you write windows tags configuration. rightUpTag
,leftUpTag
,rightDownTag
,leftDownTag
,upAndDownTag
,leftAndRightTag
,tittleLeftTag
andtittlrRightTag
is to modify the tag configuration.rightUpColor
,leftUpColor
,rightDownColor
,leftDownColor
,upAndDownColor
,leftAndRightColor
,tittleLeftColor
andtittlrRightColor
is to modify the tag color configuration.
config information for windows
- You have to write
windowsInfo
before you write windows information configuration. logoElementX
,fliterElementX
andindexElementX
is to modify the element's position.logoElementColor
,fliterElementColor
,indexElementColor
,guideElementColor
,foucerColor
,unforceColor
, andversionColor
is to modify the element's color.
- You have to write
📝 e.g. >>> theme.txt
windowsTag
rightUpTag:╮
rightDownTag:╯
leftUpTag:╭
leftDownTag:╰
upAndDownTag:─
leftAndRightTag:│
titleLeftTag:<
titleRightTag:>
rightUpColor:(0,255,255)
rightDownColor:(0,255,255)
leftUpColor:(0,255,255)
leftDownColor:(0,255,255)
upAndDownColor:(0,255,255)
leftAndRightColor:(0,255,255)
titleLeftColor:(255,0,0)
titleRightColor:(255,0,0)
windowsInfo
logoElementX:3
fliterElementX:17
logoElementColor:(165,42,42)
fliterElementColor:(165,42,42)
indexElementColor:(0,255,255)
fouceColor:(255,0,0)
unfouceColor:(244,164,96)
PR, Forks and any issue are welcome!