「あ、気づいたらauto-compact...」を防ぐ。Claude Codeのコンテキスト使用率をmacOS通知してみる
https://qiita.com/_kuma/items/39607de8bd7c950f3136?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #ShellScript #CLI #macOS #Claude #ClaudeCode

「あ、気づいたらauto-compact...」を防ぐ。Claude Codeのコンテキスト使用率をmacOS通知してみる - Qiita

うげっ!auto compact動き出した...!! はじめに Claude Code を長時間使っていると、気づいたら突然 auto-compact が走っていた、という経験はないでしょうか。 ステータスラインにコンテキスト使用率を出しているのですが、常時表示されてい...

Qiita

#Linux #CommandLine #array question: The output of
~$ ps ax | grep librewolf | grep -v grep | awk '{print $1}'
Creates this list of pids:
6968
7027
7072
7077
7086
7126
7187
7201
7207
7213

I want to store them in an array. The problem I'm running in to is the command line below doesn't store them in the variable, lwf

lwf=$(ps ax | grep librewolf | grep -v grep | awk '{print $1}')

When I then attempt to list the array elements with
printf "${#lwf[@]}\n"

The output is only this digit: 1
Which is not the first pid in the list above. The goal is to define the array in a #ShellScript. Thoughts? Suggestions?

【Excalidraw】ローカル環境をワンクリックで爆速起動する自動化スクリプト - Qiita

背景 Excalidrawは非常に優れたホワイトボードツールです。私はデータプライバシーの確保やオフラインでの利用を考慮して、ローカル環境で実行する習慣があります。 しかし、ローカル版を起動するたびに「ターミナルを開く → ディレクトリに移動(cd) → 依存関係のチェ...

Qiita
Claude Code と Codex のレート残量を確認するためにブラウザを開くのをやめた話 - Qiita

はじめに Claude Code と Codex を Pro / Plus プランで併用していると、レートリミット(5時間枠・週枠)にそれなりの頻度で当たります。当たると作業が止まるので、私は枠に当たらないように Codex と Claude を切り替えたり、モデルを切り...

Qiita
Custom FM Radio Station Powered By Shell Scripts

[Trwmato] wanted to spend more time listening to a normal radio to cut back on phone use. But the programming wasn’t quite right so, of course, the solution was to spin up a custom radio stat…

Hackaday
2026-05-04 The YouTube Linux Community

Videos published by the Linux and OpenSource Community Hashtags: #linux #opensource

YouTube
2026-05-04 The YouTube Linux Community | YouTube Linux Community

Videos published by the Linux and OpenSource Community

YouTube Linux Community
🐧💻 Ah, behold! A miraculous shell script that supposedly transforms your humble #Linux box into an all-powerful #LLM agent, streaming and mentoring like a tech-savvy #Yoda. Because who needs modern conveniences like Node or npm when you can #curl your way to enlightenment? 🌀 Just make sure you're running it on your grandma's 1995 Alpine container, because why not? 🤦‍♂️
https://getclaw.site/#demo #shellscript #tech #enlightenment #HackerNews #ngated
claw — Tiny POSIX-sh Shell Agent for any Linux box

A single shell script. Streaming chat against OpenAI or Anthropic. Shell tool calls, rolling memory, skills, mentor mode. No Node, no npm — just curl + jq.

claw
It was a good opportunity to brush up on my #ShellScript skills. I don't get why people hate it. Expansions and quoting have a logic, that can be learned. There's method to the madness.