All Projects → radude → rentry

radude / rentry

Licence: MIT license
Markdown pastebin from command line

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to rentry

PasteBinApp
iOS app for PasteBin
Stars: ✭ 27 (-89.29%)
Mutual labels:  pastebin, pastebin-service, pastebin-client
pb
pb; a command line pastebin service helper (12 supported services)
Stars: ✭ 22 (-91.27%)
Mutual labels:  paste, pastebin, pastebin-client
rustypaste
A minimal file upload/pastebin service.
Stars: ✭ 102 (-59.52%)
Mutual labels:  pastebin, pastebin-service
pasting
Publishing tool made in nodejs using deta.
Stars: ✭ 17 (-93.25%)
Mutual labels:  pastebin, pastebin-service
paste
paste is a simple web app for writing & sharing code.
Stars: ✭ 62 (-75.4%)
Mutual labels:  paste, pastebin
Pastebin
Modern pastebin written in golang
Stars: ✭ 111 (-55.95%)
Mutual labels:  pastebin, pastebin-service
Pandoc
Universal markup converter
Stars: ✭ 24,250 (+9523.02%)
Mutual labels:  markup, publishing
binnit
minimal no-fuss pastebin service clone in golang
Stars: ✭ 27 (-89.29%)
Mutual labels:  pastebin, pastebin-service
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 (+1337.3%)
Mutual labels:  paste, pastebin
Scavenger
Crawler (Bot) searching for credential leaks on different paste sites.
Stars: ✭ 347 (+37.7%)
Mutual labels:  paste, pastebin
Notehub
A pastebin for markdown pages.
Stars: ✭ 262 (+3.97%)
Mutual labels:  pastebin, publishing
Nopaste
📋 Client-side paste service
Stars: ✭ 79 (-68.65%)
Mutual labels:  paste, pastebin
SourceBin
💻 Sharing code made easy
Stars: ✭ 48 (-80.95%)
Mutual labels:  paste, pastebin
Nekobin
Elegant and open-source pastebin service
Stars: ✭ 61 (-75.79%)
Mutual labels:  paste, pastebin
Paste.laravel.io
The Laravel.io Pastebin.
Stars: ✭ 135 (-46.43%)
Mutual labels:  paste, pastebin
Remarkable
Remarkable - The Markdown Editor for Linux http://remarkableapp.github.io
Stars: ✭ 1,763 (+599.6%)
Mutual labels:  markdown-editor
Markdown Edit
online markdown editor/viewer
Stars: ✭ 188 (-25.4%)
Mutual labels:  markdown-editor
Editor.md
The open source embeddable online markdown editor (component).
Stars: ✭ 11,741 (+4559.13%)
Mutual labels:  markdown-editor
Woofmark
🐕 Barking up the DOM tree. A modular, progressive, and beautiful Markdown and HTML editor
Stars: ✭ 1,594 (+532.54%)
Mutual labels:  markdown-editor
Table Magic
Converts between CSV, HTML and Markdown. Has a little form editor and a preview.
Stars: ✭ 243 (-3.57%)
Mutual labels:  markdown-editor

rentry

rentry.co markdown pastebin

Rentry.co is markdown-powered pastebin/publishing service with preview, custom urls and editing.

This repository contains a simple script that allows pasting and editing from command line interface.

Installation

Manually:
wget https://raw.githubusercontent.com/radude/rentry/master/rentry -O ./rentry && chmod +x ./rentry
PyPI:
pip3 install rentry

Usage

$ rentry --help

Usage: rentry {new | edit | raw} {-h | --help} {-u | --url} {-p | --edit-code} text

Commands:
  new   create a new entry
  edit  edit an existing entry
  raw   get raw markdown text of an existing entry
    
Options:
  -h, --help                 show this help message and exit
  -u, --url URL              url for the entry, random if not specified
  -p, --edit-code EDIT-CODE  edit code for the entry, random if not specified
    
Examples:
  rentry new 'markdown text'               # new entry with random url and edit code
  rentry new -p pw -u example 'text'       # with custom edit code and url 
  rentry edit -p pw -u example 'text'      # edit the example entry
  cat FILE | rentry new                    # read from FILE and paste it to rentry
  cat FILE | rentry edit -p pw -u example  # read from FILE and edit the example entry
  rentry raw -u example                    # get raw markdown text
  rentry raw -u https://rentry.co/example  # -u accepts absolute and relative urls
    
Url

Optional Url can be set (-u, --url URL)
It goes rentry.co/HERE. If no Url was set then random Url will be generated automatically.

Edit code

Optional edit code can be set (-p, --edit-code EDIT-CODE)
It can be used to edit the entry later. If no edit code was set then random edit code will be generated automatically. Generated edit code will be shown to you only once, so remember it or save it. You can share this code with anyone so a group of people can edit the same entry.

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