From 77ad74ef9a8c16e34301eeceeae71afca87dd334 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Fri, 13 Feb 2026 10:28:09 +0000 Subject: [PATCH] task: add taskrc (and add to install) --- install | 2 +- taskrc | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 taskrc diff --git a/install b/install index 6f7d2d1..7ad653c 100755 --- a/install +++ b/install @@ -48,7 +48,7 @@ unset COMMANDS MISSING # RC files mkdir -pv bak -for rc in *rc *profile tmux*.conf bashrc.d mutt tmux*conf slrn sqliterc ctags ; do +for rc in *rc *profile tmux*.conf bashrc.d mutt tmux*conf slrn sqliterc ctags taskrc ; do if [ ! -r $rc ] ; then continue fi diff --git a/taskrc b/taskrc new file mode 100644 index 0000000..1681677 --- /dev/null +++ b/taskrc @@ -0,0 +1,37 @@ +# [Created by task 3.4.2 12/15/2025 14:46:15] +data.location=/home/pw921828/.task +news.version=3.4.2 + +# To use the default location of the XDG directories, +# move this configuration file from ~/.taskrc to ~/.config/task/taskrc and update location config as follows: + +#data.location=~/.local/share/task +#hooks.location=~/.config/task/hooks + +# Color theme (uncomment one to use) +#include light-16.theme +include light-256.theme +#include bubblegum-256.theme +#include dark-16.theme +#include dark-256.theme +#include dark-red-256.theme +#include dark-green-256.theme +#include dark-blue-256.theme +#include dark-violets-256.theme +#include dark-yellow-green.theme +#include dark-gray-256.theme +#include dark-gray-blue-256.theme +#include solarized-dark-256.theme +#include solarized-light-256.theme +#include no-color.theme + +sync.server.client_id=f22e676f-492f-483d-8391-250cdffd6c9d +sync.server.url=http:\/\/10.178.6.58:18183 +sync.encryption_secret=BVgiEXnw6kGks +recurrence=on + +report.weekly.description=Weekly report +report.weekly.columns=project,start,end,tags,description.count +report.weekly.sort=project+\/,end+ +#report.weekly.filter=end.after=today-1wk and status:completed or status:pending +report.weekly.filter=end.after=today-1wk and status:completed