All Projects → samizzo → Hexed

samizzo / Hexed

Licence: bsd-2-clause
Windows console-based hex editor

Projects that are alternatives of or similar to Hexed

Mle
Flexible terminal-based text editor (C)
Stars: ✭ 378 (+160.69%)
Mutual labels:  console, editor
Suplemon
🍋 Console (CLI) text editor with multi cursor support. Suplemon replicates Sublime Text like functionality in the terminal. Try it out, give feedback, fork it!
Stars: ✭ 734 (+406.21%)
Mutual labels:  console, editor
Wxhexeditor
wxHexEditor official GIT repo
Stars: ✭ 381 (+162.76%)
Mutual labels:  editor, hex
Tty Markdown
Convert a markdown document or text into a terminal friendly output.
Stars: ✭ 275 (+89.66%)
Mutual labels:  console-application, console
Zui
⬢ Zsh User Interface library – CGI+DHTML-like rapid application development with Zsh
Stars: ✭ 95 (-34.48%)
Mutual labels:  console-application, console
Xcodecolorsense2
🍉 An Xcode source editor extension that shows hex color info
Stars: ✭ 281 (+93.79%)
Mutual labels:  editor, hex
Htop
htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
Stars: ✭ 5,626 (+3780%)
Mutual labels:  console-application, console
px
ps and top for human beings
Stars: ✭ 151 (+4.14%)
Mutual labels:  console, console-application
Cloudcmd
✨☁️📁✨ Cloud Commander file manager for the web with console and editor.
Stars: ✭ 1,332 (+818.62%)
Mutual labels:  console, editor
Omnia
Stars: ✭ 81 (-44.14%)
Mutual labels:  console, editor
conso
💢 PHP console applications for cool kids 💢
Stars: ✭ 40 (-72.41%)
Mutual labels:  console, console-application
Criterion
Microbenchmarking for Modern C++
Stars: ✭ 140 (-3.45%)
Mutual labels:  console-application, console
slim-command
Useful commands for slim application
Stars: ✭ 13 (-91.03%)
Mutual labels:  console, console-application
Php Console
🖥 PHP CLI application library, provide console argument parse, console controller/command run, color style, user interactive, format information show and more. 功能全面的PHP命令行应用库。提供控制台参数解析, 命令运行,颜色风格输出, 用户信息交互, 特殊格式信息显示
Stars: ✭ 310 (+113.79%)
Mutual labels:  console-application, console
ansiart2utf8
Processes legacy BBS-style ANSI art (ACiDDraw, PabloDraw, etc.) to UTF-8. Escape codes and line endings are processed for terminal friendliness.
Stars: ✭ 32 (-77.93%)
Mutual labels:  console, console-application
Mapscii
🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows
Stars: ✭ 5,886 (+3959.31%)
Mutual labels:  console-application, console
Moe
A command line based editor inspired by vi/vim. Written in Nim.
Stars: ✭ 252 (+73.79%)
Mutual labels:  console-application, editor
multitextor
Multiplatform command line text editor.
Stars: ✭ 27 (-81.38%)
Mutual labels:  console, win32
Libcon.ahk
LibCon - AutoHotkey Library For Console Support
Stars: ✭ 50 (-65.52%)
Mutual labels:  console-application, console
Dte
A small, configurable console text editor (moved to https://gitlab.com/craigbarnes/dte)
Stars: ✭ 98 (-32.41%)
Mutual labels:  console, editor

hexed - a Windows console-based hex editor

Build status

Keyboard shortcuts

Navigation

  • Left/Right/Up/Down - Move cursor

  • h/l/k/j - Vi-style equivalent of the above

  • Home/End - Jump to start/end of current row

  • Ctrl + Home/End - Jump to start/end of entire file

  • Page Up/Page Down - Go back or forward a page at a time

  • Ctrl + Page Up/Page Down - Skip to first/last row of the currently displayed page while maintaining current column

Editing

  • Insert/Escape - Enter/exit edit mode (goes into hex editing by default)

  • Tab - Switch between hex editing and ASCII editing

Misc

  • F5 - Redraw display

  • Escape - Quit (when not in edit mode)

Sample session

hexed.gif

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].