GNU Interactive Tools 4.9.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News GNU Interactive Tools 4.9.4 (Default branch)
# 1  
Old 07-05-2008
GNU Interactive Tools 4.9.4 (Default branch)

GIT is a set of interactive tools. It contains an extensible file system browser, an ASCII/hex file viewer, a process viewer/killer, and some other related utilities and shell scripts. It can be used to increase the speed and efficiency of most of the daily tasks such as copying and moving files and directories, invoking editors, compressing and uncompressing files, creating and expanding archives, compiling programs, sending mail, etc. It looks nice, has colors (if the standard ANSI color sequences are supported), and is user-friendly.License: GNU General Public License v3Changes:
A new apropos command (^X^A) was included for key-binding search. gitaction was rewritten, adding more file types and viewers. Environment variables used by gnuit now start with GNUIT_ rather than GIT_ (eg GNUIT_PAGER, GNUIT_BROWSER, etc.). The old names are still accepted for backwards compatibility. Input in incremental-search mode was fixed. Base 1024 is now used when auto-scaling. Large file support was fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. HP-UX

Gnu tools for hp-ux

Hi everyone, I urgently need to install all GNU tools for HP-UX 11.23. Is there somewhere i can get the whole package as opposed to download each of them separate. I'm really stuck, i need them especially gcc. kindly assist. (2 Replies)
Discussion started by: dowell
2 Replies
Login or Register to Ask a Question
GITVIEW(1)						      General Commands Manual							GITVIEW(1)

NAME
       gitview - An ASCII/HEX file viewer

SYNOPSIS
       gitview [-hvcblp] file

DESCRIPTION
       This manual page documents briefly the gitview command.

       gitview	is  an	ASCII/HEX  file  viewer.   Use	the  `arrows', `PageUp', `PageDown', `Home', `End', `^N', `^P', `^V', `ESC v', `Space' and
       `Backspace' to move in the file, `^L' to refresh the screen and `F10', `q' or `^X ^C' to leave.

       More extensive documentation on gitview and the other gnuit tools is available in info format, try 'info gnuit'.

       You can change these keys, just read the GITVIEW-Setup, GITVIEW-Color, GITVIEW-Monochrome and GITVIEW-Keys sections  in	the  configuration
       files gnuitrc.TERM.

       gitview is part of git(1), the GNU Interactive Tools.

OPTIONS
       A summary of options is included below.	For a complete description, see the Info files.

       -h     Show summary of options.

       -v     Show version of program.

       -c     Use ANSI colours.

       -b     Don't use ANSI colours.

       -l     Don't use last screen character.

SEE ALSO
       gitfm(1)

       gitview and gitfm are documented fully by GNU Interactive Tools, available via the Info system.

BUGS
       Please send bug reports to:
       gnuit-dev@gnu.org

AUTHORS
       Tudor Hulubei <tudor@cs.unh.edu>
       Andrei Pitis <pink@pub.ro>
       Ian Beckwith <ianb@erislabs.net> (Current maintainer)

								   Sep 30, 2007 							GITVIEW(1)