ch-ch-changes

This commit is contained in:
Malin Freeborn
2020-01-02 04:41:16 +01:00
parent 187337aadd
commit e3abb00b08
15 changed files with 30 additions and 96 deletions

View File

@@ -1,3 +1,5 @@
(instructions currently not working)
Switch to root to make things easier.
> yay -S
@@ -107,7 +109,8 @@ Do a non-daemon version with
This needs to be edited for "$TASKDDATA", "$TASKDUSER", and "$TASKDGROUP".
---
```
Unit]
Description=Secure server providing multi-user, multi-client access to Taskwarrior data
Requires=network.target
@@ -127,7 +130,7 @@ ReadOnlyDirectories=/etc /usr
[Install]
WantedBy=multi-user.target
---
```
Enable all this by copying the file to `/etc/systemd/system`, reload daemon, then start it.
@@ -174,5 +177,3 @@ Alias `delete' to `rm' with:
task config alias.rm delete

View File

@@ -1,4 +1,5 @@
#!/bin/bash
# script currently not working
export TASKDDATA=/var/lib/taskd

View File

@@ -1,7 +1,8 @@
# Setup
Below commands mostly deal with timew alone. With taskwarrior installed as well, `locate on-modify-time`, then add it to ~/.task/hooks and make it executable.
#Summaries
# Summaries
Try:
@@ -127,6 +128,7 @@ task end.after:today-1wk completed
# Errors with Python3
Replace
`os.system('timew start ' + combined + ' :yes')`
with:
@@ -141,16 +143,9 @@ with:
`os.system('timew stop ' + combined.decode() + ' :yes')`
# Fixing Errors
> curl -O https://taskwarrior.org/download/timew-dbcorrection.py
> python timew-dbcorrections.py