-
run
code --list-extensions > vscodeplugins.txton the first machine -
Then copy over vscodeplugins.txt to the new machine and run
codeinstaller.shon the new machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * X/Twitter Bookmark Remover | |
| * | |
| * This script automatically removes all bookmarks from your X/Twitter account | |
| * by scrolling through your bookmarks page and clicking the remove button for each bookmark. | |
| * | |
| * HOW TO USE: | |
| * 1. Go to your bookmarks page: https://twitter.com/i/bookmarks or https://x.com/i/bookmarks | |
| * 2. Open browser developer console (F12 or Ctrl+Shift+J or Cmd+Option+J) | |
| * 3. Copy and paste this entire script into the console |
fetch_ghstars.py: quick CLI script to fetch and collate from Github API all of a user's starred repos
- Requires Python 3.6+
- Creates a subdir 'ghstars-USERNAME' at the current working directory
- the raw JSON of each page request is saved as: 01.json, 02.json 0n.json
- A flattened, filtered CSV is also created:
wrangled.csv
Example usage: