Skip to content

Commit 910603c

Browse files
committed
ver
1 parent 3554911 commit 910603c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ $ meshcli <args> <commands>
2222

2323
If using BLE, don't forget to pair your device first (using `bluetoothctl` for instance on Linux) or meshcli won't be able to communicate.
2424

25+
## Configuration
26+
27+
Configuration files are stored in ```$HOME/.config/meshcore```
28+
29+
If the directory exists, default ble address and history will be stored them.
30+
31+
If there is an initialization script file called ```init```, it will be executed just before the commands provided on command line are executed (and after evaluation of the arguments).
32+
2533
### Arguments
2634

2735
Arguments mostly deals with ble connection
@@ -45,6 +53,7 @@ Commands are given after arguments, they can be chained and some have shortcuts.
4553
General commands
4654
chat : enter the chat (interactive) mode
4755
chat_to <ct> : enter chat with contact to
56+
script <file> : executes script stored in file
4857
infos : print informations about the node i
4958
card : export this node URI e
5059
ver : firmware version v

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "meshcore-cli"
7-
version = "0.6.8"
7+
version = "0.6.9"
88
authors = [
99
{ name="Florent de Lamotte", email="[email protected]" },
1010
]

src/meshcore_cli/meshcore_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,7 @@ def command_help():
10871087
print(""" General commands
10881088
chat : enter the chat (interactive) mode
10891089
chat_to <ct> : enter chat with contact to
1090+
script <filename> : execute commands in filename
10901091
infos : print informations about the node i
10911092
card : export this node URI e
10921093
ver : firmware version v

0 commit comments

Comments
 (0)