aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAria <me@aria.rip>2023-10-01 17:17:23 +0100
committerAria <me@aria.rip>2023-10-01 17:17:23 +0100
commit862cc62d621e89de4848be543f4df23d101075fe (patch)
treef42921a70c9932466c033bcbd0d530cf1c4d4460 /README.md
parentd82ed204b82b9774e266a74432f252ae76a63eee (diff)
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8968ceb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# doe
+
+[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
+
+Doe is a simple TUI command snippet runner. You can add scripts to it, they'll be stored in `~/.doe`, and then you can pick and execute them later.
+Use + to add snippets, d to delete them, and vim keybindings to select them. You can also run doe with `doe <search term>` to filter your initial results.
+
+This was mostly an excuse for me to use [Bubble Tea](https://github.com/charmbracelet/bubbletea), which is a cool framework you should check out.