
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
Clock in and out with code-clock. Helps to keep a log of how much time you spend working with a csv file in your project.
#code-clock
Clock in and clock out with code-clock. Helps to keep a log of how much time you spend working with a file in your project.
Using git timestamps helps, but you're not working the entire time between timestamps. code-clock comes in handy when you want to keep track of the time you're actually working.
It's also really useful when you want to see what you did during a specific time of work.
Just look at the commit history on the .csv file that code-clock makes for you and you'll
see everything that has changed with the lines that were added to the .csv.
##Install:
npm install code-clock -g
#Use:
clock --help
outputs:
Usage: code-clock [options] [command]
Commands:
in clock in
out clock out
add-message uses the options to add a message to the user's most recent clock in
Options:
-h, --help output usage information
-V, --version output the version number
-f, --file <path> The output file (defaults to "code-clock.csv")
-u, --user <username> The user to record (defaults to kentcdodds
-m, --message <string> Any message to add to the line
-s, --separator <string> The message separator (defaults to "; ")
-d, --debug Show debug messages
#Features
Outputs the following fields to a CSV file:
User,In,Out,Total Seconds,Messages
It will get the user from the currently logged in user or you can specify it with an option.
If you run code add-message -m "This is a message" then it will add that message to the most recent
clock in for the user specified (or logged in).
#Issues
Please report them
FAQs
Clock in and out with code-clock. Helps to keep a log of how much time you spend working with a csv file in your project.
We found that code-clock demonstrated a not healthy version release cadence and project activity because the last version was released 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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.