Skip to content

aaronhuoc/NodeHarbor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HarborLog

HarborLog is a personal Node.js diary for harbor-side ideas, tasks, and cargo notes. It logs short bursts of work so that the solo developer can remember what happened between real-life shifts. This project mirrors how a developer might iterate on a real tool: small features, frequent commits, and practical usage notes.

Features

  • store harbor tasks with statuses, vessel names, and sentiment tags
  • tag entries with effort, intent, and follow-up notes for later review
  • filter and export concise summaries for email hand-off

Getting started

npm install
node src/cli.js add --note "Plan berth sensor check" --ship "Lynx"

CLI quick tour

  • harborlog add records a quick note with metadata so evening shifts stay organized.
  • harborlog list shows the most recent entries by status, and you can filter by vessel/project name.
  • harborlog summary gives a snapshot of total logs and their mix of statuses.
  • harborlog export prints a markdown digest plus a short report for handoffs during office hours.

Planning notes

See docs/roadmap.md for what I keep in mind between weekends and how this journal might grow.

The config/defaults.json file holds the statuses and effort levels that feel natural for this diary, so I can tune the weekend shorthand without breaking the export scripts.

Workflow

  1. Add quiet notes to the journal, tagging them with metadata.
  2. Use the summary commands to review ideas before the next weekend shift.
  3. Export to JSON/markdown when ready to polish release notes during office hours.

Reflection helper

The SessionNotebook helper in src/lib/notebook.js gathers your most recent entries and can turn a quick reflection into a new log entry with tags. It keeps the solo work human: weekend sparks stay light enough to revisit during free hours.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors