Metadata-Version: 2.1
Name: notesviewer
Version: 0.9.4
Summary: notesviewer
Home-page: https://gitlab.com/Alekgr/notesviewer.git
Author: alekgr
Author-email: alek.grigorian@gmail.com
License: GPL
Description: # notesviewer
        
        A commandline notes viewer written in python
        
        ## installation
        
        pip install notesviewer
        
        ## usage
        
        ```
        notesviewer --help
        notesviewer version 
        notesviewer list
        notesviewer display <note> 
        notesviewer add <note>
        notesviewer insert <note> <title>
        nosteviewer edit   <index> <note>
        notesviewer delete <note>
        notesviewer remove <index> <note>
        notesviewer move <index> <fromnote> <tonote>
        notesviewer addtags <note> <tag>
        notesviewer tags <note>
        notesviewer removetags <note> <tag(s)>
        notesviewer editlinks <note>
        notesviewer links <note>
        notesviewer editlinks <note>
        notesviewer showconfig
        notesviewer setdefaultconfig
        notesviewer setconfig <key> <value>
        notesviewer search <regex> note(s)
        notesviewer check
        notesviewer interactive    #Not implemented yet
        
        ```
        
        ## changelog
        ```
        0.9.3
        - Changed parser argument for add,insert, delete, remove from name to note for consistency 
        - Added help context to commands when using notesviewer --help
        
        0.9.4
        - Added links and editlinks commands for managing notes bookmarks(links)
        - Added setconfig command to easily changing config settings
        - Added root note verification
        - Updated the check command to include the new root note verification
        - Fixed --help to display notesviewer name correctly
        ```
        
        ## Contributing 
        Pull requests are welcome. 
        
        ## License 
        GPL2
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Operating System Kernels :: Linux
Description-Content-Type: text/markdown
