by shigemk2

当面は技術的なことしか書かない

Linux

fzf 0.47.0

デフォルトのfindコマンドを内蔵ディレクトリウォーカーに置き換え。パフォーマンス向上とプラットフォーム間での挙動統一を目指す。 $FZF_DEFAULT_OPTS_FILE追加により、デフォルトオプションをファイルで管理可能。 バグ修正と改善。 github.com

zoxide fish

Rust製のcd改良系コマンド github.com 会社のテックトークで fzf と zoxside 使うといいよという話をしたけど、シェルのコマンドの履歴検索とかディレクトリ移動の履歴検索を活用する... みたいな考え方そのものが重要であり...昔はこれ読もう、で良かったん…

delta gitconfig

gitconfig [core] pager = delta [interactive] diffFilter = delta --color-only [delta] navigate = true # use n and N to move between diff sections light = false # set to true if you're in a terminal w/ a light background color (e.g. the defa…

curl 8.3.0

変更: curl: -w内で書き込むファイルを指定するための%output{}を導入 gskit: 削除 lib: ローカルバインディングサポートなしでcurlをビルドするための--disable-bindlocalを導入 nss: このTLSライブラリのサポートを削除 tool: "variable"サポートを追加 tr…

ripgrepのファイルタイプ指定

That is, -t means "include files of this type" where as -T means "exclude files of this type." github.com

yq split into multiple files

-s で ---で区切られているYAMLを複数ファイルに分割する。 こういうやつ a: test_doc1 --- a: test_doc2 mikefarah.gitbook.io

ghq 1.4.1

Add spell check workflow by @hezhizhen in #356 Fix samePath by @hezhizhen in #357 fix test on windows by @Songmu in #358 update deps by @Songmu in #360 Fixed a problem with SSH URLs, etc. by @Songmu in #361 go-version-file: go.mod by @Song…

ghq 1.4.0

Use t.Cleanup to remove temporally directories and set environment variables by @itchyny in #343 Support branch/tag via @ syntax by @NathanBaulch in #347 introduce tagpr by @Songmu in #353 github.com

sops EDITOR

sops単体で、sopsで暗号化したファイルをエディタ編集できるのだが、EDITOR変数でどのエディタを使うか設定できる デフォルトはvim github.com

direnv stdlib

direnvがいい感じにシェル関数を用意している(watch_fileとか) github.com

direnv config

direnvでもいろんな設定がある github.com

curl 7.87.0

curl: add --url-query CURLOPT_QUICK_EXIT: don't wait for DNS thread on exit lib: add CURL_WRITEFUNC_ERROR to signal write callback error openssl: reduce CA certificate bundle reparsing by caching version: add a feature names array to curl_…

fzf 0.35.1

主にbugfix Fixed a bug where fzf with --tiebreak=chunk crashes on inverse match query Fixed a bug where clicking above fzf would paste escape sequences github.com

fzf 0.35.0

border-label preview-label github.com

csvq 1.17.11

Prevent divide-by-zero error while loading csv files. (GitHub #89) Handle panics during processor executions. github.com

curl 7.86.0

github.com

jq --args

--args: Remaining arguments are positional string arguments. These are available to the jq program as $ARGS.positional[] それはそうと、DDGでjqでググると高確率でjQueryが検索結果として出てくるので -jquery とかするとjqがヒットしやすい stedola…

csvq logical function

COALESCEとかIFとか基本的なやつは揃ってる。 mithrandie.github.io

resolv.conf メモ

resolv.confファイル 「/etc/resolv.conf」ファイルは、名前解決(ホスト名からIPアドレスを調べること)の設定を行うファイル nameserver 「nameserver」の後ろには、そのコンピュータが名前解決に利用するDNSサーバのIPアドレスを記述します。記述するIPア…

curl 7.85.0

schannel backend supports TLS 1.3 control code in cookie denial of service この辺かな github.com

csvq 1.17.10

Fix a bug when loading views from cache. github.com

csvq 1.17.8

Release Release v1.17.8 · mithrandie/csvq · GitHub Allow URLs and Table identification functions to be used as table identifiers.

csvq 1.17.6

Release Release v1.17.6 · mithrandie/csvq · GitHub Fix a bug in REPLACE query.

csvq 1.17.1

Release Release v1.17.1 · mithrandie/csvq · GitHub Allow analytic functions to be used as operands in expressions. (GitHub #36) Set output format from file extension. (GitHub #76)

subnetcalc

サブネット計算するコマンド。実体は、C++でできた正味1000行くらいのプログラム。 www.uni-due.de formulae.brew.sh github.com

curl 7.83.1

brew bump-formula-pr --url=https://curl.se/download/curl-7.83.1.tar.bz2 --mirror=https://github.com/curl/curl/releases/download/curl-7_82_0/curl-7.83.1.tar.bz2,http://fresh-center.net/linux/www/curl-7.83.1.tar.bz2,http://fresh-center.net/l…

ghq 1.3.0

ちょいfix github.com

curl 7.83.0

curl: add %header{name} experimental support in -w handling curl: add %{header_json} experimental support in -w handling curl: add --no-clobber curl: add --remove-on-error header api: add curl_easy_header and curl_easy_nextheader msh3: add…

fzf 0.30.0

Added --ellipsis option. You can take advantage of it to make fzf effectively search non-visible parts of the item. など Release 0.30.0 · junegunn/fzf · GitHub

homebrew jless

なんかもうすでにできてた formulae.brew.sh