0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ShellMemo公開しました。Linuxコマンドを「覚えずに使う」ツールです。

0
Posted at

Linuxコマンドを「覚えずに使う」ツールを作った(ShellMemo AI)

Linuxコマンドを毎回ググるのが面倒だったので、
「保存・検索・AI生成」できるツールを作りました。

できること

  • コマンドを登録・管理
  • タグで検索
  • ドラッグで並び替え
  • 日本語でAI検索
  • GPTでコマンド生成
  • ワンクリックコピー

「バッテリーの状態を確認したい」

upower -i $(upower -e | grep BAT)

「ディスク容量を見たい」

df -h

スクリーンショット

スクリーンショット_AI検索結果画面.png

スクリーンショット_管理画面.png

ダウンロード

使い方

chmod +x ShellMemo-AI-v1.0.AppImage
./ShellMemo-AI-v1.0.AppImage

技術

  • Python(PySide6)
  • SentenceTransformers(ローカル検索)
  • GPT API(コマンド生成)

おわりに

「コマンドを覚える」から「使う」に寄せたツールです。
改善アイデアあればぜひください。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?