by shigemk2

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

fish

fish shell set コマンド オプションまとめ

スコープオプション(fish独自の概念) オプション 説明 なし 現在の関数内でのみ有効(ローカル)。関数外ではグローバル -l / --local 現在のブロック内でのみ有効(ローカル) -g / --global 現在のシェルセッション全体で有効(グローバル) -U / --univ…

fish shell dateの組み合わせメモ

ドルマークが必要じゃなくなるだけ git commit -m (date -v-1d +%Y/%m/%d) git commit -m "(date +%Y/%m/%d)"

fish 4.3.3

このリリースでは、fish 4.3.0 で確認された以下の問題を修正した: 補完候補を選択するとトークンの一部しか挿入されない場合があった。 自動補完のソフトラップと fish_right_prompt の動作に不具合があった。 tmux でコマンドを高速入力した際に不要なエ…

fish 4.3.2

4.3.0 の問題を修正 プリビルドの macOS パッケージが起動しない問題(不正な Mach-O ファイル エラーが原因) extra_functionsdir(通常は vendor_functions.d)および関連ディレクトリが使用されなかった問題 サンプル設定ファイル ~/.config/fish/config.…

fish 4.3.1

4.3.0の修正 略語を展開した後にクラッシュする可能性 github.com

fish 4.2.0

履歴に基づく自動補完に複数行コマンドが追加された 最終プロンプトより行数の多い一時プロンプトは正しくクリアされるようになった 台湾中国語の翻訳が追加された フランス語の翻訳が補完された github.com

fish 4.1.2

4.1.0のリグレッション github.com

fish shell 4.1.1

This release fixes the following regressions identified in 4.1.0 github.com

fish shell read

By default, read reads a single line and splits it into variables on spaces or tabs. Alternatively, a null character or a maximum number of characters can be used to terminate the input, and other delimiters can be given. スペースorタブ区…

fish shell installation

いつものやつ fishshell.com

fish mathの掛け算

for multiplication. * is the glob character and needs to be quoted or escaped, x needs to be followed by whitespace or it looks like 0x hexadecimal notation. なので、クォートなしでアスタを使うとカレントディレクトリのファイルがが展開される……

fish shell math

毎回こんな感じ math $a + 1 fishshell.com

fish 3.7.1

履歴の最後のエントリーをhistory deleteで再び削除可能 ワイルドカード(*)が存在しないパスを生成しなくなる ELFプログラムの不足しているインタープリタを実行しようとした際のクラッシュ修正 funcedはファイル内容が変わらなくてもsourceを実行 ビルトイ…

fish shell 3.7.0

履歴ページャの改善 コマンド補完とグロビングのパフォーマンス向上 マルチキーシーケンス完了のための待機時間設定可能 LS_COLORSの自動設定廃止 exitコマンドの負数入力時のクラッシュ修正 スクリプティング機能の改善 インタラクティブ機能の改善 プロン…

fish shell 3.6.0

とな By default, Control-R now opens the command history in the pager (#602). This is fully searchable and syntax-highlighted, as an alternative to the incremental search seen in other shells. The new special input function history-pager h…

fish-shell 2021-06-06

[2021-06-06 19:21:32 +0900]: README: Document build options [2021-06-06 19:09:50 +0900]: CMake/CheckIncludeFiles: use correct variable name [2021-06-06 16:31:40 +0900]: CHANGELOG locale coercion [2021-06-06 16:28:32 +0900]: Try to set LC_C…

fish-shell 2021-05-31

[2021-05-31 00:19:04 +0900]: tests/noshebang: Add some longer sleeps

fish-shell 2021-05-30

[2021-05-30 18:08:33 +0900]: tests/noshebang: Do redirections in a new shell process

fish-shell 2021-05-29

[2021-05-29 03:08:24 +0900]: docs: Stop including main css in pygments.css [2021-05-29 01:50:01 +0900]: Condensed descriptions for various commands (#8034) [2021-05-29 00:35:29 +0900]: docs: Some rewording to the tutorial [2021-05-29 00:21…

fish-shell 2021-05-28

[2021-05-28 05:40:04 +0900]: docs: Force sections to be full-width [2021-05-28 05:02:48 +0900]: docs: Let the sidebar move [2021-05-28 04:41:42 +0900]: docs: Remove stray mention of the IRC channel [2021-05-28 02:03:55 +0900]: set_color: P…

fish-shell 2021-05-26

[2021-05-26 09:39:55 +0900]: Move builtin_bind to out-of-line [2021-05-26 09:14:19 +0900]: Correct the docs for commandline --current-buffer

fish-shell 2021-05-25

[2021-05-25 03:19:01 +0900]: env: remove trailing null-terminator from default path

fish-shell 2021-05-23

[2021-05-23 04:50:26 +0900]: Switch locale_variables and curses_variables from vector to array [2021-05-23 01:09:15 +0900]: Fix set_cloexec check [2021-05-23 00:21:35 +0900]: docs: Add a section on subshells to fish-for-bash-users

fish-shell 2021-05-22

[2021-05-22 05:09:28 +0900]: Remove some assignments of wcs2string to references [2021-05-22 05:06:43 +0900]: Remove some static_asserts out of the common.h header

fish-shell 2021-05-21

[2021-05-21 03:10:09 +0900]: Remove another errant negation [2021-05-21 03:07:36 +0900]: Correct a negated pgid

fish-shell 2021-05-20

[2021-05-20 03:29:03 +0900]: Separate on-job-exit and and on-process-exit events [2021-05-20 02:09:46 +0900]: docs: Remove obsolete part from functions

fish shell 3.2.2

The command-not-found handler used suggestions from pacman on Arch Linux, but this caused major slowdowns on some systems and has been disabled (#7841). fish will no longer hang on exit if another process is in the foreground on macOS (#79…

fish 3.2.1

This release of fish fixes the following problems identified in fish 3.2.0: とな github.com

fish 3.2.0

Release fish 3.2.0 (released March 1, 2021) · fish-shell/fish-shell · GitHub undo redoやってみよ

jethrokuan/fzf

兼ね合いがわからなくて困惑している GitHub - jethrokuan/fzf: Ef-🐟-ient fish keybindings for fzf