diff options
Diffstat (limited to 'development/xxd-standalone/README')
-rw-r--r-- | development/xxd-standalone/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/development/xxd-standalone/README b/development/xxd-standalone/README new file mode 100644 index 0000000000000..59fd97781c4b8 --- /dev/null +++ b/development/xxd-standalone/README @@ -0,0 +1,15 @@ +xxd creates a hex dump of a given file or standard input. It can also +convert a hex dump back to its original binary form. + +xxd is a part of vim. This standalone version can be useful for users of +neovim who want to remove the stock vim. This package is useless if vim +is installed. + +Since xxd is a part of vim, xxd-standalone conflicts with the stock vim +package. You should remove vim before installing xxd-standalone. + +If, by some reason, you have xxd-standalone installed simultaneously +with vim and decide to remove vim, you may need to reinstall +xxd-standalone. + +If you remove xxd-standalone, you'll need to reinstall vim. |