文献管理のCLIツール。論文執筆のお供に。
---
GitHub - papis/papis: Powerful and highly extensible command-line based document and bibliography manager.
https://github.com/papis/papis
#bookmarks
About
Architecture as Codeほう。CALM(Common Architecture Language Model)が本丸かな。AI対応も勿論含まれる模様。
---
GitHub - finos/architecture-as-code: "Architecture as Code" (AasC) aims to devise and manage software architecture via a machine readable and version-controlled codebase, fostering a robust understanding, efficient development, and seamless maintenance of
https://github.com/finos/architecture-as-code
#bookmarks
ディレクトリ間の比較(diff)を確認できるmacOS向けのオープンソースなGUIアプリ。diffコマンドにも-rオプションはあるが、ディレクトリツリーでパッとわかるのは嬉しいかも。brew install visualdiffer
---
VisualDiffer
https://visualdiffer.com/
#bookmarks
Google Sans Codeベースのプログラミング向けフォント。brew install font-guguru-sans-code
---
GitHub - yuru7/guguru-sans-code: Guguru Sans Code は、開発者向けフォントの Google Sans Code と日本語フォントの IBM Plex Sans JP を合成したプログラミング向けフォントです。
https://github.com/yuru7/guguru-sans-code
#bookmarks
Neo4j公式のMCPサーバ実装
---
GitHub - neo4j/mcp: Neo4j official MCP Server
https://github.com/neo4j/mcp
#bookmarks
go getと同様のディレクトリ構成でリポジトリをcloneしてくれるgitサブコマンド。あーいいかもね。homebrew本家に追加されたのでbrew install git-getでインストール可
---
GitHub - grdl/git-get: A better way to clone, organize and manage multiple git repositories
https://github.com/grdl/git-get
#bookmarks
DockerのDockerfile/Compose/Bakeに対応したLSP実装。
---
GitHub - docker/docker-language-server: Language server for Dockerfiles, Compose files, and Bake files
https://github.com/docker/docker-language-server
#bookmarks
go installでインストールしたバイナリを最新バージョンに更新するツール。ついでにgo自体をバージョンアップした場合の再ビルドも対応。おー素晴らしい。homebrew本家に追加されたのでbrew install gupでインストールできる。
---
GitHub - nao1215/gup: gup - Update binaries installed by "go install" with goroutines.
https://github.com/nao1215/gup
#bookmarks
#yurusre
---
GitHub - terraform-linters/tflint: A Pluggable Terraform Linter
https://github.com/terraform-linters/tflint
#bookmarks
#yurusre
---
tfdiff: Terraformのモジュール間の差分を調べるためのツールを作った
https://repl.info/archives/3345/
#bookmarks