Skip to content

GibsonDisaster/Stevie-Wonder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stevie-Wonder

A program for automatic file processing written in Python

Flags

  • -fe [file extension] (used to specify file extensions to watch)
-fe hs py c cpp
  • -c [command] (used to specify the main command to run on input. Use %s as a substitute for file name)
 -c "ghc -o Example %s"
  • -ce [extra commands] (used to specify setup commands for main command)
-ce "extra" "extra2" ...
  • -jc [number] (used to specify specific number of times to react to inputs)
-jc 10
  • -di (used to specify whether to delete input file when done process it)
-di

About

A program for automatic file processing written in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published