{ "info": { "author": "Daniel Fang", "author_email": "danfang@uw.edu", "bugtrack_url": null, "classifiers": [], "description": "rmw\n==\n\nrmw is short for \"remind me when\".\n\nIt's a small service that uses RPC commands to set reminders for certain events.\n\n## Version\n\n.10 (In-progress)\n\n## Installation\n\npip install rmw\n\n## Usage\n\n### Basic\n\n```\nrmw file foo.txt bar.txt other.txt \n\nCreated FileReminder for foo.txt\nCreated FileReminder for bar.txt\nCreated FileReminder for other.txt\n\ntouch foo.txt\n\n...\n\nBroadcast Message from user@host (somewhere) at 22:12 ... \n \nReminder for foo.txt: has been created \n\n```\n\n### Other quick reminders\n\n```\nrmw file {-lt,-gt} 3000 log.txt (Remind me when log.txt is less than or greater than 3MB)\nrmw process {-s} someprocess (Remind me when someprocess is started or stopped)\n```\n\n### Control commands\n\n```\nrmw {start,stop,restart} (Control the port, daemonization, status of the rpc server)\n\n...\n\nrmw show\n1. FileReminder for bar.txt\n2. FileReminder for other.txt\n\n...\n\nrmw clear\nAll reminders cleared\n```\n\n## TODO\n\n#### General\n\nallow pip build and install\n\nfind another way to do notifications besides 'wall'\n\nadd 'sticky' reminders\n\n### Features\n\nrmw time -a 201501011159 (Remind me when the time is past 1/1/15 11:59)\n\nrmw time -e 1000 (Remind me when 1000 seconds have elapsed)\n\nrmw custom -e 500 -m \"Don't forget to commit your changes!\" (Remind me after 500 seconds to commit changes)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/danfang/rmw", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "rmw", "package_url": "https://pypi.org/project/rmw/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rmw/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/danfang/rmw" }, "release_url": "https://pypi.org/project/rmw/0.0.dev1/", "requires_dist": null, "requires_python": null, "summary": "Command line reminder tool", "version": "0.0.dev1" }, "last_serial": 1405910, "releases": { "0.0.dev1": [] }, "urls": [] }