fedi.matsuu.org

fedi.matsuu.org

Profile for matsuu. Username @matsuu, fedi.matsuu.org.

About

Joined on Jan, 2023. 7603 posts. Followed by 38. Following 2.

Recent posts

matsuu . @matsuu,

25種類以上のプログラミング言語のソースコードを即席実行できるCLIツール。REPLあり。実態は裏で本家コマンドを叩いているだけなのでコマンドがないと実行できない模様。それでも言語を随時切替可能なREPLは便利かも。
---
GitHub - Esubaalew/run: Universal multi-language runner and smart REPL written in Rust.
https://github.com/Esubaalew/run
#bookmarks

Open thread
matsuu . @matsuu,

GitHub ActionsにおけるActionのバージョンアップとpinnedを支援するCLIツール。`action@v1` などのバージョン表記を `action@(sha256) # v2` などに変換可。⚪︎日以上経過した最新にアップデートも可。良さそう。brew install actions-up
---
GitHub - azat-io/actions-up: 🌊 Interactive CLI tool to update GitHub Actions to latest versions with SHA pinning
https://github.com/azat-io/actions-up
#bookmarks

Open thread
matsuu . @matsuu,

Gitの各種ワークフローに対応したgitサブコマンド実装。Gitflow, GitHub Flow, GitLab Flowのサポートとカスタムも可能。Go実装。brew install git-flow-next
---
git-flow-next: Your Favorite Git Workflow. Reimagined. | git-flow-next
https://git-flow.sh/
#bookmarks

Open thread
matsuu . @matsuu,

人が読みやすくなるように調整するJSON formatter。一般的なformatterだと縦長になりがちだが、できるだけ横幅を取るように配置してくれる。桁揃えも考慮。あーいいねこれ。C#実装。
---
GitHub - j-brooke/FracturedJson: JSON formatter that produces highly readable but fairly compact output.
https://github.com/j-brooke/FracturedJson
#bookmarks

Open thread