Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
A very simple Python CLI tool to start a countdown timer.
Easily install timer-cli using pip:
pip install timer-cli
$ timer [options] duration
Syntax for a duration is __h__m__s
where the hour, minute and second values are all optional.
2m30s
10h5s
1h25m45s
Supplying the --no-bell
flag will stop the terminal from "ringing the bell" (making a sound) once the timer has finished.
Use this flag to specify a message to display under the timer. Make sure to surround your string with quotation marks.
$ timer 1h30m -m "Review the pull requests"
Contributions are always welcome!
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This code is distributed under the Apache-2.0 license. See LICENSE
for more information.
FAQs
A simple CLI tool for starting a countdown timer.
We found that timer-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.