Metadata-Version: 2.1
Name: hawksoft.tools
Version: 1.0.0
Summary: Provides many useful command lines in python
Home-page: https://github.com/xingyongkang
Author: xingyongkang
Author-email: xingyongkang@cqu.edu.cn
License: MIT
Description: # hawksoft.tools package
        
        
        
        Provides many useful command line in python. 
        
        Now includes:
        
        - md2zhihu: convert md file with math formula to zhihu-compatible file.
        - tree: show directory as tree graph. 
        
        
        
        ## Installation:
        
        ```
        pip install hawksoft.tools
        ```
        
        
        
        ## usage:
        
        
        
        #### md2zhihu
        
        Installation will add a new command line: md2zhihu. you can use it like this:
        
        ```
         md2zhihu sourceFilename destineFilename 
        ```
        
        or
        
        ```
        md2zhihu sourceFilename destineDirectory
        ```
        
        
        
        The command will create a new file which can be imported to zhihu website.
        
        
        
        #### tree
        
        Installation will add a new command line: tree. you can use it like this:
        
        ```
        tree 
        ```
        
        or 
        
        ```
        tree [diretory]
        ```
        
        
        
        
Keywords: md2zhihu tree
Platform: any
Description-Content-Type: text/markdown
