Commit Graph

  • 122a59cbb6 Fix directories not normalised when trailing slash is present master Kristóf Tóth 2018-09-09 00:54:36 +0200
  • ad55d4011b Reorder methods Kristóf Tóth 2018-09-09 00:49:03 +0200
  • 8d78f38d99 Implement test for dirname normalised bug Kristóf Tóth 2018-09-09 00:45:09 +0200
  • 716e198b4b Fix --dryrun output Kristóf Tóth 2018-09-09 00:34:56 +0200
  • 1c438931ff Start writing unit tests Kristóf Tóth 2018-09-05 00:19:11 +0200
  • ab24097866 Make operation optional, return results from __call__ Kristóf Tóth 2018-09-04 22:45:42 +0200
  • baa444f25e Support normalising str and Iterable[str] as well Kristóf Tóth 2018-09-04 21:08:48 +0200
  • 0d696114b2 Implement --check option Kristóf Tóth 2018-09-02 17:01:05 +0200
  • cac52effa8 Optimise algorithm by reducing number of invocations Kristóf Tóth 2018-09-02 16:47:52 +0200
  • a47777ce23 Enforce separator always being in whitelist Kristóf Tóth 2018-09-02 16:15:24 +0200
  • fee4bcb24d Remove whitelisted space as it is no longer necessary Kristóf Tóth 2018-09-02 16:10:41 +0200
  • e090626b28 Refactor Normalisename to separate file, improve coding style Kristóf Tóth 2018-09-02 15:52:52 +0200
  • 7bd02f37db Improve whitespace elimination with re.sub() Kjistóf 2017-09-19 16:05:13 +0200
  • 24cd974129 Make --funky print what it should. Normalise() is now __call__() Kjistóf 2017-08-23 23:27:50 +0200
  • 57d0ab4650 Add --dryrun and --funky modes. closes #4, closes #5 Kjistóf 2017-08-23 23:16:50 +0200
  • 347affa0c5 Add support for different operations, called only when needed Kjistóf 2017-08-23 22:34:02 +0200
  • d5efc7db1c Refactor and buxfix (paths with funky characters would raise) Kjistóf 2017-08-23 18:48:49 +0200
  • 2ad95914e0 Add option to disallow special characters. closes #2 Kjistóf 2017-05-28 20:07:20 +0200
  • e20f442016 Add option to append special characters to whitelist Kjistóf 2017-05-28 19:55:21 +0200
  • 0da93de25a Implement custom separators via argparse Kjistóf 2017-05-28 19:33:53 +0200
  • 605a7cc5bf Add shebang line for easy symlinking purposes Kjistóf 2017-05-28 18:52:30 +0200
  • 286e666091 Make whitelist a set as it is more logical & idiomatic Kjistóf 2017-05-28 18:50:57 +0200
  • 734f4c1a04 Remove totally unnecessary .gitignore file Kjistóf 2017-05-28 16:37:52 +0200
  • fcf06ef580 Fix a bug where script would crash due to paths being normalised Kjistóf 2017-02-13 15:50:11 +0100
  • 00b39bb305 Fix a bug where the normalised file would be moved. closes #1 Kjistóf 2016-12-20 14:22:44 +0100
  • f58497969c Refactor characters which should not be bothered into a whitelist Kjistóf 2016-12-14 16:45:12 +0100
  • 52dd5a2c22 Add os specific stuff to .gitignore Kjistóf 2016-12-14 16:33:10 +0100
  • 4c566747c2 Add explanations to some lines Kjistóf 2016-12-11 10:20:45 +0100
  • ad1d8b4628 Leave underscores in place (previously they were omitted) Kjistóf 2016-12-11 10:19:34 +0100
  • 71f41a62fd Leave dashes in place Kjistóf 2016-12-11 10:18:19 +0100
  • fe1c4b27ba Initial commit Kjistóf 2016-12-08 18:15:56 +0100