boop is an experimental information capture and recall system, supporting syntax lightly inspired by sowhat
Dependencies:
- an instance of
boop-server
Install the latest version via Go:
go install gitlab.com/genieindex/boop-cli@latestTo refer to the command simply as boop, add alias boop='boop-cli' to your shell's initialization file.
Assuming boop-server is deployed to boop.example.com and configured for use with phone number +15555551234:
Create a configuration file (~/.config/boop/config.yaml, or ~/Library/Application Support/boop/config.yaml on macOS) with the following contents:
endpoint: http://boop.example.com/
phone: +15555551234Now you can run boop to print all boops to stdout, or pipe text into boop like echo hello world | boop to save a boop.
Dependencies:
- TODO
TODO
TODO