by shigemk2

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

fish shell

fish shell bind

If both KEYS and COMMAND are given, bind adds (or replaces) a binding in MODE. If only KEYS is given, any existing binding for those keys in the given MODE will be printed. If no KEYS argument is provided, all bindings (in the given MODE) …

fish shell 4.3.0

deprecated fish はデフォルトで ユニバーサル変数 を設定しなくなった。これにより設定が簡素化された。具体的には、fish_color*、fish_pager_color*、fish_key_bindings 変数はデフォルトでグローバルスコープに設定されるようになった。4.3.0 へのアップ…

fish 4.0.9

4.0.6のリグレッションがメイン github.com

fish 4.0.8

fish 4.0.6のリグレッション github.com

fish 4.0.6

4.0.2の修正が多め github.com

fish 4.0.1

superキーを使用したキーのバインドをサポート Konsoleのメニューに「Open folder with」オプションを復活 $fish_color_search_matchの前景色適用を明確化 非対話型シェルやリダイレクトでのカーソル形状コマンド送信を停止 statusコマンドにis-interactive-…

fish 4.0.0

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-shell 3.6.4

fish 3.6.2および3.6.3のテストスイートの問題を完全に修正(complete fix) 強気だ github.com

fish shell 3.6.2/3.6.3

fish 3.6.2 セキュリティ修正: CVE-2023-49284 問題: Unicode非文字を内部マーカーとして使用し、コマンド置換出力で誤って読み込まれる 例: echo \UFDD2HOME と echo $HOME が同じ出力 セキュリティリスク: 外部プログラムからの出力が予期せぬコマンド置換…

fish shell 3.6.1

Fish 3.6.0で特定された問題の修正やいくつかの機能強化 主な改善と修正点: abbr関数の改善 Webベースの設定削除 スクリプトの改善(エラー表示、クラッシュの修正など) インタラクティブな改善(キーバインディング、履歴検索など) ドキュメントの改善 …

string

string joinとかstring splitとかでstringをarrayっぽくしたりarrayをstringっぽくしたりする fishshell.com

fish shell history file location

~/.local/share/fish/fish_history for 2.3.0 and later ~/.config/fish/fish_history before that 場所の変更はできない github.com

OS X refuses to setting fish as default shell(installed via Homebrew)

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

fish shellでarrayっぽいこと

スペース区切りでarrayっぽい感じのことができる set -l myarray 'member001' 'member002' if contains 'member001' $myarray #do something end dev.to

fish_right_prompt

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

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っていったと…

fish-shell 3.4.1

3.4.0のちょいfix fishshell.com

fish-shell 3.4.0

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いっぱい…

oh-my-fish テーマ一覧

だけど、fisherでも入れることができたりするテーマも地味にある。 github.com

CloudWatchLogsのawscli

CloudWatchLogsのawscliはaws logsなんだね。あとはもうaws logs helpなど実行してどんなサブコマンドがあるか見ていくだけ。 docs.aws.amazon.com

fish-shell 2022-01-30

[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…

fish-shell 2022-01-29

[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.

fish-shell 2022-01-28

[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

fish-shell 2022-01-27

[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…

fish-shell 2022-01-26

[2022-01-26 23:22:18 +0900]: Fix commandline state for custom completions with variable overrides

fish-shell 2022-01-23

[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…

fish-shell 2022-01-22

[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…

fish-shell 2022-01-21

[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

fish-shell 2022-01-19

[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

fish-shell 2022-01-18

[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