You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The limitation here is we're running low on maps. ]h isn't great because the linewise map would be ]hh, which is ambiguous with "decode one character to the left".
It's pretty clunky, but I ended up using numbers, like ]2, ]6 and ]8 for base 2, 16 and 8 conversions. Also set up ]4 for base64. Are these maps acceptable?
If so I'm happy to open a PR for them. Used some external commands for the conversions, so I'm not sure about portability but I think I stuck to generally available commands.
Would love to see [h & ]h (or similar) for hex encode & decode and even other bases.
The text was updated successfully, but these errors were encountered: