TimberToe / keypirinha-todo-markdown

A simple todo plugin for keypirinha with a markdownfile as storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keypirinha Plugin: todo-markdown

This is todo-markdown, a plugin for the Keypirinha launcher.

A plugin to easily add/finish/list todos in a Markdown file.

I use a markdown file to jolt down small reminders over the day. Since I use Keypirinha for everything else, why not as as shortcut to my todo list!

Since it is an markdown file it is easy to sync between computers through your cloud storage. It is easy to read and convert to another format if needed

Download

Download latest from Releases

Install

Once the todo-markdown.keypirinha-package file is installed, move it to the InstalledPackage folder located at:

  • Keypirinha\portable\Profile\InstalledPackages in Portable mode
  • Or %APPDATA%\Keypirinha\InstalledPackages in Installed mode (the final path would look like C:\Users\%USERNAME%\AppData\Roaming\Keypirinha\InstalledPackages)

Usage

You will be able to:

  • Add todos
  • Finish todos
  • Remove todos
  • List todos

Start by searching for "Todo" i Keypirinha and you will find the top cataglog item "Todo" that everything is filed under. Select it to see a list of all the available todos. The list is searchable and if your search term doesn't exist you will be given the option to create a new todo. Manage individual todos by selecting one and pressing tab.

License

This package is distributed under the terms of the MIT license.

Contribute

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
  2. Fork this repository on GitHub to start making your changes
  3. Send a pull request.
  4. Add yourself to the Contributors section below (or create it if needed)!

About

A simple todo plugin for keypirinha with a markdownfile as storage

License:MIT License


Languages

Language:Python 79.8%Language:Batchfile 20.2%