Skip to content
New issue

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

ability to link all files in a single dir and specify multiple --d as destination with --link #163

Open
eoli3n opened this issue Oct 1, 2022 · 0 comments

Comments

@eoli3n
Copy link

eoli3n commented Oct 1, 2022

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 :

  • improve -d to be able to add strings, and specify date part in gnu-date format like -d +%Y/%m for YYYY/MM, or simply -d all
  • be able to specify mutliple -d with --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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants