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
Remove hard dependency on xxd which can be onerous, fall back to printf or perl instead
Remove hard dependency on `xxd` which is often a heavy requirement
because it is only available with Vim on some platforms.
Fall back to using `printf` (provided it has full %b support) or
`perl` when either of these are available, and only require that
`xxd` be installed and available when that is the only viable option.
Adapted from #181. Thanks @andreineculau!
0 commit comments