
Product
Introducing Custom Tabs for Org Alerts
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.
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.
#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: clock [options] [command]
Commands:
in clock in
out clock out
r run with the given options
Options:
-h, --help output usage information
-V, --version output the version number
-f, --file <path> The output file (defaults to "<current directory>/code-clock.csv")
-u, --user <username> The user to record (defaults to kentcdodds
-m, --message <string> Any message to add to the line
-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 r -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.
The npm package code-clock receives a total of 2 weekly downloads. As such, code-clock popularity was classified as not popular.
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.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.