Fix missing mention of idea toggle in README
Added usage instructions for turning off idea syncing.
This commit is contained in:
parent
253dc4ba37
commit
426925c6a7
2 changed files with 2 additions and 15 deletions
|
@ -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
|
|
||||||
|
|
|
@ -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.
|
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,
|
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
|
```bash
|
||||||
./jrnlwarrior.py -DIT
|
./jrnlwarrior.py -DIT
|
||||||
```
|
```
|
||||||
|
|
||||||
The above invocation will *only* log completed tasks to `taskwarrior`.
|
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
|
```bash
|
||||||
./jrnlwarrior.py -T
|
./jrnlwarrior.py -T
|
||||||
|
|
Loading…
Reference in a new issue