• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 13 years ago
  • Updated about 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fast and Simple Bookmark Service

Shortcut.io is an open source software to build a bookmarking service.

Flattr Shortcut.io

Background

Early 2011 I have started to build my own bookmarking service as I was unsatisfied with the existing ones. While it is trivial to store bookmarks with any service it was much harder to ever find a certain bookmark again once you have 1000+ of them. Shortcut.io has the goal to make finding bookmarks as easy as storing them. Then, when I got done about 60-70% of the initial public release I started working for a new company and had not enough time to continue working on it. Now, many months later I have realized that I will not finish it any time soon and that there are already enough commercial bookmarking services. Therefor it would be a complete waste of time if I would let this project die without any benefit for anybody. This is why I have decided to open source it.

The service is up and running on http://shortcut.io and can be use free of charge. Either people will like it, contribute to it and maybe even install it on their own or it will just fade away. Personally I would be extremely happy if it evolves into a nice little community driven project.

So if you care to get involved write me a message - I will help you getting it to run.

Features

  • Slim and fast interface driven by backbone.js
  • Fast and flexible search powered by elasticsearch
  • Visual bookmark thumbnails generated asynchronously
  • Import and export of bookmarks from other services / to other services via common file format
  • Easy to use Bookmarklet

Screenshot

Shortcut.io Screenshot

Usage

Basically you go to https://shortcut.io and sign up. Then you either import bookmarks or use the bookmarklet in the main menu to add new bookmarks.

After signing up just right click on the »Shortcut.io Bookmarklet« link and create a bookmark from it. Now on a web site you want to save, click that bookmark and a dialog will open.

On the bottom of the dashboard there is a "MORE" link. If you have more urls that fit on the dashboard you can get the next batch by clicking on this link.

