Metadata-Version: 2.1
Name: tmux_list_learner
Version: 0.2.0
Summary: List learning tool using tmux windows
Home-page: https://github.com/flaxandteal/tmux_list_learner
Author: Phil Weir
Author-email: phil.weir@flaxandteal.co.uk
License: MIT
Description: # tmux-list-learner
        
        ## Purpose
        
        This is a tool to help you learn lists during day-to-day software development. When creating new tmux windows, each will be given the name of a list item, such as wonders of the ancient world. For each session, the list will be randomly chosen, but each window name (once you create it) within a list will appear in a consistent ordering.
        
        Note that spaces are not currently supported.
        
        ## Install
        
        To use this, install `tmux-list-learner` so it can be accessed in your path:
        
            python3 setup.py install --user
        
        Next, add the lines in `tmux.conf.append` to your `~/.tmux.conf`
        
        A default set of things to learn is created in your user config directory on first run. On Linux, this is `~/.config/tmux-list-learner/list.yaml`
        
Keywords: tmux learning
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
