Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdheepak/taskwarrior-testdata
https://github.com/kdheepak/taskwarrior-testdata
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdheepak/taskwarrior-testdata
- Owner: kdheepak
- Created: 2020-07-27T06:03:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T14:59:37.000Z (over 2 years ago)
- Last Synced: 2024-10-15T16:51:42.928Z (3 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taskwarrior test data for taskwarrior-tui
Please provide a minimal working example of the bug with screenshots if possible.
If not possible, please provide a anonymized version of your `.taskrc` file and the output of `task next` (or whatever relevant taskwarrior feature you are using).You can set the TASKDATA and TASKRC environment variables to point to a different location for temporary fresh taskwarrior session.
You can use the following fake task list to reproduce your error:
```bash
git clone https://github.com/kdheepak/taskwarrior-testdata/
```After you clone the above repository, run the following lines in your shell.
```bash
export TASKRC=`pwd`/taskwarrior-testdata/.taskrc
export TASKDATA=`pwd`/taskwarrior-testdata/.task
```Then run the following:
```bash
task import `pwd`/taskwarrior-testdata/export.json
```See taskwarrior documentation for more information.
Use your favorite tool to generate a screenshot or a gif of the error.