Skip to content

Instantly share code, notes, and snippets.

@seanbreckenridge
Created August 22, 2023 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanbreckenridge/e97e4776181efcca2b19b0d7ffc1d0ed to your computer and use it in GitHub Desktop.
Save seanbreckenridge/e97e4776181efcca2b19b0d7ffc1d0ed to your computer and use it in GitHub Desktop.
python3 -m bleanser_sean.modules.grouvee prune --move /home/sean/.cache/removed --yes --sort-by size /home/sean/data/grouvee
python3 -m bleanser_sean.modules.zsh prune --move /home/sean/.cache/removed --yes --sort-by size /home/sean/data/zsh_history
python3 -m bleanser_sean.modules.bash prune --move /home/sean/.cache/removed --yes --sort-by size /home/sean/data/bash
python3 -m bleanser_sean.modules.bash prune --move /home/sean/.cache/removed --yes --sort-by size /home/sean/data/bash_history
python3 -m bleanser_sean.modules.ipython prune --move /home/sean/.cache/removed --yes --sort-by size /home/sean/data/ipython_default
python3 -m bleanser_sean.modules.ipython prune --move /home/sean/.cache/removed --yes --sort-by size /home/sean/data/ipython_calculator/
python3 -m bleanser_sean.modules.cstimer prune --move /home/sean/.cache/removed --yes --sort-by size /home/sean/data/cubing/cstimer
python3 -m bleanser_sean.modules.twistytimer prune --move /home/sean/.cache/removed --yes --sort-by size /home/sean/data/cubing/cubers_io
python3 -m bleanser_sean.modules.twistytimer prune --move /home/sean/.cache/removed --yes --sort-by size /home/sean/data/cubing/phone_twistytimer
python3 -m bleanser_sean.modules.smscalls prune --move /home/sean/.cache/removed --yes --sort-by size --glob /home/sean/data/SMSBackups/sms-*
python3 -m bleanser_sean.modules.smscalls prune --move /home/sean/.cache/removed --yes --sort-by size --glob /home/sean/data/SMSBackups/calls-*
python3 -m bleanser_sean.modules.chess prune --move /home/sean/.cache/removed --yes --sort-by size --glob /home/sean/data/chess/chessdotcom_2*
python3 -m bleanser_sean.modules.chess prune --move /home/sean/.cache/removed --yes --sort-by size --glob /home/sean/data/chess/lichess_2*
python3 -m bleanser_sean.modules.trakt prune --move /home/sean/.cache/removed --yes --sort-by size --glob /home/sean/data/trakt/2*
python3 -m bleanser_sean.modules.activitywatch prune --move /home/sean/.cache/removed --yes --sort-by size --glob /home/sean/data/aw-window/phone/*.json
python3 -m bleanser_sean.modules.listenbrainz prune --move /home/sean/.cache/removed --yes --sort-by size --glob /home/sean/data/listenbrainz/2*
python3 -m bleanser_sean.modules.grouvee prune --move /home/sean/.cache/removed --yes --sort-by name /home/sean/data/grouvee
python3 -m bleanser_sean.modules.zsh prune --move /home/sean/.cache/removed --yes --sort-by name /home/sean/data/zsh_history
python3 -m bleanser_sean.modules.bash prune --move /home/sean/.cache/removed --yes --sort-by name /home/sean/data/bash
python3 -m bleanser_sean.modules.bash prune --move /home/sean/.cache/removed --yes --sort-by name /home/sean/data/bash_history
python3 -m bleanser_sean.modules.ipython prune --move /home/sean/.cache/removed --yes --sort-by name /home/sean/data/ipython_default
python3 -m bleanser_sean.modules.ipython prune --move /home/sean/.cache/removed --yes --sort-by name /home/sean/data/ipython_calculator/
python3 -m bleanser_sean.modules.cstimer prune --move /home/sean/.cache/removed --yes --sort-by name /home/sean/data/cubing/cstimer
python3 -m bleanser_sean.modules.twistytimer prune --move /home/sean/.cache/removed --yes --sort-by name /home/sean/data/cubing/cubers_io
python3 -m bleanser_sean.modules.twistytimer prune --move /home/sean/.cache/removed --yes --sort-by name /home/sean/data/cubing/phone_twistytimer
python3 -m bleanser_sean.modules.smscalls prune --move /home/sean/.cache/removed --yes --sort-by name --glob /home/sean/data/SMSBackups/sms-*
python3 -m bleanser_sean.modules.smscalls prune --move /home/sean/.cache/removed --yes --sort-by name --glob /home/sean/data/SMSBackups/calls-*
python3 -m bleanser_sean.modules.chess prune --move /home/sean/.cache/removed --yes --sort-by name --glob /home/sean/data/chess/chessdotcom_2*
python3 -m bleanser_sean.modules.chess prune --move /home/sean/.cache/removed --yes --sort-by name --glob /home/sean/data/chess/lichess_2*
python3 -m bleanser_sean.modules.trakt prune --move /home/sean/.cache/removed --yes --sort-by name --glob /home/sean/data/trakt/2*
python3 -m bleanser_sean.modules.activitywatch prune --move /home/sean/.cache/removed --yes --sort-by name --glob /home/sean/data/aw-window/phone/*.json
python3 -m bleanser_sean.modules.listenbrainz prune --move /home/sean/.cache/removed --yes --sort-by name --glob /home/sean/data/listenbrainz/2*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment