Giter VIP home page Giter VIP logo

rmw's Introduction

rmw

rmw is short for "remind me when".

It's a small service that uses RPC commands to set reminders for certain events.

Version

0.0.dev1

Installation

Method 1.

sudo mkdir /log/var/rmw/ (where log files will be stored)
pip install rmw

Method 2.

git clone https://github.com/danfang/rmw.git
sudo sh install

Usage

Basic

rmw file foo.txt bar.txt other.txt 

Created FileReminder for foo.txt
Created FileReminder for bar.txt
Created FileReminder for other.txt

touch foo.txt

...

Broadcast Message from user@host (somewhere) at 22:12 ...                            
                                                                    
Reminder for foo.txt: has been created  

Other quick reminders

rmw file {-lt,-gt} 3000 log.txt (Remind me when log.txt is less than or greater than 3MB)
rmw process {-s} someprocess (Remind me when someprocess is started or stopped)

Control commands

rmw {start,stop,restart} (Control the port, daemonization, status of the rpc server)

...

rmw show
1. FileReminder for bar.txt
2. FileReminder for other.txt

...

rmw clear
All reminders cleared

TODO

General

use a config file or have an alternative way to specify and create log folders without hassle

find another way to do notifications besides 'wall'

add 'sticky' reminders

Features

rmw time -a 201501011159 (Remind me when the time is past 1/1/15 11:59)

rmw time -e 1000 (Remind me when 1000 seconds have elapsed)

rmw custom -e 500 -m "Don't forget to commit your changes!" (Remind me after 500 seconds to commit changes)

rmw's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.