summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-22 21:44:10 +0300
committerPaul Buetow <paul@buetow.org>2025-06-22 21:44:10 +0300
commitabf12fedad0e1385c5c860554d6c22a0c36fb434 (patch)
treef52287384e21939f492b24cc8d1628bf0007b5d1 /README.md
parent02efa771fac89571110724ec277428184af7144c (diff)
add realistic logo
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6de72e2..4314b08 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
# Task Samurai
+<span style="display: inline-block; vertical-align: middle;">
<img src="logo.png" alt="tasksamurai logo" width="150" />
+</span>
+<span style="display: inline-block; vertical-align: middle;">
+<img src="logo_realistic.webp" alt="tasksamurai reaalistic logo" width="150" />
+</span>
Task Samurai is a fast terminal interface for [Taskwarrior](https://taskwarrior.org/) written in Go using the [Bubble Tea](https://github.com/charmbracelet/bubbletea) framework. It shows your tasks in a table and lets you manage them without leaving your keyboard.
@@ -77,4 +82,3 @@ go-task install
```
The second method requires [go-task](https://taskfile.dev/) to be installed.
-