mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
License
- moving from GPL to MIT license src/commands
This commit is contained in:
parent
198cf16837
commit
961a1a9366
94 changed files with 1692 additions and 1598 deletions
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDADD
|
#ifndef INCLUDED_CMDADD
|
||||||
#define INCLUDED_CMDADD
|
#define INCLUDED_CMDADD
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDANNOTATE
|
#ifndef INCLUDED_CMDANNOTATE
|
||||||
#define INCLUDED_CMDANNOTATE
|
#define INCLUDED_CMDANNOTATE
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDAPPEND
|
#ifndef INCLUDED_CMDAPPEND
|
||||||
#define INCLUDED_CMDAPPEND
|
#define INCLUDED_CMDAPPEND
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDBURNDOWN
|
#ifndef INCLUDED_CMDBURNDOWN
|
||||||
#define INCLUDED_CMDBURNDOWN
|
#define INCLUDED_CMDBURNDOWN
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDCALENDAR
|
#ifndef INCLUDED_CMDCALENDAR
|
||||||
#define INCLUDED_CMDCALENDAR
|
#define INCLUDED_CMDCALENDAR
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDCOLOR
|
#ifndef INCLUDED_CMDCOLOR
|
||||||
#define INCLUDED_CMDCOLOR
|
#define INCLUDED_CMDCOLOR
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDCOLUMNS
|
#ifndef INCLUDED_CMDCOLUMNS
|
||||||
#define INCLUDED_CMDCOLUMNS
|
#define INCLUDED_CMDCOLUMNS
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDCOMMANDS
|
#ifndef INCLUDED_CMDCOMMANDS
|
||||||
#define INCLUDED_CMDCOMMANDS
|
#define INCLUDED_CMDCOMMANDS
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDCONFIG
|
#ifndef INCLUDED_CMDCONFIG
|
||||||
#define INCLUDED_CMDCONFIG
|
#define INCLUDED_CMDCONFIG
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDCOUNT
|
#ifndef INCLUDED_CMDCOUNT
|
||||||
#define INCLUDED_CMDCOUNT
|
#define INCLUDED_CMDCOUNT
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDCUSTOM
|
#ifndef INCLUDED_CMDCUSTOM
|
||||||
#define INCLUDED_CMDCUSTOM
|
#define INCLUDED_CMDCUSTOM
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDDELETE
|
#ifndef INCLUDED_CMDDELETE
|
||||||
#define INCLUDED_CMDDELETE
|
#define INCLUDED_CMDDELETE
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDDENOTATE
|
#ifndef INCLUDED_CMDDENOTATE
|
||||||
#define INCLUDED_CMDDENOTATE
|
#define INCLUDED_CMDDENOTATE
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDDIAGNOSTICS
|
#ifndef INCLUDED_CMDDIAGNOSTICS
|
||||||
#define INCLUDED_CMDDIAGNOSTICS
|
#define INCLUDED_CMDDIAGNOSTICS
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDDONE
|
#ifndef INCLUDED_CMDDONE
|
||||||
#define INCLUDED_CMDDONE
|
#define INCLUDED_CMDDONE
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDDUPLICATE
|
#ifndef INCLUDED_CMDDUPLICATE
|
||||||
#define INCLUDED_CMDDUPLICATE
|
#define INCLUDED_CMDDUPLICATE
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDEDIT
|
#ifndef INCLUDED_CMDEDIT
|
||||||
#define INCLUDED_CMDEDIT
|
#define INCLUDED_CMDEDIT
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDEXEC
|
#ifndef INCLUDED_CMDEXEC
|
||||||
#define INCLUDED_CMDEXEC
|
#define INCLUDED_CMDEXEC
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDEXPORT
|
#ifndef INCLUDED_CMDEXPORT
|
||||||
#define INCLUDED_CMDEXPORT
|
#define INCLUDED_CMDEXPORT
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDHELP
|
#ifndef INCLUDED_CMDHELP
|
||||||
#define INCLUDED_CMDHELP
|
#define INCLUDED_CMDHELP
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDHISTORY
|
#ifndef INCLUDED_CMDHISTORY
|
||||||
#define INCLUDED_CMDHISTORY
|
#define INCLUDED_CMDHISTORY
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDIDS
|
#ifndef INCLUDED_CMDIDS
|
||||||
#define INCLUDED_CMDIDS
|
#define INCLUDED_CMDIDS
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDIMPORT
|
#ifndef INCLUDED_CMDIMPORT
|
||||||
#define INCLUDED_CMDIMPORT
|
#define INCLUDED_CMDIMPORT
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDINFO
|
#ifndef INCLUDED_CMDINFO
|
||||||
#define INCLUDED_CMDINFO
|
#define INCLUDED_CMDINFO
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <CmdInstall.h>
|
#include <CmdInstall.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDINSTALL
|
#ifndef INCLUDED_CMDINSTALL
|
||||||
#define INCLUDED_CMDINSTALL
|
#define INCLUDED_CMDINSTALL
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDLOG
|
#ifndef INCLUDED_CMDLOG
|
||||||
#define INCLUDED_CMDLOG
|
#define INCLUDED_CMDLOG
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <CmdLogo.h>
|
#include <CmdLogo.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDLOGO
|
#ifndef INCLUDED_CMDLOGO
|
||||||
#define INCLUDED_CMDLOGO
|
#define INCLUDED_CMDLOGO
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDMERGE
|
#ifndef INCLUDED_CMDMERGE
|
||||||
#define INCLUDED_CMDMERGE
|
#define INCLUDED_CMDMERGE
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDMODIFY
|
#ifndef INCLUDED_CMDMODIFY
|
||||||
#define INCLUDED_CMDMODIFY
|
#define INCLUDED_CMDMODIFY
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDPREPEND
|
#ifndef INCLUDED_CMDPREPEND
|
||||||
#define INCLUDED_CMDPREPEND
|
#define INCLUDED_CMDPREPEND
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDPROJECTS
|
#ifndef INCLUDED_CMDPROJECTS
|
||||||
#define INCLUDED_CMDPROJECTS
|
#define INCLUDED_CMDPROJECTS
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDPULL
|
#ifndef INCLUDED_CMDPULL
|
||||||
#define INCLUDED_CMDPULL
|
#define INCLUDED_CMDPULL
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDPUSH
|
#ifndef INCLUDED_CMDPUSH
|
||||||
#define INCLUDED_CMDPUSH
|
#define INCLUDED_CMDPUSH
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDREPORTS
|
#ifndef INCLUDED_CMDREPORTS
|
||||||
#define INCLUDED_CMDREPORTS
|
#define INCLUDED_CMDREPORTS
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDSHELL
|
#ifndef INCLUDED_CMDSHELL
|
||||||
#define INCLUDED_CMDSHELL
|
#define INCLUDED_CMDSHELL
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDSHOW
|
#ifndef INCLUDED_CMDSHOW
|
||||||
#define INCLUDED_CMDSHOW
|
#define INCLUDED_CMDSHOW
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDSTART
|
#ifndef INCLUDED_CMDSTART
|
||||||
#define INCLUDED_CMDSTART
|
#define INCLUDED_CMDSTART
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDSTATISTICS
|
#ifndef INCLUDED_CMDSTATISTICS
|
||||||
#define INCLUDED_CMDSTATISTICS
|
#define INCLUDED_CMDSTATISTICS
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDSTOP
|
#ifndef INCLUDED_CMDSTOP
|
||||||
#define INCLUDED_CMDSTOP
|
#define INCLUDED_CMDSTOP
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDSUMMARY
|
#ifndef INCLUDED_CMDSUMMARY
|
||||||
#define INCLUDED_CMDSUMMARY
|
#define INCLUDED_CMDSUMMARY
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDSYNCH
|
#ifndef INCLUDED_CMDSYNCH
|
||||||
#define INCLUDED_CMDSYNCH
|
#define INCLUDED_CMDSYNCH
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDTAGS
|
#ifndef INCLUDED_CMDTAGS
|
||||||
#define INCLUDED_CMDTAGS
|
#define INCLUDED_CMDTAGS
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDTIMESHEET
|
#ifndef INCLUDED_CMDTIMESHEET
|
||||||
#define INCLUDED_CMDTIMESHEET
|
#define INCLUDED_CMDTIMESHEET
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDUNDO
|
#ifndef INCLUDED_CMDUNDO
|
||||||
#define INCLUDED_CMDUNDO
|
#define INCLUDED_CMDUNDO
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDURGENCY
|
#ifndef INCLUDED_CMDURGENCY
|
||||||
#define INCLUDED_CMDURGENCY
|
#define INCLUDED_CMDURGENCY
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_CMDVERSION
|
#ifndef INCLUDED_CMDVERSION
|
||||||
#define INCLUDED_CMDVERSION
|
#define INCLUDED_CMDVERSION
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COMMAND
|
#ifndef INCLUDED_COMMAND
|
||||||
#define INCLUDED_COMMAND
|
#define INCLUDED_COMMAND
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue