Ilan Cosman
3da41a845f
Dictionary-like configuration
2023-08-06 17:19:07 -07:00
Ilan Cosman
8bc67b570a
Remove _tide_style_menu, generalize _tide_menu
2023-07-31 10:33:19 -07:00
Ilan Cosman
198c17e902
Transient prompt for 1 line
2023-07-30 20:27:51 -07:00
Ilan Cosman
f1b2d3b162
Transient prompt for 2 lines
2023-07-30 19:53:35 -07:00
Orthestral
2653a714b1
Add Void Linux icon ( #365 )
...
* Add Void Linux icon
* Empty commit for CI
---------
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2023-07-29 20:30:07 -07:00
Ilan Cosman
597106efe5
Update icons
2023-07-29 15:34:39 -07:00
Ilan Cosman
e517bf7770
Move icons out to their own file
2023-07-29 15:34:39 -07:00
Illia Bobyr
90ca78b09c
Skip rebase/cherry-pick progress when it is absent ( #425 )
...
* Skip rebase/cherry-pick progress when absent
In particular, it might not be present when preparing a rebase plan, via
an interactive rebase command.
* My styling
---------
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2023-07-29 15:33:30 -07:00
Ilan Cosman
3b1137b4b3
Remove unnecessary set
2023-07-18 10:58:35 -07:00
Ilan Cosman
69c3c24e3c
Glob only for dirs
2023-07-13 16:50:50 -07:00
Ilan Cosman
1b2c9d6093
Just do a single glob for pwd
2023-07-13 16:27:06 -07:00
Ilan Cosman
94f056ae6c
fix changes
2023-07-07 08:06:55 -07:00
Ilan Cosman
8db7142d0b
use string matching in rustc item
2023-07-06 21:32:51 -07:00
Ilan Cosman
887d3abd0e
use string matching in php item
2023-07-06 21:31:57 -07:00
Ilan Cosman
fb8e3bb6a3
use string matching in java item
2023-07-06 21:25:43 -07:00
Ilan Cosman
dc3b1377d1
use string matching in go item
2023-07-06 21:23:51 -07:00
Ilan Cosman
a2371e71e0
use string matching in crystal item
2023-07-06 21:19:21 -07:00
Ilan Cosman
96cecaafd9
use string matching in context item
2023-07-06 21:14:40 -07:00
Ilan Cosman
d7f5041617
use string matching in node item
2023-07-06 21:07:08 -07:00
Ilan Cosman
cbdcf44c9c
Use even more string match variable setting
2023-07-06 17:28:40 -07:00
Ilan Cosman
d1088fe54b
Use more string match variable setting
2023-07-06 17:23:47 -07:00
Ilan Cosman
3160edfe34
Use returns to simplify code
2023-07-06 17:20:14 -07:00
Ilan Cosman
4943403c69
Minor speedup to pulumi item
2023-07-06 17:05:43 -07:00
Ilan Cosman
51b0f37307
v5.6.0
2023-07-04 20:46:05 -07:00
Ilan Cosman
bc613c8502
Only check for used unusable items
2023-06-18 12:34:47 -07:00
Ilan Cosman
447945d2cf
Never truncate to just a dot ( fixes #399 )
2023-04-05 11:20:57 -07:00
Branch Vincent
270b2696b4
add direnv ( #398 )
...
* add direnv
* fixes
2023-04-04 18:30:19 -07:00
Branch Vincent
6a9d3e2749
add gcloud ( #396 )
...
* add gcloud
* use named capture group
2023-04-01 14:39:02 -07:00
Douglas Goulart
be131a5560
fix: linux mint os selection ( #397 )
2023-04-01 10:31:43 -07:00
Ilan Cosman
7f11fcbe90
Fix error message when git status is massive, add regression test ( fixes #394 )
2023-03-28 17:16:06 -07:00
Ilan Cosman
9d8d1986cb
Add setting to allow shortening git branch from the left
2023-03-26 09:40:37 -07:00
apple1417
5589b98dbd
detect msys2 as windows ( #387 )
2023-03-25 12:47:06 -07:00
ElFrogster
531e587e03
Add MicroOS to detected openSUSE distros ( #375 )
2023-03-25 12:43:15 -07:00
Ilan Cosman
6e4739afd4
autoremove elixir item
2023-03-25 12:33:02 -07:00
Andrew Selder
c6a1c8e89e
Add an Elixir prompt Item ( #373 )
...
* Add an Elixir prompt Item
* Add item to list, update color, add to 16_color configs
---------
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2023-03-25 12:23:31 -07:00
Taha
0cf2993d37
Fix distrobox prompt support ( #351 )
...
* Fix distrobox prompt support
* Fix distrobox prompt support
* Fix distrobox prompt support
* Fix distrobox prompt support
* Fix distrobox prompt support
* Fix distrobox prompt support
* Simplify and format
* Fix distrobox prompt support
* Remove extraneous command
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2022-10-14 14:10:27 -07:00
Devansh Sharma
0a83ef6af8
Add Pulumi item ( #335 )
...
* Add Pulumi support
* Fix indentation issues
* Update to command rm in pulumi test
* Replace python script with sha1sum command; Update to use fish builtins
* Some changes to pulumi item
* Update pulumi item for search-up behavior
* Actually update pulumi item for search-up behavior
* Merge main
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2022-09-19 18:19:59 -07:00
David Lapshin
81ffcfea58
Add Distrobox item ( #337 )
...
* Add distrobox indicator
* Display name when in distrobox container
* Add to remove_unusable_items and change colors
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2022-09-19 15:51:40 -07:00
jazzsnobeatcake
e8b2443cd7
Display toolbox name ( #343 )
...
* Display toolbox name
Displays the toolbox name instead of the word toolbox.
$tide_toolbox_icon already indicates we're in a toolbox, displaying the toolbox name adds further context in multi-toolbox environments.
* Use string match and redirection
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2022-09-19 13:53:20 -07:00
Ilan Cosman
6833806ba2
v5.5.1
2022-09-14 20:58:22 -04:00
Ilan Cosman
22c230c99e
Fix parent dir bugs ( #346 ), pwd bugs, add regression tests
2022-09-14 20:50:12 -04:00
Ilan Cosman
98b087a271
Minor edits to cmd_duration
2022-09-11 20:35:17 -04:00
Ilan Cosman
740e75edc1
v5.5
2022-09-05 14:36:08 -04:00
Ilan Cosman
b508a7f52b
Add tide_context_hostname_parts
2022-09-05 14:07:29 -04:00
Ilan Cosman
2613a44891
Add _tide_parent_dirs to one line fish prompt
2022-09-05 12:57:40 -04:00
Ilan Cosman
8ed6dd3ee2
Merge branch 'find-in-parent-dirs'
2022-08-27 16:19:49 -04:00
Ilan Cosman
ae7aa9bb47
Truncate the beginning of branch names, not the end
2022-08-22 06:50:13 -04:00
Ilan Cosman
3668589799
Escape PATH when passing to subshell ( #330 )
2022-08-18 12:23:59 -04:00
Ilan Cosman
694487b9da
Quote PATH when passing to subshell ( fixes #329 )
2022-08-18 09:11:44 -04:00
Ilan Cosman
a86dc04fda
Pass PATH to the subshell ( #303 )
2022-08-06 19:58:00 -04:00