Skip to content

Qithub-BOT/QiiTask

Repository files navigation

go1.16+ Go Reference GitHub Codespaces

QiiTask alpha

QiiTask は、ものごとの優先度をエンジニアらしくソート・アルゴリズムでキメるツールです。

仕組み自体は単純で、文字列の配列をソートする際の比較処理(a < b)を、対話式でユーザーに決めさせるだけです。

$ cat todo.txt

Install

  • Via Homebrew (macOS, Linux, Windows with WSL2)

    brew install qithub-bot/apps/qiitask
  • Via Go Install

    go install "github.com/Qithub-BOT/QiiTask/qiitask@latest"
  • Manual Install (Download binary from releases)

    • Releases ページから該当する OS/CPU に合ったアーカイブをダウンロードして、パスの通ったディレクトリ に設置してください。(要実行権限)

Statuses

Test on macOS/Win/Linux go1.15+ golangci-lint codecov Go Report Card CodeQL

Note

  • Currently WIP

License