Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
attomos committed Jul 27, 2019
1 parent abfa9a1 commit 0e65067
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
# bear_todo_counter

[![Build Status](https://travis-ci.com/attomos/bear_todo_counter.svg?branch=master)](https://travis-ci.com/attomos/bear_todo_counter)
<a href='https://coveralls.io/github/attomos/bear_todo_counter?branch=master'><img src='https://coveralls.io/repos/github/attomos/bear_todo_counter/badge.svg?branch=master&kill_cache=1' alt='Coverage Status' /></a>
<a href='https://coveralls.io/github/attomos/bear_todo_counter?branch=master'><img src='https://coveralls.io/repos/github/attomos/bear_todo_counter/badge.svg?branch=master' alt='Coverage Status' /></a>
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>

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")

### :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

Expand Down

0 comments on commit 0e65067

Please sign in to comment.