Ramilito / kubectl.nvim

Apache License 2.0
165 stars 5 forks source link

feat: decode base64 secrets #146

Closed Ramilito closed 1 month ago

Ramilito commented 1 month ago

Added a base64 utility decoder. Added ft type for secret_desc Added enter keymap to decode line

Solves #144

mosheavni commented 1 month ago

why not use vim.base64? https://neovim.io/doc/user/lua.html#_vim.base64

Ramilito commented 1 month ago

why not use vim.base64? https://neovim.io/doc/user/lua.html#_vim.base64

lol indeed why not! Removed that horrible base64 decoder and using vim.base64 instead, thank you for the correction 🙏