Commit Graph

468 Commits

Author SHA1 Message Date
Ilan Cosman
829f886a47 Start work on async 2020-11-20 14:04:04 -08:00
Ilan Cosman
81726dce16 Simplify tide help message code 2020-11-20 13:51:18 -08:00
Ilan Cosman
2646e78e64 Remove vestigial variable _tide_color_normal 2020-11-20 08:37:49 -08:00
Ilan Cosman
b3990ad241 Set _tide_fish_right_prompt_display to truly empty (fixes #48) 2020-11-20 08:32:12 -08:00
Ilan Cosman
648dd8f10f v2.5.0 2020-11-19 19:25:37 -08:00
Ilan Cosman
6ab96ca9f5 Changelog for v2.5.0 2020-11-19 19:23:57 -08:00
Ilan Cosman
b1fd36a348 Add _find_and_remove function 2020-11-19 16:23:54 -08:00
Ilan Cosman
dce2c2364c Add icons menu 2020-11-19 16:12:13 -08:00
Ilan Cosman
2d12f7c8c8 Add tide_cmd_duration_icon 2020-11-19 15:58:49 -08:00
Ilan Cosman
1d78c51982 Add virtual_env item to pure style (fixes #46) 2020-11-12 07:26:06 -08:00
Jorge Bucaran
92a345916b
Move fish_right_prompt to fish_right_prompt.fish (#45)
* Remove fish_right_prompt from wrong file

* Create fish_right_prompt.fish
2020-11-11 08:46:28 -08:00
Ilan Cosman
207ddcf772 Switch to fisher 2020-11-04 11:05:41 -08:00
Ilan Cosman
fe1ff0ab9e Minor edits 2020-11-03 11:25:50 -08:00
Ilan Cosman
9b3ac2558b Simplify install 2020-11-03 10:06:52 -08:00
Jorge Bucaran
583999af3b
Erase _tide_* "private" functions (#43)
* Erase _tide_* "private" functions; close #42

If we don't erase _tide functions, they remain in the global scope. 
This is problematic for functions that register event handlers as
they may fire even after Tide is uninstalled, e.g. _tide_quit. #42

* Fix uninstall bug

Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2020-11-03 09:23:59 -08:00
Ilan Cosman
59ff037b74 Add why not fisher 2020-10-28 10:05:44 -07:00
Ilan Cosman
ec319f1739 Merge scuba branch 2020-10-26 16:51:07 -07:00
Michael Bryant
8f796136b5
use mktemp instead of explicitly named files (#41)
* add mktemp instead of explicitly named files

* use mktemp -u flag to fix bugs

Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2020-10-23 17:10:31 -07:00
Michael Bryant
f6cf2770e1
Prevent error messages while detecting OS (#40)
* add test for file existence to avoid errors
2020-10-23 15:07:41 -07:00
Ilan Cosman
a5d48b180b Minor edits 2020-10-16 15:45:40 -07:00
Ilan Cosman
46d8d7e519 Update tide completions 2020-10-15 15:35:09 -07:00
Ilan Cosman
9fc1b32f1a Add uninstall event handler 2020-10-15 15:15:17 -07:00
Ilan Cosman
b0982441aa Add set_color normal to right_prompt (fixes #33) 2020-10-13 07:41:54 -07:00
Ilan Cosman
3858228776 Switch to scuba 2020-10-12 15:05:51 -07:00
Patrick
fd2f443560 fix broken link to fish git prompt docs 2020-10-10 22:34:38 -07:00
Ilan Cosman
9bfcbec6f3 Minor edits to uninstall 2020-10-02 16:08:47 -07:00
Ilan Cosman
f0a809f2a0 Simplify uninstall 2020-10-02 16:03:38 -07:00
Ilan Cosman
3f2ab29d28 Use builtin functions instead of head for uninstalling fish_prompt 2020-10-02 15:59:21 -07:00
Ilan Cosman
432cc5cce6 Pass flags from tide_install to _tide_actual_install fully (fixes #30) 2020-10-01 14:36:19 -07:00
Stef Pletinck
37390beee5
Explain variable modification for configuration (#29)
* Clarify location of prompt items

Add a line to the documentation to clarify where one can add new items to the prompt manually.

* Clarify how to properly set config variables

As per @IlanCosman's request

* Minor edits

Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2020-09-30 08:49:57 -07:00
Ilan Cosman
af1422022b Make fonts download on click 2020-09-28 19:09:30 -07:00
Ilan Cosman
55c33367f6 Changelog edits 2020-09-27 18:56:26 -07:00
Ilan Cosman
6a088917b3 Changelog edits 2020-09-27 18:50:15 -07:00
Ilan Cosman
56945d08bc CI edits 2020-09-27 17:32:27 -07:00
Ilan Cosman
94a1b4cca6 Minor edits 2020-09-27 10:27:16 -07:00
Ilan Cosman
48679a4d7e Dont run CI on push to main or on release tags 2020-09-24 17:53:21 -07:00
Ilan Cosman
0e77b22731 Minor CI edits 2020-09-23 20:34:45 -07:00
Ilan Cosman
02c31806e2 Dont actually create python venv for test 2020-09-23 20:32:01 -07:00
Ilan Cosman
df9416135a Add rust test 2020-09-23 16:52:54 -07:00
Ilan Cosman
a0b7a5b891 Update contributing guide for testing dependencies 2020-09-23 16:50:34 -07:00
Ilan Cosman
207d009c5e Add mock to tide test --install 2020-09-23 16:45:37 -07:00
Ilan Cosman
549080c455 Minor edits 2020-09-23 13:56:08 -07:00
Ilan Cosman
8d5a2a717c Slim down detect_os 2020-09-23 13:48:55 -07:00
Ilan Cosman
9596b4e63b 2.4.0 2020-09-21 17:47:32 -07:00
Ilan Cosman
16f2cf65d2 Changelog for 2.4.0 2020-09-21 17:45:57 -07:00
Ilan Cosman
70a3eaf3d7 Fix bug when pwd started with / (fixes #25) 2020-09-21 17:20:30 -07:00
Ilan Cosman
aee80227f4 Update documentation for vi_mode and prompt_char 2020-09-21 15:52:19 -07:00
Ilan Cosman
c5533eba98 Remove vi_mode_insert_color from default configs 2020-09-21 11:23:48 -07:00
Ilan Cosman
79ed026a7c Combine string replaces in _tide_decolor, reformat vi_mode item 2020-09-21 11:21:23 -07:00
Ilan Cosman
2da3780ac7 Add vi_mode item, add prompt_char_vi variables 2020-09-19 19:30:12 -07:00