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.
This commit is contained in:
parent
21844e3a30
commit
d42593edfe
2 changed files with 0 additions and 23 deletions
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
export TASKOPENRC="${XDG_CONFIG_HOME:-"$HOME/.config"}/task/taskopenrc"
|
||||
|
|
@ -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]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue