
Research
Security News
The Landscape of Malicious Open Source Packages: 2025 Mid‑Year Threat Report
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
github.com/Faelivrinx/go-timer-cli
Go Timer CLI is a command-line utility that allows you to set a timer for a specific date and display the remaining time in the terminal, updating every second.
To install Go Timer CLI, you must have Go installed on your system. If you don't have Go installed, you can download it from the official website: https://golang.org/dl/
Once you have Go installed, you can install Go Timer CLI using the following command:
go install github.com/Faelivrinx/go-timer-cli
Replace and with your GitHub username and the name of your repository, respectively.
To use Go Timer CLI, run the following command:
go-timer-cli --deadline=<deadline>
Replace with the date and time you want to set the timer for, in the format YYYY-MM-DD HH:MM:SS.
For example, to set a timer for March 30, 2023 at 8:30 AM, you would run the following command:
go-timer-cli --deadline=2023-03-30 08:30:00
The timer will then start, and the remaining time will be displayed in the terminal, updating every second.
To stop the timer before the deadline, press Ctrl-C.
Go Timer CLI is released under the MIT License. See LICENSE for more information.
I hope that helps! Let me know if you have any further questions.
FAQs
Unknown package
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.
Research
Security News
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.