pixiv_down-prune.1 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .Dd March 31, 2024
  2. .Dt PIXIV_DOWN-PRUNE 1
  3. .Os
  4. .Sh NAME
  5. .Nm pixiv_down
  6. .Cm prune
  7. .Nd remove content from invalid/non-followed accounts
  8. .Sh SYNOPSIS
  9. .Nm
  10. .Cm prune
  11. .Op Fl n | \-dry-run
  12. .Op Fl q | \-quiet
  13. .Sh DESCRIPTION
  14. .Nm
  15. .Cm prune
  16. iterates through all the artists that you've previously downloaded
  17. content from and checks:
  18. .Bl -enum
  19. .It
  20. The account still exists
  21. .It
  22. That you're still following them
  23. .El
  24. .Pp
  25. If either of the above two conditions aren't met, then you will be
  26. prompted to remove the directory with a yes-or-no choice.
  27. .Ss Options
  28. .Bl -tag
  29. .It Fl h, \-help
  30. Print the synopsis, a list of options, and some examples.
  31. .It Fl n, \-dry-run
  32. Perform a test run of what would happen when running this command.
  33. No files or directories will be modified, instead a message will
  34. will be printed after each account that would have had their
  35. directory removed.
  36. .It Fl q, \-quiet
  37. Do not prompt to confirm deletion of directories.
  38. .Em This will remove directories without ANY form of confirmation.
  39. .It Fl s, \-silent
  40. A synonym of
  41. .Fl \-quiet .
  42. .Sh EXAMPLES
  43. Prompt to remove directories of accounts that you no longer follow,
  44. or that have left pixiv:
  45. .Dl $ pixiv_down prune
  46. The same as the above, but doesn't remove any directories regardless
  47. of how you answer the prompt:
  48. .Dl $ pixiv_down prune --dry-run
  49. Remove the directories without asking for confirmation:
  50. .Dl $ pixiv_down prune --quiet
  51. .Sh SEE ALSO
  52. .Xr pixiv_down 1 ,
  53. .Xr pixiv_down-compact 1
  54. .Sh AUTHORS
  55. Written by
  56. .An Mio Aq stigma@disroot.org
  57. .Sh BUGS
  58. .Pp
  59. Please report any bugs you may find at the bug tracker, which can be
  60. found on the website at
  61. .Lk https://yume-neru.neocities.org/p/pixiv_down.html