OS4 DepotLogo by Nickman 
(anonymous IP: 3.136.97.64,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Filetool » shed.lha

Shed

Description: An NCurses based HEX Editor
Download: shed.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 466kb
Version: 1.13
Date: 28 Oct 2007
Author: Alex Sisson (alexs@cyberspace.org), AmigaOS 4.0 compile by Spot / Up Rough
Submitter: Spot / Up Rough
Email: spot/triad se
Homepage: http://shed.sourceforge.net
Category: utility/filetool
License: GPL
Distribute: yes
Min OS Version: 4.0
FileID: 3093
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 234  (Current version)
234  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
SHED (Simple Hex EDitor) v1.13

Shed is a program for viewing and editing non-text
files. The look and feel is designed to be similar
to that of pico's.

LICENSE
Shed is released under the GNU General Public License
(GPL). See COPYING for more information.

USAGE
****************************************************
BACKUP YOUR FILES FIRST!!!.
NB: Notice there is no save key. This is because the
file is not loaded into memory, so when you edit it,
the change is made directly to disk.
****************************************************

Type shed and a filename. If you're editing a file it
must be an existing file. If no filename is given,
or it is '-', then shed displays stdin.

The man page has information on command line options.

Each line of the shed display represents one byte of the
file. Each lines consists of the offset of that byte from
the start of the file, the ascii value of the byte, and
then the bytes value in various bases. All values are
unsigned.

Keys:

arrow keys   - move cursor around
pgup/^Y      - cursor up 16
pgdown/^V    - cursor down 16
home/^A      - start of line
end/^E       - end of line
space/e      - edit value of current byte. You are asked to
               enter the new value in the format of the current
               column the cursor is in - eg. if you are in the
               hex column, it will ask for the new value in hex.
x            - exit
s, w, f, F3  - search. search string is asked for in the format
               of the current cursor column. In ascii, just enter
               the string in ascii. In the others, enter the values
               seperated by spaces - eg to search for ABC from the
               decimal column you would enter "65 66 67" (without
               the quotes).
r,n          - repeat previous search
b            - toggle binary mode column behaviour (bit edit mode vs
               traditional)
d            - dump to file.
j            - jump to byte. enter a byte number, or 'top' or
               'end'.
t            - toggle whether offset numbers and cursor position
               etc are in dec or hex.
a            - change the mode of the ascii column (printable only,
               c-style extended chars, 'man ascii' descriptions)
p            - turn on experimental 'preview' mode.

When a command (except search) asks you for input, entering a
zero-length string will cancel the command, as will ^C.
When searching, entering a zero-length string will use the
previous search word, if one exists.

NOTES
shed can be used directly on devices (/dev/*) but it can not
obtain the length so you can overrun the length of the device.

CONTACT
Visit the shed homepage at
  http://shed.sourceforge.net

Send comments/bug reports/improvements to:
  alexsATcyberspaceDOTorg - put shed in the subject in big letters so I see it
through the spam!

     .___________________________________________________________.
     |                                                           |
     |                                                           |
     |       A M I G A   O S   4 . 0   C O M P I L E   B Y       |
    ._______                                        .______.     |
    |  ____/________________________________________|      |__   .
  ._|____._         |      ._       |      ._       |       _/______.
  |      |/         |      |/       |      |/       |      |/       |
  |                 |      _________|               |               |
  |_________________|______|spt/up  |_______________|_______________| 
     .                                                           .
     |                                                           | 
     |                         If you feel                       | 
     |  that what I do is  worth anything, use paypal to donate  |  
     |         to my email addy, spotATtriadDOTse, thanx!        | 
     |                                                           | 
     |                    Spot / Up Rough 2007                   | 
     |___________________________________________________________|



Copyright © 2004-2024 by Björn Hagström All Rights Reserved