Skip to content

CLI posting for Internet graffiti, shared blog, infinite canvas.

Notifications You must be signed in to change notification settings

shubhxms/graffio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graffio

Graffio is a command-line tool for posting content to a shared blog site. It takes the provided text (plaintext or Markdown) and converts it into HTML, which is then pushed to the server for publication. Each post has a 1729 character limit.

Website: https://graffio.xyz

Installation

brew tap shubhxms/tools && brew install graffio in your preferred terminal after installing Homebrew

Or checkout the releases

Usage

Usage: graffio text [options]

Example:

  1. Make a post with default settings: graffio "This is my blog content. This is a link to the main site."
  2. Make a post with custom settings: graffio "This is my blog content. This is some bold text." -fontFamily "monospace" -fontSize 2

Options: -fontSize int range: 1-10

-fontFamily string serif, sans, or monospace

-alignment string left, right or center

-color string hex code, name or rgba

-width int range: 1-10

Note:

  • If no formatting options are provided, the program will use default values for the font size (5), font family (serif), alignment (left), color (black), and width (5).
  • If a username is not set, the program will default to "anon" as the author name.
  • Use the -u or --username commands to change your username.
  • You can use the graffio -d "postID" to delete a post within 15 minutes of creating it. The postID is given to you after you make a post.
  • You can add images using Markdown syntax: alt text
  • Use --help to display this guide to Graffio.

About

CLI posting for Internet graffiti, shared blog, infinite canvas.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages