Buy Me A Coffee

Some Useful Scripts

Created: November 03, 2024   Last Modified: May 08, 2025   Category: windows, linux   Print this pageBack to Home

Download a shared folder from Google Drive with rclone

Create a file .timestamps to back up/restore the updated time of all files/folders in a folder

  • This is a bash script used in Linux.
  • Download timestamp.sh.

Quickly handling TeX files

Crawling Articles Information with Specific Keywords

  • This is a Python script.
  • Download crawl_articles.tar.gz, extract it, go to the crawl_articles folder, and run pip install -r requirements.txt to install some required libraries, then go back and run python crawl.py --help to see how to use it.

A Workflow with GitHub and Overleaf

Add a folder to Windows Explorer Navigation Pane

Remove workflow runs in a GitHub repository

Clone all branches of a GitHub repository

Re-run a workflow in a GitHub repository

Remove releases and tags in a GitHub repository

Download releases from a GitHub repository

Add/remove certain copyright and metadata information to PDF files

  • Download add_copyright.py. This Python script requires PyPDF2, reportlab, and tqdm libraries.
  • Download add_metadata.py. This Python script requires PyPDF2, pikepdf, bibtexparser, and rispy libraries.
  • Download remove_metadata.py. This Python script requires pymupdf library.

Sign files with GPG