mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-02 05:30:23 +02:00
File Import
- Implemented all remaining import functionality.
This commit is contained in:
parent
5f4563af2f
commit
25425614b1
6 changed files with 354 additions and 22 deletions
|
@ -41,7 +41,7 @@ if (open my $fh, '>', 'import.rc')
|
|||
# Create import file.
|
||||
if (open my $fh, '>', 'import.txt')
|
||||
{
|
||||
print $fh "x 2010-03-25 Walk the dog +project \@context\n",
|
||||
print $fh "x 2009-03-25 Walk the dog +project \@context\n",
|
||||
"This is a test +project \@context\n",
|
||||
"(A) A prioritized task\n",
|
||||
"\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue