|
пре 4 месеци | |
---|---|---|
client | пре 4 месеци | |
docs/api | пре 7 месеци | |
server | пре 4 месеци | |
static | пре 7 месеци | |
.babelrc | пре 1 година | |
.dockerignore | пре 10 месеци | |
.drone.yml | пре 4 месеци | |
.eslintignore | пре 1 година | |
.eslintrc | пре 4 месеци | |
.example.env | пре 4 месеци | |
.gitignore | пре 11 месеци | |
.prettierrc | пре 1 година | |
.template.env | пре 7 месеци | |
.travis.yml | пре 1 година | |
Dockerfile | пре 11 месеци | |
LICENSE | пре 4 месеци | |
MIGRATION.md | пре 1 година | |
README.md | пре 4 месеци | |
docker-compose.yml | пре 11 месеци | |
global.d.ts | пре 11 месеци | |
knexfile.ts | пре 7 месеци | |
next.config.js | пре 1 година | |
nodemon.json | пре 1 година | |
package-lock.json | пре 4 месеци | |
package.json | пре 4 месеци | |
tsconfig.json | пре 11 месеци | |
wait-for-it.sh | пре 11 месеци |
Klip is a fork of the modern URL shortener known as Kutt, with support for custom domains. Shorten URLs, manage your links and view the click rate statistics.
Contributions and bug reports are welcome.
If you’re coming from v1, refer to MIGRATION.md to migrate data from Neo4j to PostgreSQL.
You need to have Node.js, PostgreSQL and Redis installed.
.example.env
to .env
and fill it properly.npm install
.npm run dev
.npm run build
then npm start
.You can use Docker to start the app. The simplest way is to just run docker-compose up
command and then the app should be ready on port “3000”.
Kutt’s extensions for web browsers stil work with Klip! Download them via the below links. You can also find the source code at kutt-extension.
Visit API v2 documentation on docs.kutt.it
You can use Kutt as your default URL shortener in ShareX. If you host your custom instance of Kutt, refer to ShareX wiki on how to setup.
Download Kutt’s official workflow for Alfred app from alfred-kutt repository.
Language | Link | Description |
---|---|---|
C# (.NET) | KuttSharp | .NET package for Kutt.it url shortener |
Python | kutt-cli | Command-line client for Kutt written in Python |
Ruby | kutt.rb | Kutt library written in Ruby |
Rust | urlshortener | URL shortener library written in Rust |
Rust | kutt-rs | Command line tool written in Rust |
Node.js | node-kutt | Node.js client for Kutt.it url shortener |
JavaScript | kutt-vscode | Visual Studio Code extention for Kutt |
Java | kutt-desktop | A Cross platform Java desktop application for Kutt |
Go | kutt-go | Go client for Kutt.it url shortener |
Pull requests are welcome. You’ll probably find lots of improvements to be made.
Open issues for feedback, requesting features, reporting bugs or discussing ideas.