1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-25 01:08:52 -05:00
filebot/source/net/filebot/cli
2015-05-18 07:03:05 +00:00
..
ArgumentBean.java * improved default behaviour if called without arguments 2015-03-25 04:35:13 +00:00
ArgumentProcessor.java * use more readable bit.ly shortlinks 2015-05-08 14:46:28 +00:00
BindingsHandler.java * fix args4j argument parsing issues (bug occurred if the format contains = symbols) 2014-06-10 17:05:41 +00:00
CLILogging.java * fix package and import declarations 2014-04-19 06:30:29 +00:00
CmdlineException.java + support for --db xattr to allow offline renaming directly using previously written xattr metadata 2014-07-17 07:08:23 +00:00
CmdlineInterface.java * support --filter when using -list 2014-04-20 13:34:34 +00:00
CmdlineOperations.java * simplify common usage 2015-03-26 08:40:57 +00:00
ConflictAction.java * fix package and import declarations 2014-04-19 06:30:29 +00:00
FolderWatchService.java * avoid potentially NULL-listFiles() calls 2014-07-28 10:00:27 +00:00
GroovyPad.java * use Apache Ivy for dependency management (as for as possible, same jars are not on Maven Central) 2015-05-18 07:03:05 +00:00
PseudoConsole.java * fix IO redirection issues when script is reading from STDIN 2015-04-19 04:36:29 +00:00
ScriptDeath.java * allow die(Throwable) usage 2014-04-21 14:09:31 +00:00
ScriptShell.java * improved support for running CLI commands with options from Groovy Pad 2014-08-30 14:34:27 +00:00
ScriptShell.properties * added default package imports: java.nio.charset, java.util.stream 2015-04-09 09:24:18 +00:00
ScriptShellBaseClass.java * fix IO redirection issues when script is reading from STDIN 2015-04-19 04:36:29 +00:00
ScriptShellMethods.java * use NIO.2 to create folders everywhere so we can get better error messages / exception messages 2015-04-11 18:31:29 +00:00