Metadata-Version: 1.0
Name: clog
Version: 2.0a7
Summary: combined command-line work-log/diary and todo manager
Home-page: UNKNOWN
Author: Christer Sjöholm
Author-email: hcs AT furuvik DOT net
License: UNKNOWN
Download-URL: http://pypi.python.org/pypi/clog
Description: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
        CLog -- Personal command-line todo and log manager.
        :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
        
        .. contents:: **Table of Contents**
        
        About
        ===============================================================================
        
        Current status
        ===============================================================================
        
        This project has ALPHA status. I use it myself and it is usable BUT:
        
        - There is no real documentation.
        - I don't as of yet guarantee  any smooth upgrades.
        - There is still a lot of functionality missing.
        
        Installation Instructions
        ===============================================================================
        
        ::
        
            pip install clog
        
        Or however you like to install Python software.
        
        Configure
        ===============================================================================
        
        Nothing is configurable at the moment.
        
        Usage
        ===============================================================================
        
        Add a new log entry::
        
            $ > clog log
            Note: Preparing first clog release
            Worked time: 1h
            Connect to todo (empty for none): clog.2_0
            Todo note: Work targeted at the 2.0 release
        
        The last prompt is because the todo did not exist.
        
        Show all log entries::
        
            $ > clog show
            2010-11-07 Sun 09:53 1h 0m clog.2_0 -- Preparing first clog release
        
        
        Show the TODOs::
        
            $ > clog todo
            clog
            clog.2_0 "Work targeted at the 2.0 release"
        
        
        Links, Feedback and getting involved
        ===============================================================================
        
        For everything you can't find at PyPi, mail me.
        
        
        CHANGES
        =======
        
        2.0a7
        ------------
        
        * show command: only shows first line of multiline notes.
        * show command: sort based on time
        
        2.0a6 101213
        ------------
        
        * Made log command default.
        * Added edit command for log entires.
        
        2.0a5
        --------------
        
        * Complete rewrite, first public release.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Utilities
