
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
timebook-cli
Advanced tools
Timebook CLI - Time travel for your code. Automatic snapshots every 5 minutes.
⏰ Time travel for your code
Timebook automatically creates snapshots of your project every 5 minutes, giving you a visual timeline of your work. Never lose progress again.
# Install globally
npm install -g timebook-cli
# Login with your Timebook account
timebook login
# Link your project
cd your-project
timebook link
# Start automatic snapshots
timebook sync --initial
That's it! Timebook is now watching your project and creating snapshots automatically.
.gitignore and .timebookignoretimebook login # Login with Personal Access Token
timebook link # Link current project to Timebook
timebook sync --initial # Upload initial snapshot & start agent
timebook sync # Manually create a snapshot
timebook status # Check sync status
timebook watch # Start the background agent
timebook stop # Stop the background agent
timebook daemon status # Check if agent is running
timebook daemon logs # View agent logs
timebook daemon logs -f # Follow logs in real-time
.timebookignoreCreate a .timebookignore file in your project root to exclude files:
node_modules/
.git/
dist/
.env*
# Use custom API endpoint (for development)
export TIMEBOOK_API_BASE=http://localhost:8787
# Check if agent is running
timebook daemon status
# View logs
timebook daemon logs
# Restart agent
timebook stop
timebook watch
You must run timebook sync --initial before starting the agent:
timebook sync --initial
View your project timeline at: console.timebook.sh
Features:
MIT
Made with ❤️ by mintygum
FAQs
Timebook CLI - Time travel for your code. Automatic snapshots every 5 minutes.
We found that timebook-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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.