Giter Site home page Giter Site logo

tweak's Introduction

tweak

Tweak is a curses-based hex editor created by Simon Tatham (also the creator of the famous PuTTY). This repository is a mirror with some minor changes.

Instructions tested on Mac OS X 10.8.4 (Mountain Lion)

How to Install

$ git clone https://github.com/mborgerson/tweak.git
$ make
$ sudo make install

Note: The default binary installation path is /usr/local/bin/tweak and the man installation path is /usr/local/man/man1/tweak.1. You may need to add /usr/local/bin and /usr/local/man to your PATH and MANPATH environment variables, respectively.

How to Use

Full documentation is available in the manpage (or on Simon's website):

$ man tweak

Launch Tweak by simply specifying the name of the file (either an existing file or the name of the file to be created) as the first argument.

$ tweak <file>

Here are the basic commands to get you started (mostly Emacs standard):

  • Arrow keys to move around (or usual Emacs movement keys)
  • [C-x c-c] to exit
  • [c-x c-i] to toggle between insert/replace mode
  • [c-x c-s] to save
  • [C-x g] to go to a byte offset in the file
  • [Enter] to toggle between hex and ascii

tweak's People

Contributors

mborgerson avatar

Watchers

vardyh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.