efy / gorecall

A simple bookmark server / manager / search engine (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Report Card CircleCI

Recall

Recall is a minimal open source bookmarking and link management service that aims to be fast and easy to install.

Features

  • Full text search
  • Smart Tags
  • Multi user support
  • REST API
  • Officially supported Chrome app with Omnibox support
  • Officially supported Mobile apps
  • Import from all major services in all standard formats
  • Full page download and caching
  • RSS / Atom / WebSub

Getting started

TODO

Developing

TODO

Testing

Recall uses the standard Go testing package. So testing is as simple as running:

# Test package main
go test .

# All packages
go test ./...

# A specific package
go test ./model

Building

TODO

Releasing

TODO

Contributing

TODO

Licensing

The code in this project is licensed under MIT license. See the LICENSE file for more details.

About

A simple bookmark server / manager / search engine (WIP)

License:MIT License


Languages

Language:Go 82.3%Language:JavaScript 11.0%Language:CSS 2.8%Language:Shell 2.4%Language:HTML 0.9%Language:Dockerfile 0.6%