file-declutter 0.1.1

Reorganizes files into nested folders based on their filenames.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[
  { "os": "ubuntu-latest", "target": "aarch64-unknown-linux-gnu" },
  { "os": "ubuntu-latest", "target": "arm-unknown-linux-gnueabihf" },
  { "os": "ubuntu-latest", "target": "i686-unknown-linux-gnu" },
  { "os": "ubuntu-latest", "target": "i686-unknown-linux-musl" },
  { "os": "ubuntu-latest", "target": "x86_64-unknown-linux-gnu" },
  { "os": "ubuntu-latest", "target": "x86_64-unknown-linux-musl" },

  { "os": "macos-latest", "target": "x86_64-apple-darwin" },

  { "os": "windows-latest", "target": "i686-pc-windows-msvc" },
  { "os": "windows-latest", "target": "x86_64-pc-windows-msvc" }
]