Linux command
hexabyte 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Open a file
hexabyte [path/to/file]
Open a single file
hexabyte -s [path/to/file]
Open two files
hexabyte [path/to/file1] [path/to/file2]
Use a custom config file
hexabyte -c [path/to/config.toml] [path/to/file]
说明
hexabyte is a modern, modular, and robust TUI hex editor designed for modifying file contents at the byte level. It supports viewing and editing in hexadecimal, UTF-8 text, and binary with multiple display modes: single file editing, split view for side-by-side panes on one file, and diff mode when two files are opened together. The editor features a plugin architecture for extensibility and provides standard hex editing operations including inserting, deleting, and replacing bytes, as well as selecting and copy/pasting byte ranges.
参数
- -s, --split
- Display a single file in two split-screen editors.
- -c, --config _FILE_
- Use a custom config file (default: `~/.config/hexabyte/config.toml`).
- -h, --help
- Show help message and exit.
FAQ
What is the hexabyte command used for?
hexabyte is a modern, modular, and robust TUI hex editor designed for modifying file contents at the byte level. It supports viewing and editing in hexadecimal, UTF-8 text, and binary with multiple display modes: single file editing, split view for side-by-side panes on one file, and diff mode when two files are opened together. The editor features a plugin architecture for extensibility and provides standard hex editing operations including inserting, deleting, and replacing bytes, as well as selecting and copy/pasting byte ranges.
How do I run a basic hexabyte example?
Run `hexabyte [path/to/file]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -s, --split do in hexabyte?
Display a single file in two split-screen editors.