b(ookmark)url is a developer first bookmark management tool written in Go.
To get started with development, clone the repository and run the following commands:
./scripts/setup.shThis will install the necessary dependencies and set up the project for development.
This project uses Taskfile to manage tasks. To see a list of available tasks, run:
task --listTo enable auto-completion for the available tasks follow the Homebrew shell completion instructions here.