fish shell
4.0.6のリグレッションがメイン github.com
fish 4.0.6のリグレッション github.com
4.0.2の修正が多め github.com
superキーを使用したキーのバインドをサポート Konsoleのメニューに「Open folder with」オプションを復活 $fish_color_search_matchの前景色適用を明確化 非対話型シェルやリダイレクトでのカーソル形状コマンド送信を停止 statusコマンドにis-interactive-…
fish’s core code has been ported from C++ to Rust (#9512). This means a large change in dependencies and how to build fish. However, there should be no direct impact on users. Packagers should see the For Distributors section at the end. R…
fish 3.6.2および3.6.3のテストスイートの問題を完全に修正(complete fix) 強気だ github.com
fish 3.6.2 セキュリティ修正: CVE-2023-49284 問題: Unicode非文字を内部マーカーとして使用し、コマンド置換出力で誤って読み込まれる 例: echo \UFDD2HOME と echo $HOME が同じ出力 セキュリティリスク: 外部プログラムからの出力が予期せぬコマンド置換…
Fish 3.6.0で特定された問題の修正やいくつかの機能強化 主な改善と修正点: abbr関数の改善 Webベースの設定削除 スクリプトの改善(エラー表示、クラッシュの修正など) インタラクティブな改善(キーバインディング、履歴検索など) ドキュメントの改善 …
string joinとかstring splitとかでstringをarrayっぽくしたりarrayをstringっぽくしたりする fishshell.com
~/.local/share/fish/fish_history for 2.3.0 and later ~/.config/fish/fish_history before that 場所の変更はできない github.com
Macの初回のアレ ➤➤ chsh -s /usr/local/bin/fish Changing shell for jiyinyiyong. Password for jiyinyiyong: chsh: /usr/local/bin/fish: non-standard shell Is /usr/local/bin/fish listed in /etc/shells file ? これが全て github.com
スペース区切りでarrayっぽい感じのことができる set -l myarray 'member001' 'member002' if contains 'member001' $myarray #do something end dev.to
fish_right_prompt is similar to fish_prompt, except that it appears on the right side of the terminal window. ターミナル右側に表示させるものを決める function fish_right_prompt -d "Write out the right prompt" date '+%m/%d/%y' end 個人的に日…
prompt_pwd is a function to print the current working directory in a way suitable for prompts. It will replace the home directory with “~” and shorten every path component but the last to a default of one character. 高機能なpwdっていったと…
3.4.0のちょいfix fishshell.com
fish’s command substitution syntax has been extended: $(cmd) now has the same meaning as (cmd) but it can be used inside double quotes, to prevent line splitting of the results (#159). ドルマーク必要じゃなくなったっぽい completionいっぱい…
だけど、fisherでも入れることができたりするテーマも地味にある。 github.com
CloudWatchLogsのawscliはaws logsなんだね。あとはもうaws logs helpなど実行してどんなサブコマンドがあるか見ていくだけ。 docs.aws.amazon.com
[2022-01-30 22:59:55 +0900]: completions/ln: sort flags to match the GNU ln man page [2022-01-30 15:48:41 +0900]: chgrp: do not-GNU [2022-01-30 15:31:09 +0900]: macOS cat completions: add the -l lock option [2022-01-30 15:23:15 +0900]: bas…
[2022-01-29 19:27:00 +0900]: Fix gradle tasks completion (#8672) [2022-01-29 12:43:43 +0900]: welcome.html: Provide fallback font-families as we are unsure Yosemite know's about system-ui.
[2022-01-28 21:38:01 +0900]: default colors: use reverse for pager selection. [2022-01-28 09:38:14 +0900]: Update default colors [2022-01-28 09:21:22 +0900]: Shorten more. [2022-01-28 08:53:56 +0900]: up-or-search: shorten description
[2022-01-27 15:29:06 +0900]: Try to fix the launchpad build [2022-01-27 15:05:50 +0900]: CHANGELOG: new Windows command completions [2022-01-27 15:02:23 +0900]: Run fish_indent over new Windows completions [2022-01-27 12:06:09 +0900]: fixu…
[2022-01-26 23:22:18 +0900]: Fix commandline state for custom completions with variable overrides
[2022-01-23 22:56:46 +0900]: CHANGELOG: work on 3.4.0 [2022-01-23 14:21:21 +0900]: Shorten more commands [2022-01-23 14:18:24 +0900]: breakpoint: shorter [2022-01-23 14:12:01 +0900]: down-or-search: shorten description [2022-01-23 14:01:25…
[2022-01-22 07:28:49 +0900]: Update CHANGELOG.rst [2022-01-22 07:01:59 +0900]: entr [2022-01-22 07:00:32 +0900]: lpadmin [2022-01-22 06:53:57 +0900]: lpstat [2022-01-22 06:49:55 +0900]: git diff --quiet has no "-q" flag [2022-01-22 06:49:1…
[2022-01-21 02:04:40 +0900]: Fix sys/sysctl.h depreciation error under glibc 2.30+ [2022-01-21 01:15:34 +0900]: CHANGELOG More ignores
[2022-01-19 03:20:27 +0900]: completions/git: Add add --chmod option [2022-01-19 02:09:29 +0900]: CHANGELOG for 3.4.0 [2022-01-19 00:34:36 +0900]: CHANGELOG: work on 3.4.0
[2022-01-18 04:06:05 +0900]: completions: shorten descriptions for p4 (#8647) [2022-01-18 01:49:00 +0900]: completions/git: Complete heads for push
[2022-01-17 06:34:45 +0900]: Stop ignoring initial command in read -c
[2022-01-16 23:02:19 +0900]: completions/conda.fish: use __fish_is_first_token [2022-01-16 20:26:13 +0900]: docs: restore default highlighting keywords and options in HTML [2022-01-16 20:09:51 +0900]: test.rst: fix runaway space [2022-01-1…