EnglishFrenchSpanish

Ad


OnWorks favicon

gitaction - Online in the Cloud

Run gitaction in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command gitaction that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


gitaction - GNU Interactive Tools - per file type action script

SYNTAX


gitaction directory file
.gitaction directory file

DESCRIPTION


gitaction is a script that executes a different action for each file type specified. It is
called by the gitfm program when pressing F2 or ^Xa (see the gnuitrc.TERM configuration
files in the gnuit manual). The first parameter is the current directory name and the
second one is the file name to be matched against the default patterns. The matching is
done using the shell 'case' statement. If you press F2 or ^Xa on a *.html file, gitfm
will invoke a browser to view it, if you press F2 or ^Xa on a *.tar.gz file, gitfm will
list the tar archive contents, if you press the same keys on a *.gz file, gitfm will
display its uncompressed contents on the screen, etc ...

If you press F2 or ^Xa on a *.gif file or *.jpg file and you have the zgv utility
installed, you will be able to see it. If you want to change the gif/jpeg viewer, all you
need to do is to change its name in the gitaction script.

There are many more file types and viewers that gitaction knows about. In addition, if
you are running under GNOME, gnome-open is used, and on MacOS, open(1) is used. see(1) and
metamail(1) are also used as fallbacks.

If all else fails, the file is displayed using $GNUIT_PAGER. Feel free to change this. If
you want to find out what the default action for each file type is (or if you want to
modify it), just read/modify the gitaction script.

The script can be easily enhanced. Just read it.

The .gitaction script is a local version of the gitaction script. When started, gitaction
tries to search a script called .gitaction in the current directory and, if it finds it,
it starts it. If .gitaction's exit code is 0 ( .gitaction couldn't find a matching
pattern), gitaction starts its own case statement trying to match the current file name
(the second parameter) against its default patterns.

The .gitaction script *must* be executable. An example of .gitaction can be found in the
directory gitfm is installed into. (usually /usr/local/bin or /usr/bin) Debian users can
find it in /usr/share/doc/gnuit/examples/. You should copy the example to the current
directory or your home directory and then modify it.

Use gitaction online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Laravel
    Laravel
    Laravel is a free, open-source PHP web
    framework. Features:Expressive,
    beautiful syntax.Database agnostic
    migrationsSchema builderPainless
    routingPowerful queu...
    Download Laravel
  • 2
    nmon for Linux
    nmon for Linux
    nmon is short for Nigel's
    Performance Monitor It either shows you
    the stats on-screen updating once a
    second or saves the data to a CSV file
    for later anal...
    Download nmon for Linux
  • 3
    VBA-M (Archived - Now on Github)
    VBA-M (Archived - Now on Github)
    Project has moved to
    https://github.com/visualboyadvance-m/visualboyadvance-m
    Features:Cheat creationsave statesmulti
    system, supports gba, gbc, gb, sgb,
    sgb2Tu...
    Download VBA-M (Archived - Now on Github)
  • 4
    Stacer
    Stacer
    Linux System Optimizer and Monitoring
    Github Repository:
    https://github.com/oguzhaninan/Stacer.
    Audience: End Users/Desktop. User
    interface: Qt. Programming La...
    Download Stacer
  • 5
    OrangeFox
    OrangeFox
    Fork of TeamWinRecoveryProject(TWRP)
    with many additional functions, redesign
    and more Features:Supports Treble and
    non-Treble ROMsUp-to-date Oreo kernel,
    built...
    Download OrangeFox
  • 6
    itop - ITSM  CMDB OpenSource
    itop - ITSM CMDB OpenSource
    IT Operations Portal: a complete open
    source, ITIL, web based service
    management tool including a fully
    customizable CMDB, a helpdesk system and
    a document man...
    Download itop - ITSM CMDB OpenSource
  • 7
    Clementine
    Clementine
    Clementine is a multi-platform music
    player and library organizer inspired by
    Amarok 1.4. It has a fast and
    easy-to-use interface, and allows you to
    search and ...
    Download Clementine
  • More »

Linux commands

Ad