From 0e650671178b6618ae932a485d158db404749592 Mon Sep 17 00:00:00 2001 From: Nattaphoom Chaipreecha Date: Sat, 27 Jul 2019 18:36:11 +0700 Subject: [PATCH] Update README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4144217..d6b62b1 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # bear_todo_counter [![Build Status](https://travis-ci.com/attomos/bear_todo_counter.svg?branch=master)](https://travis-ci.com/attomos/bear_todo_counter) -Coverage Status +Coverage Status Code style: black -Put a TODO progress in [Bear][bear] note's title. +A simple Python script to put a TODO progress in [Bear][bear] note's title. ## Motivation Inspired by [org-mode][org-mode]'s [subtasks progress][org-mode-tasks], this simple Python script will: 1. read the text from clipboard 2. count number of completed items and total items -3. set the clipboard with the original text with TODO progress in the first line +3. set the clipboard with the original text + TODO progress in the first line ### Org mode Subtasks Progress ![org-mode subtasks progress](./images/emacs.gif "org-mode subtasks progress") @@ -18,8 +18,6 @@ Inspired by [org-mode][org-mode]'s [subtasks progress][org-mode-tasks], this sim ### :bear: with bear_todo_counter ![bear_todo_counter](./images/bear.gif "bear_todo_counter") -Or leave it empty and use the [link text itself]. - ## Usage