by shigemk2

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

fish shell

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

fish-shell 2022-01-17

[2022-01-17 06:34:45 +0900]: Stop ignoring initial command in read -c

fish-shell 2022-01-16

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

fish-shell 2022-01-15

[2022-01-15 20:22:11 +0900]: CHANGELOG [2022-01-15 20:17:43 +0900]: argparse: Jump to the next option after an unknown one [2022-01-15 02:54:01 +0900]: docs: Set doc language

fish-shell 2022-01-14

[2022-01-14 03:25:44 +0900]: css: Use same font for headers [2022-01-14 01:07:04 +0900]: docs: Increase contrast in dark theme for header/footer [2022-01-14 00:25:45 +0900]: Document font changes

fish-shell 2022-01-13

[2022-01-13 05:42:16 +0900]: Revert "index.rst: don't mention current page under "Other help pages""

fish-shell 2022-01-12

[2022-01-12 20:48:14 +0900]: Doc theme: Stop picking specific code fonts again [2022-01-12 05:27:23 +0900]: Include tags in git push completions (#8630)

fish-shell 2022-01-09

[2022-01-09 23:00:55 +0900]: builtins/block: correct an errant comment [2022-01-09 09:44:01 +0900]: CHANGELOG: work on 3.4.0