Unfinished Features / Ideas

  • Discover / browse bookmarks from friends
  • Smart folders based on search terms / tags
  • Ad-hoc collections for web research ( say you're looking for a new gadget or apartment and save all related bookmarks in a special collection)
  • Public bookmarks
  • Improved Elasticsearch indeces
  • Browse by tags
  • Browse by timeline
  • Advanced search
  • Polished UI
  • Replace wkhtmltoimage with phantom.js as they have fixed all issues I filed in the meantime
  • Tests frontend / backend
  • Chrome / Safari / FF Extensions
  • Serve thumbnails via https
  • Edit account details
  • Dynamic spacing / number of thumbnails on dashboard based on windows size …

Dependencies

  • Ruby / Rails
  • SQLite / MySQL / Postgres
  • Redis
  • Elasticsearch
  • wkhtmltoimage

Implementation

Most of the frontend stuff is implemented with backbone.js while the rails app is just the backend handling accounts and the persistence of the bookmarks. Therefor the rails app is quite simple and should be easy to extend.

Installation

Instructions on how to set everything up will come really soon.

Icons

The icons I used are from this icon set: http://gentleface.com/free_icon_set.html

I bought the library but they are also available for free under the Creative Commons Attribution-NonCommercial license.

If you want to use them for a commercial project you have to buy a license!

About the service running on http://shortcut.io/

The bookmarks are backupped every hour and synced to an offsite location to make sure nobody including myself loses any of them.

It currently runs on two machines, one running rails, elasticsearch, redis and resue and the other one processes the thumbnails and serves them.

The service is available through ssl. The thumbnails however are served via http because I didn't want to spend more money on certificates at that point.

License

Copyright (C) 2011 by John-Paul Bader

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

More Repositories

1

Smyck-Color-Scheme

Color Scheme for Terminal.app, iTerm2, Vim, MacVim, Sublime Text2 and Textmate
Vim Script
1,132
star
2

freebsd-toolbox

Collection of Tools and Howtos
Shell
217
star
3

dotfiles

Collection of various config files
Vim Script
163
star
4

hostmux

A wrapper script for tmux to multiplex commands to ssh hosts
Shell
121
star
5

Bitturret

Bittorrent Tracker written in Erlang
Erlang
30
star
6

Unix-Toolbox

Unix Toolbox - Useful commands for Linux and FreeBSD by Colin Barschel
25
star
7

cccms

Creative Chaos Content Management System
Ruby
23
star
8

checklist_generator

Little project to create Airbus Style Checklists
JavaScript
16
star
9

rstats

Re-implementing R's native poisson and exponential distribution sampling
C
13
star
10

macos-toolbox

collection of useful macOS related things
13
star
11

fancyapi

Code Samples for Screencast
Erlang
11
star
12

fefe.css

CSS für blog.fefe.de
CSS
9
star
13

vim-setup

Vim config files
Vim Script
8
star
14

localey

Experimental Rails 3 plugin which makes it easy to encode the locale within the url instead of appending it as query param. Alternative to svenfuchs routing-filter.
Ruby
6
star
15

wwworld

My Wordpress Theme for
PHP
6
star
16

thumbnerl

Experimental Project to create screenshots from websites with erlang, phantomjs and imagemagick
Erlang
6
star
17

righttp

A HTTP client library written from scratch, offering an easy interface with lots of flexibility
Ruby
6
star
18

Cubino

Source code examples mentioned on cubino.tumblr.com
Java
5
star
19

Mibo

Miniblog with sinatra - playing with ruby is fun!
Ruby
5
star
20

geo_foo

Rails Interface to Postgis
Ruby
5
star
21

ees

Easy Erlang Scaffold
Ruby
4
star
22

cccash

Chaos Cashbox System 2.0
Ruby
4
star
23

shortcut.io

Erlang
3
star
24

favicon_streamer

Sniffs http traffic and looks for favicon urls which are being pushed to a web page via server sent events to make nice insecurity awareness visuals with latest and greatest web technology
Erlang
3
star
25

CCCB-Webdisplay

Simple Webinterface for Airport Display
Ruby
3
star
26

munchies

Reads last five minutes of log files and yields the lines for munin modules
Ruby
3
star
27

watchr_setup

Watchr config + files replacing autotest for rails3 / ruby1.9
Ruby
2
star
28

erlang_experiments

Personal Erlang Experiments
Erlang
2
star
29

Arduino-Experiments

Playing around with Arduino and anything else
C++
2
star
30

freebsd-patches

Collection of FreeBSD Enhancements. SVN Mirror. Code by Cryx
C
2
star
31

hostbackup

Backups arbitrary files from remote hosts and stores them into a git repo
Ruby
2
star
32

shellscripts

Collection of Shellscripts
Shell
2
star
33

blogmi

Sick of wordpress? Just want to blog? Me too!
Ruby
2
star
34

poignantguide

This is a dump of poignantguide.net with all its assets found on archive.org, googles and yahoo's cache using warrick.pl. Links have to be rewritten
2
star
35

aduri

Airport Display UDP Ruby Interface
Ruby
1
star
36

testi

testi
1
star
37

homebrew-tap

Collection of custom formulas
Ruby
1
star
38

plsignr

Project to checkout github pages
1
star
39

google_signed_url

Generates signed URLs for Google Cloud Storage without depending on gcloud/gsutil
Elixir
1
star
40

testing-sinatra

something is wrong here. what is it?
Ruby
1
star
41

sound-experiments

Experiments with digital audio
Erlang
1
star
42

sparkletest

1
star
43

early

Erlang Bootstrap Experiments - maybe
1
star
44

cccms2

yup its time for a rails 3.0 rewrite :D
Ruby
1
star
45

cccash2

CCCASH 2.0
Ruby
1
star
46

log_replay

Parses rails logfiles and yields them with or without timings
Ruby
1
star
47

reaper_osc_action

A Streamdeck Plugin to send OSC Commands to Reaper
CSS
1
star