Skip to content

haydenrou/tickit.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tickit.vim

lightweight TODO management

tickit.vim example


Installation

If you use vim-plug, you can add tickit.vim to your init.vim with the below line, and run :PlugInstall to get up and running.

Plug 'haydenrou/tickit.vim'

Usage

tickit.vim uses $HOME/.config/tickit.vim/TODO.md as a TODO file. If you want to change it, you can do so as per the below:

call tickit#set_location($HOME . "/.config/tickit.vim/TODO.md")

You can also customise the "ticker". The default is "x"

call tickit#set_ticker(":)")

If you do not want the date to show in the done column, set the below

call tickit#show_date("false")
  • Open your TODO.md file
    <Leader>otd
  • Create a new todo
    <Leader>ntd
  • Toggle todo
    <Leader>td

Notes

Please feel free to open up issues with bug reports or feature suggestions as you see fit.

I encourage contributions or suggestions, and if you have anything else you want to work on together you can contact me by email: hayden@rouille.dev.

About

lightweight global TODO management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published