
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
github.com/AmrSaber/timer
CLI tool that is very similar to sleep
but it shows a timer with the remaining time (timer disappears when done).
It is safe to set
alias sleep=timer
As it behaves exactly the same as sleep
(and more).
You can install the package from code with go by running:
go install github.com/AmrSaber/timer@latest
To uninstall, run:
rm $(which timer)
You can also download and use your OS's related binary from releases.
Use as:
timer 10s
You can add multiple durations (including negative ones) and they will all be summed together to get the final timer duration.
Durations can have any of go duration suffexis (h, m, s, ms, us, ...) but whatever duration is given it is rounded to the closest second. If no suffix is given to a duration, then s
is assumed.
Not providing any duration, providing wrong duration, or cancelling the timer before it's done (sending SIGINT signal with ctrl+c) results in exit code of 1; otherwise, exits with 0 exit code when timer is done.
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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.