-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b945f9
commit f72e81c
Showing
5 changed files
with
40 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
*.zip | ||
nimcache/ | ||
bin/ | ||
sortplz.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# sortplz | ||
|
||
_sortplz_ is a simple file sorter. It takes targeted files, and moves them to subdirectories for further review. | ||
|
||
**Usage:** sortplz -f _fromdir_ -t _todir_ -e _ext_ | ||
|
||
## TODO | ||
|
||
- Sort by size | ||
- Sort by name, not extension | ||
- Colorful output | ||
- Verbosity flag | ||
- It'd be nice to have the files/extensions specified without a option. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
const | ||
pkgTitle* = "sortplz" | ||
pkgVersion* = "2022.10.03.1" | ||
pkgAuthor* = "Michael Adams" | ||
pkgVersion* = "2022.10.04.1" | ||
pkgAuthor* = "Michael Adams, unquietwiki@gmail.com" | ||
pkgDescription* = "Sort files into subdirectories, based on given criteria." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters