https://github.com/keyweeusr/ob-base64
https://github.com/keyweeusr/ob-base64
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keyweeusr/ob-base64
- Owner: KeyWeeUsr
- License: gpl-3.0
- Created: 2023-11-22T23:57:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-11T12:02:45.000Z (over 1 year ago)
- Last Synced: 2024-10-20T12:25:48.439Z (8 months ago)
- Language: Emacs Lisp
- Size: 81.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ob-base64
[![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]Decode and interpret base64 as images, binary (hexl) or raw (plaintext
possibly).## How to
Install it from [Melpa](https://melpa.org/#/getting-started) or clone and
install manually, then:1. Have `org-mode` enabled in a buffer and create a source block
2. Check `example.org` or documentation for `org-babel-execute:base64`
3. Execute the block with `C-c C-c`## Customization
By default the rendering is set to happen internally, with an option to use an
external viewer (such as `xviewer`) and can be changed to any other binary.Make sure to check related `defconst` parts of the file to customize or the
`ob-base64` customize group.[melpa-badge]: https://melpa.org/packages/ob-base64-badge.svg
[melpa-package]: https://melpa.org/#/ob-base64
[melpa-stable-badge]: https://stable.melpa.org/packages/ob-base64-badge.svg
[melpa-stable-package]: https://stable.melpa.org/#/ob-base64
[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/ob-base64/actions/workflows/test.yml/badge.svg
[ci-workflow]: https://github.com/KeyWeeUsr/ob-base64/actions/workflows/test.yml
[cover-badge]: https://coveralls.io/repos/github/KeyWeeUsr/ob-base64/badge.svg?branch=master
[cover-link]: https://coveralls.io/github/KeyWeeUsr/ob-base64?branch=master