diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index bf177e0..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,13 +0,0 @@ -# You can override the included template(s) by including variable overrides -# SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings -# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings -# Dependency Scanning customization: https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings -# Note that environment variables can be set in several places -# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence -stages: -- test -sast: - stage: test -include: -- template: Security/SAST.gitlab-ci.yml - diff --git a/README.md b/README.md index 544da71..acb0538 100644 --- a/README.md +++ b/README.md @@ -88,14 +88,14 @@ lines to be removed from the file and any to-do entries added to the file. It will not change your `jrnl` file in any way. If you want to switch off one of the three ways this script connects the two, -you can use the `-L`, `-I`, `-T` options which turn off logging, adding, or creating entries respectively. +you can use the `-L`, `-I`, `-T`, `-D` options which turn off [*L*]ogging completed to `taskwarrior`, [*I*]nserting incomplete to `taskwarrior`, creating new `jrnl` entries for [*T*]oday's tasks, or moving hatched i[*D*]eas to `taskwarrior` respectively. ```bash ./jrnlwarrior.py -DIT ``` The above invocation will *only* log completed tasks to `taskwarrior`. -Adding new to-dos and creating today entries is turned off. +Adding new to-dos, ideas and creating today entries is turned off. ```bash ./jrnlwarrior.py -T