File tree Expand file tree Collapse file tree 11 files changed +52
-7
lines changed Expand file tree Collapse file tree 11 files changed +52
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v6.2.0] [ ] (???)
4+
5+ ### Features
6+
7+ - Add a new ` bun ` item ([ #485 ] [ ] - @will-stone )
8+
39## [ v6.1.1] [ ] (Dec 27 2023)
410
511### Bug fixes
579585[ #470 ] : https://github.com/IlanCosman/tide/issues/470
580586[ #472 ] : https://github.com/IlanCosman/tide/issues/472
581587[ #474 ] : https://github.com/IlanCosman/tide/issues/474
588+ [ #485 ] : https://github.com/IlanCosman/tide/issues/485
582589[ prettier action ] : https://github.com/actionsx/prettier
583590[ super-linter ] : https://github.com/github/super-linter
584591[ v1.0.0 ] : https://github.com/IlanCosman/tide/tree/v1.0.0
Original file line number Diff line number Diff line change 1+ function _tide_item_bun
2+ if path is $_ tide_parent_dirs/bun.lockb
3+ bun --version | string match -qr " (?<v>.*)"
4+ _tide_print_item bun $tide_bun_icon ' ' $v
5+ end
6+ end
Original file line number Diff line number Diff line change 11function _tide_remove_unusable_items
22 # Remove tool-specific items for tools the machine doesn't have installed
33 set -l removed_items
4- for item in aws crystal direnv distrobox docker elixir gcloud git go java kubectl nix_shell node php pulumi python ruby rustc terraform toolbox zig
4+ for item in aws bun crystal direnv distrobox docker elixir gcloud git go java kubectl nix_shell node php pulumi python ruby rustc terraform toolbox zig
55 contains $item $tide_left_prompt_items $tide_right_prompt_items || continue
66
77 set -l cli_names $item
Original file line number Diff line number Diff line change 11tide_aws_bg_color 444444
22tide_aws_color FF9900
3+ tide_bun_bg_color 14151A
4+ tide_bun_color FBF0DF
35tide_character_color $_ tide_color_green
46tide_character_color_failure FF0000
57tide_cmd_duration_bg_color 444444
@@ -77,11 +79,11 @@ tide_pwd_bg_color 444444
7779tide_pwd_color_anchors $_ tide_color_light_blue
7880tide_pwd_color_dirs $_ tide_color_dark_blue
7981tide_pwd_color_truncated_dirs 8787AF
80- tide_pwd_markers .bzr .citc .git .hg .node-version .python-version .ruby-version .shorten_folder_marker .svn .terraform Cargo.toml composer.json CVS go.mod package.json build.zig
82+ tide_pwd_markers .bzr .citc .git .hg .node-version .python-version .ruby-version .shorten_folder_marker .svn .terraform bun.lockb Cargo.toml composer.json CVS go.mod package.json build.zig
8183tide_python_bg_color 444444
8284tide_python_color 00AFAF
8385tide_right_prompt_frame_enabled true
84- tide_right_prompt_items status cmd_duration context jobs direnv node python rustc java php pulumi ruby go gcloud kubectl distrobox toolbox terraform aws nix_shell crystal elixir zig
86+ tide_right_prompt_items status cmd_duration context jobs direnv bun node python rustc java php pulumi ruby go gcloud kubectl distrobox toolbox terraform aws nix_shell crystal elixir zig
8587tide_right_prompt_prefix
8688tide_right_prompt_separator_diff_color
8789tide_right_prompt_separator_same_color
Original file line number Diff line number Diff line change 11tide_aws_bg_color black
22tide_aws_color yellow
3+ tide_bun_bg_color black
4+ tide_bun_color white
35tide_character_color brgreen
46tide_character_color_failure brred
57tide_cmd_duration_bg_color black
Original file line number Diff line number Diff line change 11tide_aws_bg_color normal
22tide_aws_color FF9900
3+ tide_bun_bg_color normal
4+ tide_bun_color FBF0DF
35tide_character_color $_ tide_color_green
46tide_character_color_failure FF0000
57tide_cmd_duration_bg_color normal
@@ -77,11 +79,11 @@ tide_pwd_bg_color normal
7779tide_pwd_color_anchors $_ tide_color_light_blue
7880tide_pwd_color_dirs $_ tide_color_dark_blue
7981tide_pwd_color_truncated_dirs 8787AF
80- tide_pwd_markers .bzr .citc .git .hg .node-version .python-version .ruby-version .shorten_folder_marker .svn .terraform Cargo.toml composer.json CVS go.mod package.json build.zig
82+ tide_pwd_markers .bzr .citc .git .hg .node-version .python-version .ruby-version .shorten_folder_marker .svn .terraform bun.lockb Cargo.toml composer.json CVS go.mod package.json build.zig
8183tide_python_bg_color normal
8284tide_python_color 00AFAF
8385tide_right_prompt_frame_enabled false
84- tide_right_prompt_items status cmd_duration context jobs direnv node python rustc java php pulumi ruby go gcloud kubectl distrobox toolbox terraform aws nix_shell crystal elixir zig
86+ tide_right_prompt_items status cmd_duration context jobs direnv bun node python rustc java php pulumi ruby go gcloud kubectl distrobox toolbox terraform aws nix_shell crystal elixir zig
8587tide_right_prompt_prefix ' '
8688tide_right_prompt_separator_diff_color ' '
8789tide_right_prompt_separator_same_color ' '
Original file line number Diff line number Diff line change 11tide_aws_bg_color normal
22tide_aws_color yellow
3+ tide_bun_bg_color normal
4+ tide_bun_color white
35tide_character_color brgreen
46tide_character_color_failure brred
57tide_cmd_duration_bg_color normal
Original file line number Diff line number Diff line change 11tide_aws_bg_color FF9900
22tide_aws_color 232F3E
3+ tide_bun_bg_color FBF0DF
4+ tide_bun_color 14151A
35tide_character_color $_ tide_color_green
46tide_character_color_failure FF0000
57tide_cmd_duration_bg_color C4A000
@@ -77,11 +79,11 @@ tide_pwd_bg_color 3465A4
7779tide_pwd_color_anchors E4E4E4
7880tide_pwd_color_dirs E4E4E4
7981tide_pwd_color_truncated_dirs BCBCBC
80- tide_pwd_markers .bzr .citc .git .hg .node-version .python-version .ruby-version .shorten_folder_marker .svn .terraform Cargo.toml composer.json CVS go.mod package.json build.zig
82+ tide_pwd_markers .bzr .citc .git .hg .node-version .python-version .ruby-version .shorten_folder_marker .svn .terraform bun.lockb Cargo.toml composer.json CVS go.mod package.json build.zig
8183tide_python_bg_color 444444
8284tide_python_color 00AFAF
8385tide_right_prompt_frame_enabled true
84- tide_right_prompt_items status cmd_duration context jobs direnv node python rustc java php pulumi ruby go gcloud kubectl distrobox toolbox terraform aws nix_shell crystal elixir zig
86+ tide_right_prompt_items status cmd_duration context jobs direnv bun node python rustc java php pulumi ruby go gcloud kubectl distrobox toolbox terraform aws nix_shell crystal elixir zig
8587tide_right_prompt_prefix
8688tide_right_prompt_separator_diff_color
8789tide_right_prompt_separator_same_color
Original file line number Diff line number Diff line change 11tide_aws_bg_color yellow
22tide_aws_color brblack
3+ tide_bun_bg_color white
4+ tide_bun_color black
35tide_character_color brgreen
46tide_character_color_failure brred
57tide_cmd_duration_bg_color yellow
Original file line number Diff line number Diff line change 11tide_aws_icon # Actual aws glyph is harder to see
2+ tide_bun_icon
23tide_character_icon ❯
34tide_character_vi_icon_default ❮
45tide_character_vi_icon_replace ▶
You can’t perform that action at this time.
0 commit comments