Skip to content

hackebrot/amelia

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

amelia

Create GitHub gists from your CLI. πŸ“„

Installation

go get github.com/hackebrot/amelia

GitHub API

Connecting to the GitHub API with amelia requires authentication via oauth-tokens.

Please generate tokens (with scope "Create gists") and set the following environment variables:

  • AMELIA_USERNAME - your GitHub user name
  • AMELIA_TOKEN - your personal GitHub API access token

Usage

With auth environment variables in place you can now use amelia. πŸ’»

  -d string
        description of the gist (default "Amelia Gist")
  -description string
        description of the gist (default "Amelia Gist")

  -p	indicates whether the gist is public
  -public
        indicates whether the gist is public

To create a public gist with description "Hello World" and a file "helloworld.md" run the following:

$ amelia -public -description "Hello World" helloworld.md

To create a secret gist with the default description and multiple files run the following:

$ amelia file1.txt file2.txt

Community

Would you like to contribute to amelia? You're awesome! πŸ˜ƒ

Please check out the good first issue label for tasks, that are good candidates for your first contribution to amelia. Your contributions are greatly appreciated! Every little bit helps, and credit will always be given! Find out who has already contributed to amelia here! 🌍🌏🌎

Please note that amelia is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

Distributed under the terms of the MIT License, amelia is free and open source software.

Project name

A Saboscrivner can write about food so accurately that people get the sensation of taste when they read about the food. Amelia Mintz is a Saboscrivner.

Wikipedia: Chew Comic Book Series πŸ“š

About

Create GitHub gists from your CLI πŸ“„

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages