EnglishFrenchSpanish

OnWorks favicon

notionflux - Online in the Cloud

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

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


Notionflux - lua remote control for Notion.

SYNOPSIS


notionflux [-e code]

DESCRIPTION


notionflux allows you to access the notion lua scripting interface from the command-line.
It either takes a script from stdin or through the ´-e´ parameter.

The lua script will be executed by the Lua engine running in Notion, which means it has
access to the Notion lua api (notioncore.* et al). Calls to ´print´ will print values to
Notion´s stdout (e.g. ~/.xsession-errors). The scripts´ return value will be printed by
notionflux

OPTIONS


-e code
Lua code to execute.

ENVIRONMENT


notionflux talks to notion(1) through a socket, which is determined by the
_NOTION_MOD_NOTIONFLUX_SOCKET property on the root of the display on which notion(1) is
running.

SECURITY


The notionflux socket is created with read/write permissions only for the user who started
notion(1). Neither notion(1) nor notionflux are setuid(2), so notionflux should not pose
any security threat.

EXAMPLES


Write ´foo´ to notion(1)´s stdout and ´bar´ to the terminal, specifying the script on the
commandline:

$ notionflux -e "print('foo'); return 'bar'"
"bar"

Or the same, but now via STDIN:

$ echo "print('foo'); return 'bar'" | notionflux
"bar"

Use notionflux online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

Linux commands

  • 1
    a2crd
    a2crd
    a2crd - attempts the conversion of
    lyrics file into chordii input ...
    Run a2crd
  • 2
    a2j
    a2j
    a2j - Wrapper script to simulate
    a2jmidid's non-DBUS behaviour though
    a2jmidid actually being in DBUS mode ...
    Run a2j
  • 3
    cowpoke
    cowpoke
    cowpoke - Build a Debian source package
    in a remote cowbuilder instance ...
    Run cowpoke
  • 4
    cp
    cp
    cp - copy files and directories ...
    Run cp
  • 5
    gbnlreg
    gbnlreg
    gbnlreg - Non linear regression ...
    Run gbnlreg
  • 6
    gbonds
    gbonds
    gbonds - U.S. savings bond inventory
    program for GNOME ...
    Run gbonds
  • More »

Ad