From d42593edfe6531fc7167a138a39474556f7f6a8e Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 22 Jun 2025 18:42:14 +0200 Subject: [PATCH] task: Remove configuration files for taskopen Since I am exclusively using `topen` (https://git.martyoeh.me/Marty/topen) for my task notes currently, this commit gets rid of any left-over config files setting up `taskopen`. Starts to simplify the taskwarrior setup a tiny bit. --- office/.config/sh/env.d/taskopen-xdg.sh | 3 --- office/.config/task/taskopenrc | 20 -------------------- 2 files changed, 23 deletions(-) delete mode 100644 office/.config/sh/env.d/taskopen-xdg.sh delete mode 100644 office/.config/task/taskopenrc diff --git a/office/.config/sh/env.d/taskopen-xdg.sh b/office/.config/sh/env.d/taskopen-xdg.sh deleted file mode 100644 index 5aac3a7..0000000 --- a/office/.config/sh/env.d/taskopen-xdg.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env sh - -export TASKOPENRC="${XDG_CONFIG_HOME:-"$HOME/.config"}/task/taskopenrc" diff --git a/office/.config/task/taskopenrc b/office/.config/task/taskopenrc deleted file mode 100644 index a446a24..0000000 --- a/office/.config/task/taskopenrc +++ /dev/null @@ -1,20 +0,0 @@ -[General] -EDITOR = nvim -taskbin = task -path_ext = /usr/share/taskopen/scripts - -[Actions] -note_custom_ext.regex = "^Note\\.?(.*)?" -note_custom_ext.command = "$EDITOR ${XDG_DATA_HOME:-$HOME/.local/share}/task/notes/$UUID.$LAST_MATCH" - -notes.regex = "^Note$" -notes.command = "$EDITOR ${XDG_DATA_HOME:-$HOME/.local/share}/task/notes/$UUID.md" - -links.regex = "^https?://" -links.command = "open $FILE" - -mail.regex = "^<.*@.*>$" -mail.command = "notmuch show mid:${FILE:1:-1}" - -[CLI] -