You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Steven b5d6036fcf chore: update logger 1 year ago
.github chore: remove extension package action 1 year ago
.vscode chore: update github actions 2 years ago
api fix: access token checks 1 year ago
cmd/slash chore: update logger 1 year ago
docs chore: update extension docs 1 year ago
extension chore: add extension link to readme 1 year ago
internal chore: update logger 1 year ago
proto feat: add create shortcut api 1 year ago
resources chore: update resources 1 year ago
scripts chore: update air config 1 year ago
server chore: update version to `0.4.2` 1 year ago
store chore: update resource path setting checks 1 year ago
test chore: add server test 1 year ago
web chore: update font family 1 year ago
.gitignore feat: add chrome extension 1 year ago
.golangci.yaml chore: add `.golangci.yaml` 2 years ago
Dockerfile chore: update profile 1 year ago
LICENSE chore: update license 1 year ago
README.md chore: add extension link to readme 1 year ago
go.mod chore: update logger 1 year ago
go.sum chore: update logger 1 year ago

README.md

Slash

logo

Slash is an open source, self-hosted bookmarks and link sharing platform. It allows you to organize your links with tags, and share them using custom shortened URLs. Slash also supports team sharing of link libraries for easy collaboration.

Discord Docker pull GitHub stars

demo

Features

  • Create customizable /s/ short links for any URL.
  • Share short links privately or with teammates.
  • View analytics on link traffic and sources.
  • Easy access to your shortcuts with browser extension.
  • Open source self-hosted solution.

Deploy with Docker in seconds

docker run -d --name slash -p 5231:5231 -v ~/.slash/:/var/opt/slash yourselfhosted/slash:latest

Learn more in Self-hosting Slash with Docker.

Browser Extension

Slash provides a browser extension to help you use your shortcuts in the search bar to go to the corresponding URL.

browser-extension-example

Chromium based browsers

For Chromium based browsers(Chrome, Edge, Arc, ...), you can install the extension from the Chrome Web Store.

Learn more in The Browser Extension of Slash.