The Wayback Machine - https://web.archive.org/web/20230416165302/https://github.com/asciimoo/omnom
Skip to content

asciimoo/omnom

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
cmd
 
 
 
 
ext
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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