Go to file
2024-10-09 19:41:42 -04:00
bulb Splut bulb code into another module 2024-10-09 19:41:42 -04:00
cmd/bulb Splut bulb code into another module 2024-10-09 19:41:42 -04:00
README.md Initial commit 2024-10-08 15:51:30 -04:00

bulb

A simple bulletin board for your server. Users of the system can post and read messages using the "bulb" command. You can also set up multiple boards.

Usage

To list available boards:

bulb

To post a message:

bulb post Message text
bulb post -b <board-name> Message text

To read recent messages:

bulb read
bulb read -b <board-name>
bulb read -n <message-count>