Grafanaに対して操作やクエリー実行ができる公式CLI。AIによる操作にも対応。brew install gcx
---
GitHub - grafana/gcx: A CLI for managing Grafana and Grafana Cloud resources. Optimized for agentic usage.
https://github.com/grafana/gcx
#bookmarks
About
tmuxでpane上の文字列を素早くコピーできるtmuxプラグイン。vimperator風にコピーする文字列を指定できる。おー面白いなこれ。コピーしそうな特徴的な部分を抽出するように実装されている模様。
---
GitHub - Morantron/tmux-fingers: copy pasting in terminal with vimium/vimperator like hints.
https://github.com/Morantron/tmux-fingers
#bookmarks
readline代替のBashプラグイン。コマンドの引数入力時に候補リストを表示したりできる。シンタックスハイライトは""の閉じ忘れ防止などで地味に便利かも。実装言語はRust。
---
GitHub - HalFrgrd/flyline: Flyline: a Bash plugin to replace readline for a modern line editing experience: syntax highlighting, agent integration, rich prompts, tooltips, fuzzy history search, and more!
https://github.com/HalFrgrd/flyline
#bookmarks
AIエージェントを使った脆弱性スキャンツール。対象リポジトリのURLを渡したらスキャン、解析、報告まで自動でやってくれるSKILLを用意してる模様。claude code, codex, opencodeに対応。
---
GitHub - alpha-omega-security/scrutineer: Security through scrutiny
https://github.com/alpha-omega-security/scrutineer
#bookmarks
「docker compose up するだけで、AWS SSM や 1Password といったシークレットストアから値を引いてきてコンテナに環境変数として注入してくれる docker-vals という Docker CLI プラグイン」
---
docker compose up だけでシークレットを注入する docker-valsの紹介
https://zenn.dev/estie/articles/df0fd5f0326f9a
#bookmarks
aliasを設定すると良さそう。 git config --global alias.lg "log --graph --oneline --decorate --all"
---
コミット履歴は`git log --graph --oneline --decorate --all`で十分 — 読み方のポイントを解説する
https://zenn.dev/ma_sa_shi/articles/9b140537cadd7e
#bookmarks
macOS向けシステムモニター。あとからリプレイできる録画機能がアツイな。brew install --cask siliconscope
---
GitHub - kennss/SiliconScope: Sudoless Apple Silicon system monitor (native SwiftUI GUI) with ANE / Media Engine / memory-bandwidth tracking
https://github.com/kennss/SiliconScope
#bookmarks
macOSのメニューバーに常駐して様々な機能を提供するアプリ。リソース使用状況からDock拡張、ウィンドウ制御、スリープ防止、クリップボード履歴など幅広い。ライセンスはGPL-3.0。brew install --cask vorssaint
---
GitHub - vorssaint/vorssaint-utils: Free open-source macOS menu bar toolkit. Per-app volume mixer, system monitor, dock-preview, keep awake, window switcher (Alt Tab), shelf, app uninstaller, and much more.
https://github.com/vorssaint/vorssaint-utils
#bookmarks
文字化け対策のためのC/C++用ライブラリ。
---
GitHub - zaerl/mojibake: Mojibake is a low-level Unicode library written in C11.
https://github.com/zaerl/mojibake
#bookmarks
各ファイルのストレージ使用率をタイルで可視化するTUIアプリ。TUIでの実装は珍しい。スクリーンショット見るとファイル数が多い場合にTUIの限界を感じる。
---
GitHub - patonw/leaves: A text-mode disk usage visualization utility
https://github.com/patonw/leaves
#bookmarks