Skip to content

Instantly share code, notes, and snippets.

View kawarimidoll's full-sized avatar
🫠
I hope everyone is in peace

カワリミ人形 kawarimidoll

🫠
I hope everyone is in peace
View GitHub Profile
@kawarimidoll
kawarimidoll / setup-deno-json.ts
Last active June 10, 2023 01:51
setup deno_hooks from deno.json
// 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"
// }
@kawarimidoll
kawarimidoll / invite_history.ts
Last active July 9, 2023 11:45
Bluesky invite code history checker
// 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
@kawarimidoll
kawarimidoll / yoji.txt
Last active July 12, 2023 11:50
四字熟語リスト
一上一下
一世一代
一世一元
一世一度
一世之傑
一世之雄
一世木鐸
一世風靡
一丘一壑
一丘之貉
@kawarimidoll
kawarimidoll / sample-private.md
Created October 29, 2023 02:48
sample private

sample file

  1. create secret gist
  2. copy path
  3. change to public gist
  4. is path changed?
@kawarimidoll
kawarimidoll / be-vim-by-your-ears.md
Last active November 14, 2023 02:28
耳元にVimを