summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-22 17:20:16 +0300
committerPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-22 17:20:16 +0300
commit2af8c8b3f5e7fb82973fac6d6134f80ae4985f79 (patch)
treeb6489523475a5fe840a7ae9976d724c0f5e1e9a0 /README.md
parentac2d6cc974ee561b99595f977fb5c0c2599f78f5 (diff)
docs: add scaled logo and screenshot
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 bc8c7d6..53b62ed 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Task Samurai
-![tasksamurai logo](logo.png)
+<img src="logo.png" alt="tasksamurai logo" width="150" />
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.
@@ -58,3 +58,7 @@ Task Samurai invokes the `task` command to read and modify tasks. The tasks are
Example: press `+`, type `Buy milk` and hit Enter to add a new task called "Buy milk".
+## Screenshot
+
+![Task Samurai screenshot](screenshot.png)
+