Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
unquietwiki committed Nov 5, 2022
1 parent 23881ed commit cd50ae6
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,23 @@ _sortplz_ is a simple file sorter. It takes targeted files, and moves them to su

![Alt text](example_output.png "Example of output")

**Usage:** sortplz -f:_fromdir_ -t:_todir_ -e:_ext_
**Usage:** sortplz -f:_fromdir_ -t:_todir_ -e:_ext_ -n:_name_

**Other flags:** _--help (-h)_, _--version (-v)_, _--silent (-s)"_
**Other flags:** _--help (-h)_, _--version (-v)_, _--silent (-s)_, _--recurse (-s)_

**Note:** You can specify more than one "-e" option.
## Notes

- You can specify more than one "-e" and/or "-n" options.
- "-e" options check against the file extensions; "-n" options check against the whole filename.
- "-n" options take precedence over "-e" options: it's presumed specific files are more important to sort.

## Changelog

- 2022.10.04.2 -> Initial Release
- 2022.10.04.3 -> Add colored output & partially-successful "silent" flag.
- 2022.11.04.1 ->
- 2022.10.04.3 -> Added colored output & partially-successful "silent" flag.
- 2022.11.04.1 -> Added recursion; added name-string sorting; "silent" issues may be fixed?

## TODO

- Sort by size, instead of extension
- Sort by name, instead of extension
- It'd be nice to have the files/extensions specified without a option.
- "Silent" isn't completely silent, and only works after the other commands.

0 comments on commit cd50ae6

Please sign in to comment.