Bookit

Version Build Downloads Open Issues License

Fast and simple bookmark manager for your operating system.

Install

cargo install bookit

Configuration

Bookmarks

To setup bookit you need to run:

bookit config create

This will create a configuration file for where your bookmarks will be stored.

Shell Completions

You can put this in your .zshrc file (just make sure $HOME/.zsh_functions/ is in your fpath):

if [[ ! -f "$HOME/.zsh_functions/_bookit" ]]; then bookit completions --type zsh > "$HOME/.zsh_functions/_bookit" fi

Or you can generate yours with:

bookit completions --type $SHELL # Where $SHELL is zsh,bash,fish,elvish,powershell

Environment Variables

To configure bookit you can update the following variables.

Development

Written in rust. Workflows are defined in .envrc.sh.