All Projects → asciimoo → omnom

asciimoo / omnom

Licence: AGPL-3.0 license
A webpage bookmarking and snapshotting service

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
Smarty
1635 projects
SCSS
7915 projects
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Omnom

A webpage bookmarking and snapshotting service.

Omnom consists of two parts; a multi-user web application that accepts bookmarks and snapshots and a browser extension responsible for bookmark and snapshot creation.

Omnom is a rebooted implementation of @stef's original omnom project, big thanks for it.

Requirements

go >= 1.14

Setup & run

Checkout the repo and execute go get -u then go run omnom.go listen in the repo root.

Settings can be configured in config.yml config file - restart webapp after updating.

Command line tool

Basic management actions are available using the command line tool (go run omnom.go or go build; ./omnom)

Available Commands

  create-token create new login token for a user
  create-user  create new user
  listen       start server
  show-user    show user details
  help         Help about any command
  completion   generate the autocompletion script for the specified shell

Browser addon

Omnom browser addon is available for

Bugs

Bugs or suggestions? Visit the issue tracker or join our discord server

License

AGPLv3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].