Metadata-Version: 2.1
Name: stampel
Version: 0.1.0
Summary: Commandline tool for quickly entering multiple similar commands.
Home-page: https://github.com/voidcase/stampel
License: MIT
Download-URL: https://github.com/voidcase/stampel/archive/v0.1.0.tar.gz
Description: # Stampel
        
        A very simple utility to run many variations of a command.
        
        ## Usage
        
        Instead of something like
        
        ```
        git add foo.py; git commit -m "fooified the fooing"
        git add bar.py; git commit -m "barified the baring"
        ```
        
        You can do
        
        ```
        stampel 'git add {}.py; git commit -m "{}"'
        > foo, fooified the fooing
        > bar, barified the baring
        ```
        
        That's it. It's very small so just read the code if you want to know more.
        
Keywords: data-entry,utility,commandline
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
