Skip to content

Commit 161e05d

Browse files
committed
Updating README.md
1 parent 3413b3b commit 161e05d

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ The first thing to be done is to create a command line alias to the main program
5959
alias bb="/Applications/BulletinBoard.app/Contents/macOS/BulletinBoard"
6060
```
6161

62-
Now you can use it in the command line with `bb`. Be careful not to use the command line without any arguments as that will run the gui Application.
62+
Now you can use it in the command line with `bb`. Be careful not to use the command line without any arguments as that will run the gui Application. If you run `bb help` you will get the list of supported commands.
63+
64+
![BulletinBoard CLI Commands](https://github.com/raguay/BulletinBoard/blob/main/images/bbcli-help.png)
65+
66+
Using `bb build <name>`, where `<name>` is the name of the template, you will be given the template builder shown above in the introduction. `bb deleteTemplate <name>` will delete the given template. `bb list` will list all the templates both given with the program and the user defined templates. `bb send message <message>` will send the `<message>` in quotes to the bulletinboard program to display to the user just the message. `bb send template <name>` will send the `<name>` template to the BulletinBoard program to show the user. When the user presses a cancel button, the cancel button is given in the json return structure. If a button with the `submit` command will return all the input type elements with their values in a json structure. This allows BublletinBoard to be used by other programs to get information from the user.
6367

6468
## Articles about BulletinBoard
6569

images/TuiDemo.gif

28.2 MB
Loading

images/TuiDemo.mp4

18.3 MB
Binary file not shown.

images/bbcli-help.png

382 KB
Loading

0 commit comments

Comments
 (0)