Skip to content

backendbishop/chronolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chronolog

A personal developer logging CLI built for tracking your daily work. Instead of trying to remember what you did last Tuesday, you log it. Tag entries by category, list your history, and clear when needed. Think of it as git log for your brain.

Install

git clone https://github.com/simonkimeu/chronolog.git cd chronolog npm install npm link

Usage

Add a log entry with a tag

chronolog add "Built the auth module" --tag dev

Add a general entry (no tag)

chronolog add "Read about WebSockets"

List all entries

chronolog list

Filter by tag

chronolog list --tag dev

Clear all logs

chronolog clear

Example Output

[2026-05-08T14:23:23.761Z] [dev] Built the auth module [2026-05-08T14:25:01.000Z] [general] Read about WebSockets

Tech Stack

  • Node.js
  • JSON file storage
  • Native fs module
  • Installed globally via npm link

Author

Simon Kimeu — github.com/simonkimeu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages