EnglishFrenchSpanish

Ad


OnWorks favicon

filterm - Online in the Cloud

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

This is the command filterm 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


filterm - filter terminal input and/or output

SYNOPSIS


filterm INPUT OUTPUT [COMMAND [ARGS]]

DESCRIPTION


Execute the specified COMMAND (default is the shell), filtering terminal input and/or
output.

It can help e.g. when our terminal is unable to display non-ASCII characters or to enter
them from the keyboard. It also makes writing various terminal filters easier.

INPUT and OUTPUT are names of konwert's filters - they are passed as the first argument to
the konwert(1) program. filterm - OUTPUT filters only output, and filterm INPUT - only
input.

The command - executes the shell as a login shell.

It differs from konwert INPUT | COMMAND | konwert OUTPUT in that the command is executed
on a pseudo-terminal, so full-screen programs work correctly.

The filters have to output the characters as soon as they receive all necessary input,
without buffering. trs(1) scripts are OK, but sed(1) or awk(1) or tr(1) scripts are not.
In C you may use read(), getchar(), fread(), and write(), but putchar() and fwrite() only
together with fflush(stdout). In C++: cin.get(), cout.put(), and cout <<. In perl:
sysread, getc, read, and syswrite, but print only with $| = 1.

The input filter will have set the environment variable FILTERM=in, and the output one -
FILTERM=out. This way some filters can slightly alter their behaviour when working for
filterm.

OPTIONS
--help display help and exit

--version output version information and exit

FILTERS FOR FILTERM


See konwert(1). Additionally the following konwert's filters are designed only for
filterm:

tyldy (input)
Polish ~a~c~e~l~n~o~s~x~z

lewyap (input)
Polish `a`c`e`l`n`o`s`x`z

boldpl (output)
ASCII with Polish letters shown as bold.

pinectrlchars (output)
Replaces the characters 128..159 shown by the Pine (or another program) as ^À..^ß
back to the real 128..159.

512bold (output)
Changes the mapping of colors in 512-character mode, which restricts the number of
colors to eight. The palette is dynamically changed to contain the eight most
recently used colors. When more colors are used at once, some of them display
incorrectly.

512bold1 (output)
Changes the mapping of colors in 512-character mode. Instead of ignoring the
intensity, the following colors are available: black, red, green, white, blue,
light magenta, light cyan, light gray; others are substitutied with approximations.
This gives better effect, allowing to show the intensity, with the side-effect of
belying the hue of some colors.

kbdmacros (input)
Keyboard macros. A sequence of keys can be recorded with Esc Ctrl-A SEQUENCE Esc
Ctrl-E SHORTCUT - after which, if you press the SHORTCUT, the SEQUENCE will be
generated instead. Later such assignment can be deleted with Esc Ctrl-A Esc Ctrl-E
SHORTCUT Esc Ctrl-E. Instead of Esc Ctrl- you often may press Ctrl-Alt-. The
defined shortcuts, together with the above redefinable key combinations used to
define them, are stored in the ~/.kbdmacros file. Note: when you redefine a
sequence, all its prefixes will not be passed through immediately, but wait until
it can be unambiguously told which sequence was actually input. This includes
escape sequences representing some extended keys.

Use filterm online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    rEFInd
    rEFInd
    rEFInd is a fork of the rEFIt boot
    manager. Like rEFIt, rEFInd can
    auto-detect your installed EFI boot
    loaders and it presents a pretty GUI
    menu of boot option...
    Download rEFInd
  • 2
    ExpressLuke GSI
    ExpressLuke GSI
    This SourceForge download page was to
    grant users to download my source built
    GSIs, based upon phhusson's great
    work. I build both Android Pie and
    Android 1...
    Download ExpressLuke GSI
  • 3
    PyQt
    PyQt
    PyQt is the Python bindings for
    Digia's Qt cross-platform
    application development framework. It
    supports Python v2 and v3 and Qt v4 and
    Qt v5. PyQt is avail...
    Download PyQt
  • 4
    VoIP monitor
    VoIP monitor
    VoIPmonitor is open source network
    packet sniffer with commercial frontend
    for SIP SKINNY MGCP RTP and RTCP VoIP
    protocols running on linux. VoIPmonitor
    is des...
    Download VoIP monitor
  • 5
    garlic3
    garlic3
    Gambas3* coding tools and examples for
    use in SMB or other organizations that
    make internal programs. E.g. from
    database fields to class sourcecode with
    DbInfo...
    Download garlic3
  • 6
    Sardi
    Sardi
    Sardi is a complete restyling and
    optimisation of svg code. 6 choices for
    your applications and 10 kind of folders
    to use in your file manager. The sardi
    icons...
    Download Sardi
  • 7
    LMMS Digital Audio Workstation
    LMMS Digital Audio Workstation
    LMMS is a free cross-platform software
    which allows you to produce music with
    your computer. If you like this project
    consider getting involved in the project
    h...
    Download LMMS Digital Audio Workstation
  • More »

Linux commands

Ad