Project

sinoma

0.0
No commit activity in last 3 years
No release in over 3 years
Sinoma forwards notifications from a named pipe to your android device through nma.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 3.0.0, ~> 3.0
>= 3.0.4, ~> 3.0
>= 3.0.4, ~> 3.0

Runtime

>= 0.4.3, ~> 0.4
 Project Readme

Introduction

sinoma is a simple command line tool that forwards messages from a named pipe to your android device using the ruby-notify-my-android gem. Sending a notification was never easier.

Why would you use it?

With sinoma you need only file handling to send notifications instead of linking an http library.

Usage

$ mkfifo a_named_pipe
$ sinoma -k your_nma_api_key ./a_named_pipe
$ echo "this is a test message" > ./a_named_pipe