bookmarks

command module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2020 License: MIT Imports: 1 Imported by: 0

README

Bookmarks

Simple bookmark manager with tags written in Golang. It has CLI and uses SQLite database for storing bookmarks.

Install

$ go get github.com/ashlinchak/bookmarks

Configuration

By default, SQLite database will be located in data/bookmarks.db path. You can configure it by specifying environment variable:

export BOOKMARKS_DB_PATH="$HOME/opt/bookmarks/bookmarks.db"

Usage

All available commands available in help interface

$ bookmarks --help

Implemented commands are:

  • setup - initial setup database.
  • add - add bookmark
  • update - update bookmark
  • delete - delete bookmark
  • show - list all bookmarks or search them by tags
  • tags - print tags which are used by bookmarks

To get a detail information about each command run help:

$ bookmarks show --help

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
lib

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL