diff --git a/README.md b/README.md index eb2f770..08a61d7 100644 --- a/README.md +++ b/README.md @@ -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 `. + #### 💾 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.