223kazuki / SublimeSimplestTodo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublime SimplestTodo

Sublime Text plugin of the simplest Todo management.

Installation

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
git clone https://github.com/223kazuki/SublimeSimplestTodo SimplestTODO

Or by Package Controll.

Usage

usage

Commands

Command
SimplestTodo: List Todos List Todos in your active file
SimplestTodo: Toggle Todo Toggle Todo <-> Done on your selecting line
SimplestTodo: New Todo Insert new Todo after your cusort

Settings

If you want to change the prefix for Todo and Done, change them in setting.

{
	"todo_prefix": "□ TODO: ",
	"done_prefix": "☑ TODO: "
}

About

License:MIT License


Languages

Language:Python 100.0%