Skip to content

Releases: 2KAbhishek/tdo

Find or Create note

22 Jul 05:00
7897b78
Compare
Choose a tag to compare

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

07 Apr 06:33
6fe7e5c
Compare
Choose a tag to compare
1.8

Config Support

tdo now supports configuration files and environment variables. The configuration file is located at ~/config/.tdorc thanks to @idr4n.

For more details: #10

Full Changelog: 1.7...1.8

1.7

20 Mar 04:37
9fa73e4
Compare
Choose a tag to compare
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

01 Mar 10:53
82aeae8
Compare
Choose a tag to compare
1.6

What's Changed

This release adds better compatibility for fish shell

  • Remove slash from templates dir in the cp command by @idr4n in #5
  • Check if NOTES_DIR env var has been added already in fish by @idr4n in #6
  • Document improvements
  • Bug fixes

New Contributors

  • @idr4n made their first contribution in #5

Full Changelog: 1.5...1.6

1.5

12 Feb 23:14
Compare
Choose a tag to compare
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

06 Feb 04:32
Compare
Choose a tag to compare
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

04 Feb 20:03
Compare
Choose a tag to compare
1.3

tdo 1.3

  • Adds new draft note support
  • Better macOS compatibility
  • Includes default templates
  • Better docs

Full Changelog: 1.2...1.3

Integration Support

03 Feb 06:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1...1.2

Offset Support

30 Jan 22:49
1496b38
Compare
Choose a tag to compare

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