|
59 | 59 | /> |
60 | 60 | </p> |
61 | 61 |
|
62 | | -**Forgot what you worked on yesterday?** |
| 62 | +**Forgot what you worked today?** |
63 | 63 |
|
64 | 64 | **gohome** automates your daily status reporting by recursively scanning your workspace to find git repositories. It aggregates commit logs from multiple projects instantly and formats them into beautiful, ready-to-share reports. |
65 | 65 |
|
@@ -359,10 +359,10 @@ gohome |
359 | 359 | gohome |
360 | 360 | ``` |
361 | 361 |
|
362 | | -**2️⃣ Look back 3 days** |
| 362 | +**2️⃣ Look back 1 week** |
363 | 363 |
|
364 | 364 | ```bash |
365 | | -gohome -d 3 |
| 365 | +gohome -w 1 |
366 | 366 | ``` |
367 | 367 |
|
368 | 368 | **3️⃣ Generate a Table Report** |
@@ -613,23 +613,23 @@ gohome config reset |
613 | 613 | | Flag | Alias | Description | Default | |
614 | 614 | | ---------------- | ----- | ----------------------------------------------------- | ----------- | |
615 | 615 | | `--hours` | `-H` | Number of hours to look back | 0 | |
616 | | -| `--today` | | Report from midnight to now | false | |
| 616 | +| `--today` | `-T` | Report from midnight to now | false | |
617 | 617 | | `--days` | `-d` | Number of days to look back | 1 | |
618 | 618 | | `--weeks` | `-w` | Number of weeks to look back | 0 | |
619 | 619 | | `--months` | `-m` | Number of months to look back | 0 | |
620 | 620 | | `--years` | `-y` | Number of years to look back | 0 | |
621 | 621 | | `--path` | `-p` | Root path to scan for repositories | `.` | |
622 | | -| `--max-depth` | | Maximum depth to scan for repositories | 2 | |
| 622 | +| `--max-depth` | `-m` | Maximum depth to scan for repositories | 2 | |
623 | 623 | | `--author` | `-a` | Git author name (auto-detected) | System User | |
624 | 624 | | `--format` | `-f` | Output format: `text`, `table` | `text` | |
625 | 625 | | `--preset` | `-s` | Table style: `normal`, `markdown` | `normal` | |
626 | | -| `--all-branches` | `-b` | Include commits from all local branches | false | |
627 | | -| `--branch` | | Filter commits by specific branch | (current) | |
| 626 | +| `--all-branches` | `-A` | Include commits from all local branches | false | |
| 627 | +| `--branch` | `-b` | Filter commits by specific branch | (current) | |
628 | 628 | | `--copy` | `-cp` | Copy output to clipboard | false | |
629 | 629 | | `--icon` | `-i` | Show icon column (table format only) | false | |
630 | 630 | | `--scope` | `-c` | Show scope column (table format only) | false | |
631 | 631 | | `--task` | `-t` | Add custom task (repeatable) | [] | |
632 | | -| `--save` | | Save current flags as default config | false | |
| 632 | +| `--save` | `-S` | Save current flags as default config | false | |
633 | 633 | | `--version` | `-v` | Show version information | | |
634 | 634 | | `--help` | `-h` | Show help message | | |
635 | 635 |
|
|
0 commit comments