- create secret gist
- copy path
- change to public gist
- is path changed?
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
// Usage: | |
// 1. Create a deno.json(c) file in the root of your project | |
// 2. Add hook scripts in "tasks" key like: | |
// { | |
// "tasks": { | |
// "pre-commit": "deno fmt", | |
// "pre-push": "deno test" | |
// }, | |
// "hooks_dir": ".my-hooks" // optional, default: ".hooks" | |
// } |
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
// deno run --allow-net=bsky.social invite_history.ts | |
import AtprotoAPI from "npm:@atproto/api"; | |
const { BskyAgent } = AtprotoAPI; | |
const service = "https://bsky.social"; | |
const agent = new BskyAgent({ service }); | |
const identifier = "YOUR_BLUESKY_IDENTIFIER"; // did or handle | |
const password = "YOUR_BLUESKY_PASSWORD"; // app-password is available |
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
一上一下 | |
一世一代 | |
一世一元 | |
一世一度 | |
一世之傑 | |
一世之雄 | |
一世木鐸 | |
一世風靡 | |
一丘一壑 | |
一丘之貉 |
この記事はVim駅伝の2023-11-08の記事です。
前回の記事はkyoh86さんのTOMLはスニペット書くのに良い感じです。
次回の記事はNI57721さんのVimで最近閉じたファイルを開こうです。
OlderNewer