Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keyweeusr/imgur
Imgur client for Emacs
https://github.com/keyweeusr/imgur
client elisp emacs imgur upload
Last synced: 8 days ago
JSON representation
Imgur client for Emacs
- Host: GitHub
- URL: https://github.com/keyweeusr/imgur
- Owner: KeyWeeUsr
- License: gpl-3.0
- Created: 2024-11-11T23:59:01.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-26T19:13:04.000Z (2 months ago)
- Last Synced: 2024-11-26T20:22:56.846Z (2 months ago)
- Topics: client, elisp, emacs, imgur, upload
- Language: Emacs Lisp
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# imgur
[![MELPA][melpa-badge]][melpa-package]
[![MELPA Stable][melpa-stable-badge]][melpa-stable-package]
[![CI][ci-badge]][ci-workflow]
[![Coverage Status][cover-badge]][cover-link]
[![Buy me a coffee][bmc-badge]][bmc-link]
[![Liberapay][lp-badge]][lp-link]
[![PayPal][ppl-badge]][ppl-link]This package provides an unofficial Emacs client for Imgur API. Currently it
makes the basic functionality available such as authorization, uploading and
deleting in both interactive and non-interactive approach. On top of that it
provides an option to keep multiple sessions active with functions/commands
named `*-with-session` (otherwise using an automatically created default
session).## How to:
Install it from [Melpa](https://melpa.org/#/getting-started) or clone and
install manually, then:* `imgur-authorize-interactive` (or `imgur-authorize`)
* `imgur-upload-interactive` (or `imgur-upload`)
* for simpler access `imgur-upload-image-interactive`
* `imgur-delete-interactive` (or `imgur-delete`)### Check these resources' documentation for more info
* https://status.imgur.com
* https://apidocs.imgur.com
* customization group `imgur`
* `imgur-*-success-func` / `imgur-*-fail-func`[melpa-badge]: http://melpa.org/packages/imgur-badge.svg
[melpa-package]: http://melpa.org/#/imgur
[melpa-stable-badge]: http://stable.melpa.org/packages/imgur-badge.svg
[melpa-stable-package]: http://stable.melpa.org/#/imgur
[bmc-badge]: https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee
[bmc-link]: https://www.buymeacoffee.com/peterbadida
[ppl-badge]: https://img.shields.io/badge/-paypal-grey?logo=paypal
[ppl-link]: https://paypal.me/peterbadida
[lp-badge]: https://img.shields.io/badge/-liberapay-grey?logo=liberapay
[lp-link]: https://liberapay.com/keyweeusr
[ci-badge]: https://github.com/KeyWeeUsr/imgur/actions/workflows/test.yml/badge.svg
[ci-workflow]: https://github.com/KeyWeeUsr/imgur/actions/workflows/test.yml
[cover-badge]: https://coveralls.io/repos/github/KeyWeeUsr/imgur/badge.svg?branch=master
[cover-link]: https://coveralls.io/github/KeyWeeUsr/imgur?branch=master