View source for ShortOm

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to ShortOm.

Personal tools

Introduction

Application and shell launcher, with editable config file, and log result page.

Config File

Use "#" char to insert comment line. Text before "=" char is launcher label, text after "=" char is command to execute.

There aren't any escape character to use "#" and "=" at this moment.

Example:

# start/stop gpsd
start gpsd=/etc/init.d/gpsd start
stop gpsd=/etc/init.d/gpsd stop
# launch battery
battery=battery.py

Exec Buttons

"NoW" equals "No Wait". Use this button if you want to launch your command in background. You don't catch any result or logs on logbook because shortom doesn't wait the end of the program. If you have to launche graphical program this button is the better choice.

"Run". ShortOm launch the command and wait the end. Every message print in standard output end error will be logged in logbook.

Installation

 opkg install http://projects.openmoko.org/frs/download.php/738/shortom_0.3_all.ipk

Links

Project Home

Sources

Package on opkg.org

Screenshot

Shortom editor 0.3.png

Shortom launcher 0.3.png

Shortom launcher2 0.3.png

Shortom logbook 0.3.png