A lightweight neovim plugin port of the Mac application Boop: useful quickly manipulating, hashing, or scripting code and text. In the future, this plugin will be gears towards file forensics.
- Scratchpad popup buffer
- Convert quickly between number bases
- Implement scripting coding languages (Javascript, Python, Lua) to meta-code documents
- Future implementations will implement more ciphers and more text encoding variety
- Syntax highlighting for the Boop Scratchpad
- Configuration plugin options
Install boop.nvim with Packer:
use({ "MXCR-cpu/boop.nvim" })
Development of this plugin will be slow and gradual as features come to be included on a needed basis.