Skip to content

Commit

Permalink
docs: mention shell completion
Browse files Browse the repository at this point in the history
  • Loading branch information
2KAbhishek committed Feb 22, 2025
1 parent c85f185 commit a6fb884
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@ cp -irv templates $NOTES_DIR
source ~/.zshrc
```

#### 🔤 Shell Completion

If you want to enable tab completion for `tdo`, add this to your shell's RC file (~/.bashrc, ~/.zshrc):

```bash
source /path/to/tdo/completions/tdo_completion.sh
```

This will allow you to use tab completion to quickly access your notes when you type `tdo <tab>`.

#### 💾 Git Integration

If you want to sync your notes across devices, you can set up a git repo on the $NOTES_DIR and add GitHub/GitLab as remote.
Expand Down

0 comments on commit a6fb884

Please sign in to comment.