Skip to content

A todo plugin for markata. It is a tui (text user interface) that runs in the terminal using textual. It gives me a trello-board feel from the terminal. I can create, update, delete, move, and fully manage my todo items from the terminal with it.

Notifications You must be signed in to change notification settings

WaylonWalker/markata-todoui

Repository files navigation

markata-todui

markata-todoui-edit.mp4

Install

pip install git+https://github.com/waylonwalker/markata-todoui

Configuration

Create a markata.toml config file or copy the one in this repo

wget https://raw.githubusercontent.com/WaylonWalker/markata-todoui/main/markata.example.toml -O markata.toml

Define Tasks

Create a directory tasks and create markdown files for each todo item...


tasks
├── task1.md
└── task2.md

Example Task

---
date: 2022-03-03
priority: 0
status: todo
tags:
- null
- null
- null
templateKey: task
title: Example task 
---

# Here's a header
Some description

## A subheading

Body of todo

```bash
echo "markata todoui is awesome!"

To Run

run to todoui

markata todoui

Usage

vim-like keybindings

  • h/l for left/right navitation
  • j/k for navigating tasks in a window
  • H/L for moving a task left/right
  • J/K for moving tasks in a window

About

A todo plugin for markata. It is a tui (text user interface) that runs in the terminal using textual. It gives me a trello-board feel from the terminal. I can create, update, delete, move, and fully manage my todo items from the terminal with it.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published