Metadata-Version: 2.1
Name: trops
Version: 0.1.11
Summary: Track operations
Home-page: http://github.com/kojiwell/trops
Author: Koji Tanaka
Author-email: kojiwelly@gmail.com
License: MIT
Description: # Trops - Track Operations
        
        Trops is a simple command-line tool to track Linux system operations. It is basically a wrapper of Git to track updates of files on a Linux system. It is inspired by [The best way to store your dotfiles: A bare Git repository](https://www.atlassian.com/git/tutorials/dotfiles).
        
        ## Preriquisites
        
        - Python-3.7 or higher
        - Git
        
        Ubuntu
        
            apt install python3 python3-pip git
        
        CentOS
        
            TBD
        
        ## Installation
        
            pip install trops
        
        ## Setup
        
        Set up a trops project directory
        
            trops init
        
        Set up the trops environment
        
            # bash
            . ~/.trops/trops/bash_tropsrc
            
            # zsh
            . ~/.trops/trops/zsh_tropsrc
        
        ## Usage
        
Keywords: linux system administration
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
