Coder Social home page Coder Social logo

schedule's Introduction

Schedule

Python script for scheduling the execution of a command.

Summary

schedule [OPTIONS] TIME COMMAND...
    detaches a process to execute COMMAND at the specified TIME
    -s:      run synchronuous, don't use a detached process
    -f:      run immediately if time is in the past
    -p:      keep stdout and stderr for executed command
    -h:      print this help and exit
    -v:      announnce the scheduled time. -vv / -vvv for more precision
    -b TIME: relative TIMEs will be relative to this, default is the current time
    TIME:    3min, 17:00, etc...
    COMMAND: any shell command

Examples

  • schedule 3min xmessage "Tea is done"

    • sets a simple reminder running in the background
  • schedule -v -s 15:00 poweroff

    • synchronuously waits for 15 o'clock in the terminal, then shuts of the computer

    • immediately prints the time when the task will be performed

      (to avoid date parsing ambiguitys)

  • export CMD='schedule -sp 5sec sh -c "echo hello && $CMD"'; sh -c "$CMD"

    • a very silly way to print hello every 5 seconds
    • accumulates small time errors due to the time it takes for the next process to launch

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.