All Projects → LucienShui → Pasteme

LucienShui / Pasteme

Licence: gpl-3.0
PasteMe 是一个无需注册的文本分享平台,可以为文本设置密码和阅后即焚,支持二维码分享和各种一键复制,最大化释放你的双手,针对代码提供了额外的高亮功能。主站点已全站 CDN 以及 GZIP 传输,有着好看的前端(嘤嘤嘤)和优秀的访问速度。

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Pasteme

Feedback
Feedback & wiki for Snipaste https://snipaste.com
Stars: ✭ 1,863 (+207.43%)
Mutual labels:  paste
gradle-cpd-plugin
Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD).
Stars: ✭ 88 (-85.48%)
Mutual labels:  paste
MagicWE2
[MagicWE2] Lag free asynchronous world editor for PMMP with plenty of options
Stars: ✭ 109 (-82.01%)
Mutual labels:  paste
Xcv
✂️ Cut, Copy and Paste files with Bash
Stars: ✭ 144 (-76.24%)
Mutual labels:  paste
react-gluejar
Paste images from your clipboard, declaratively
Stars: ✭ 58 (-90.43%)
Mutual labels:  paste
org-rich-yank
📋 Rich text clipboard for org-mode: Paste as a #+BEGIN_SRC block of correct mode, with link to where it came from
Stars: ✭ 59 (-90.26%)
Mutual labels:  paste
Spacehook
minecraft premium undeteck cheat!
Stars: ✭ 80 (-86.8%)
Mutual labels:  paste
Privatebin
A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
Stars: ✭ 3,622 (+497.69%)
Mutual labels:  paste
PasteServer
PasteServer to upload text or code
Stars: ✭ 29 (-95.21%)
Mutual labels:  paste
privatebin-cli
Privatebin CLI in NodeJS.
Stars: ✭ 31 (-94.88%)
Mutual labels:  paste
Markdown Img Paste
一个可以快速粘贴剪贴板里的照片到markdown的插件,并且可以设置使用七牛存储照片。
Stars: ✭ 176 (-70.96%)
Mutual labels:  paste
rentry
Markdown pastebin from command line
Stars: ✭ 252 (-58.42%)
Mutual labels:  paste
paste
paste is a simple web app for writing & sharing code.
Stars: ✭ 62 (-89.77%)
Mutual labels:  paste
Paste.laravel.io
The Laravel.io Pastebin.
Stars: ✭ 135 (-77.72%)
Mutual labels:  paste
SourceBin
💻 Sharing code made easy
Stars: ✭ 48 (-92.08%)
Mutual labels:  paste
Vim Paste Easy
Automatically set paste for you
Stars: ✭ 87 (-85.64%)
Mutual labels:  paste
mystbin.py
A Mystb.in API wrapper!
Stars: ✭ 17 (-97.19%)
Mutual labels:  paste
Scavenger
Crawler (Bot) searching for credential leaks on different paste sites.
Stars: ✭ 347 (-42.74%)
Mutual labels:  paste
pb
pb; a command line pastebin service helper (12 supported services)
Stars: ✭ 22 (-96.37%)
Mutual labels:  paste
PBinCLI
PrivateBin CLI on python 3
Stars: ✭ 51 (-91.58%)
Mutual labels:  paste

version version donate

PasteMe

PasteMe 是一个无需注册的文本分享平台,针对代码提供了额外的高亮功能。

  • 在存储内容时,设置密码阅后即焚 可以高度保证用户内容的安全性和私密性。

  • 在将自己的内容分享给别人时,提供了一键复制链接和二维码分享等多种途径。

  • 在查看别人的内容时,可以一键复制所有文本。如果查看的是阅后即焚的内容,那么在网页加载完成之前,实体数据就已经不存在了。

各位老板,求 Star 和 PR。Orz

一些场景

  • 如果你要发布一个脚本,可以把 Bash 或者 Python 等脚本上传至 PasteMe ,然后通过 curl 和管道机制来进行优雅的发布,比如:curl api.pasteme.cn/8219 | python3

  • 如果你要发给某人一些私密的信息,比如一段 token,但是通过 QQ 、微信等聊天工具可能会被 “查水表”,你可以将私密信息以阅后即焚形式上传至 PasteMe ,将一次性链接分享给别人,别人查看一次之后这个链接就会失效

  • 想要向服务器内粘贴一段代码,但是苦于字符集,复制、上传上去之后有其它的字符,此时你可以上传至 pasteme ,然后通过 wget api.pasteme.cn/<key> -O file_name 来进行优雅的拉取

  • 新装了一台没有图形化界面的服务器,没开 sshd 服务,没有可用的编辑器去编辑 sources.list 文件,直接用默认源安装一个编辑器又太慢,此时可以用 curl api.pasteme.cn/<key> > /etc/apt/sources.listwget api.pasteme.cn/<key> -O /etc/apt/sources.list 来更新 apt 源,然后进行优雅的 apt update

  • 阅后即焚的链接是可以自定义的,比如 pasteme.cn/example ,更多详情请查看 使用文档

文档

docs.pasteme.cn

截图

homePage

read_once

success

qrcode

markdown_parsed

markdown_source

版权所有

Copyright © 2017-2019 Lucien Shui All Rights Reserved

免责声明

本平台只提供文本分享的载体,与所有文本内容均没有任何联系。

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].