You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to be able to monitor a commute, and optionally write the output to a file. By default, monitor would poll every minute, and the user could supply their own interval (in minutes).
Ex:
commuter monitor --from home --to work
Would print the commute time to stdout every minute.
commuter monitor --from home --to work --interval 5 --out file.txt
Would write the commute every five minutes to file.txt.
The text was updated successfully, but these errors were encountered:
Would be nice to be able to monitor a commute, and optionally write the output to a file. By default, monitor would poll every minute, and the user could supply their own interval (in minutes).
Ex:
commuter monitor --from home --to work
Would print the commute time to stdout every minute.
commuter monitor --from home --to work --interval 5 --out file.txt
Would write the commute every five minutes to file.txt.
The text was updated successfully, but these errors were encountered: