Releases: 2KAbhishek/tdo
Releases Β· 2KAbhishek/tdo
Find or Create note
tdo 1.9: Find or Create note
Now tdo can open an existing note when you run tdo note-name
, earlier it was always creating a new note.
This will help save time by skipping tdo find
and also avoid creating duplicate notes.
Full Changelog: 1.8...1.9
1.8
1.7
Features
This release adds a new feature for vim and neovim users:
When opening a file after searching for pending todos with tdo -t
vim/neovim will open the file with all pending todos highlighted.
You can then navigate pending todos with n/N
Fixes
This release also fixes an issue where tdo was not changing directory to root for some operations, thanks to @idr4n for raising issue #7
1.6
1.5
This release focuses on usability and maintainability
- Docs has a separate section for git integration
- tdo has fail safes for missing env variables
- Code refactor on tdo and install scripts
1.4
- Added automated installation script
install.sh
to make installation super simple! - Added a commit option for quick commits from external sources
- Better templates
- Updated docs
1.3
Integration Support
Offset Support
Now easily edit past and future todos with offset support
# opens today's todo
tdo
# opens tommorow's todo
tdo 1
# open today's journal entry
tdo e
# opens day before yesterday's journal entry
tdo e -2