Skip to content

abedef/boop-go

Repository files navigation

boop

boop.pdf

boop is an experimental information capture and recall system, supporting syntax lightly inspired by sowhat

Executables

boop

Dependencies:

Installation

Install the latest version via Go:

go install gitlab.com/genieindex/boop-cli@latest

To refer to the command simply as boop, add alias boop='boop-cli' to your shell's initialization file.

Usage

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: +15555551234

Now you can run boop to print all boops to stdout, or pipe text into boop like echo hello world | boop to save a boop.

boopd

Dependencies:

  • TODO

Installation

TODO

Usage

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published