We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to sort my pictures as phockup/YYYY/MM, but I would also like to get a phockup/all directory. It would be great to :
phockup/YYYY/MM
phockup/all
-d +%Y/%m
YYYY/MM
-d all
--link
# from $ phockup ~/img/photos ~/img/phockup/year-month -d YYYY/MM --link --progress --original-names $ cd ~/img/phockup $ find year-month/ -type f -exec ln {} all \; # to $ phockup ~/img/photos ~/img/phockup -d "+year-month/%Y/%m" -d "all" --link --progress --original-names
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to sort my pictures as
phockup/YYYY/MM
, but I would also like to get aphockup/all
directory.It would be great to :
-d +%Y/%m
forYYYY/MM
, or simply-d all
--link
The text was updated successfully, but these errors were encountered: