Skip to content

itsapinhulk/pyrepeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyRepeat

Python script which repeats input command until stopped.

This personal project also serves as a way to learn package distribution using pip.

Project code hosted at : https://github.com/itsapinhulk/pyrepeat

Changelog

v2.0

17 April 2017

  • Catch keyboard interrupts
  • Simply command line arguments
  • Accept full command through single argument
  • Remove --no-summary option

v1.0 - 18 March 2017

Initial release on pip

TODO

  • Add LICENCE, README, etc
  • Add package distribution
  • Add to pip
  • Add release notes
  • Setup tests
  • Add shields to README