Commit Graph

50 Commits

Author SHA1 Message Date
Ilan Cosman
17f7922cf9 Remove setting from prompt display 2023-09-20 13:44:42 -07:00
Ilan Cosman
ccb149f045 Add transient choice to configure 2023-09-20 13:43:02 -07:00
Ilan Cosman
2652ed78a0 Don't use escape codes to undo newline, just don't print it 2023-09-20 12:05:22 -07:00
Ilan Cosman
ecb00e28ae Don't print auto config if we are in an auto config 2023-09-17 20:32:30 -07:00
Ilan Cosman
c0fd6a2f85 Error for missing/invalid auto configures 2023-09-17 20:29:27 -07:00
Ilan Cosman
a3426e157f print config 2023-08-07 14:21:54 -07:00
Ilan Cosman
bb00e03820 Don't necessitate finish flag 2023-08-06 21:26:16 -07:00
Ilan Cosman
78ce8032be Mostly working auto configure 2023-08-06 21:23:48 -07:00
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
13daf44ffa More work on colored logos 2022-04-05 17:08:54 -07:00
Ilan Cosman
4169dbf1cb Only use clear if it is installed (fixes #265) 2022-03-14 07:10:29 -07:00
Ilan Cosman
010169a7c8 Add right prompt to configure 2021-10-14 17:32:48 -07:00
Ilan Cosman
f7b152986a Start fixing configuration 2021-10-14 14:16:29 -07:00
Ilan Cosman
856dfcb640 Minor edits 2021-09-23 13:45:41 -07:00
Ilan Cosman
08e1fcc9b5 Cleanup for removing tide_character_bg_color 2021-09-22 13:27:42 -07:00
Ilan Cosman
e2f594cde1 Use echo 2021-09-21 18:16:00 -07:00
Branch Vincent
5c2a6c2e03
configure: read single character (#187) 2021-08-21 14:59:45 -07:00
Ilan Cosman
0f99df9d17 Minor edits 2021-07-17 14:34:36 -07:00
Ilan Cosman
dc149a652c Fix bug with restarting configuration wizard 2021-07-17 14:33:31 -07:00
Ilan Cosman
657c989afa Fix classic background color setting bug 2021-07-14 18:50:05 -07:00
Ilan Cosman
64dd0c37d4 Merge prompt_items and functions directories 2021-05-22 20:51:21 -07:00
Ilan Cosman
9f6a4e108b Partially fix wizard 2021-05-22 20:46:33 -07:00
Ilan Cosman
5659392f93 Reduce number of universal variables 2021-05-18 15:00:49 -07:00
Ilan Cosman
67def5c37b Switch to snake case 2021-05-12 13:13:51 -07:00
Ilan Cosman
dfe5bb8618 Rename prompt_char to character 2021-04-24 17:42:12 -07:00
Ilan Cosman
3c58061603 Don't set prompt_char background color in classic mode 2021-03-25 09:59:17 -07:00
Ilan Cosman
9e7f04d82e Remove unusable tool items on startup (fixes #129) 2021-03-17 14:30:04 -07:00
Ilan Cosman
be6b2722ff Minor edits 2021-03-13 19:20:33 -08:00
Ilan Cosman
8db9d18e7e Remove _tide_cursor_up and _tide_cursor_right 2021-03-05 17:50:30 -08:00
Ilan Cosman
05af630a82 Run new fish_indent on code 2021-03-02 09:46:40 -08:00
Ilan Cosman
bc2bddf2dc Fix tide configure on install bug 2021-01-27 09:34:23 -08:00
Ilan Cosman
8b5a815cb8 Fix 16 colors for classic 2021-01-24 09:42:46 -08:00
Ilan Cosman
3bc8f52d58 Fix quit bug in wizard 2021-01-22 17:28:48 -08:00
Varun Madiath
95b0d7802b
Allow for installation into non-standard locations (#65)
* Allow for installation into non-standard locations

This is useful when installed via fisher, if the user has set up
$fisher_path to be something other than ~/.config/fish

* Use simpler regex

Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2020-12-31 21:07:13 -08:00
Ilan Cosman
5e2d749cb6 Revert Keep choice prompt on one line always 2020-12-28 09:26:30 -08:00
Ilan Cosman
1c663db346 Minor edits to configuration wizard 2020-12-28 07:42:00 -08:00
Ilan Cosman
f48c21733c Fix menu bug 2020-12-27 21:46:22 -08:00
Ilan Cosman
d371313635 Keep choice prompt on one line always 2020-12-27 21:17:34 -08:00
Ilan Cosman
d60b593e6f Simplify configuration menus 2020-12-27 21:12:30 -08:00
Ilan Cosman
09b042acc5 Minor edits 2020-12-26 08:42:21 -08:00
Ilan Cosman
6a3ae454ec Erase async vars after exiting wizard 2020-11-28 11:43:44 -08:00
Ilan Cosman
5ec4a8bf4c Convert simple if statements to && and || 2020-11-24 14:39:56 -08:00
Ilan Cosman
b1fd36a348 Add _find_and_remove function 2020-11-19 16:23:54 -08:00
Ilan Cosman
2da3780ac7 Add vi_mode item, add prompt_char_vi variables 2020-09-19 19:30:12 -07:00
Ilan Cosman
24df67cd51 Add "; or echo" to every command substitution set_color 2020-09-05 14:48:27 -07:00
Ilan Cosman
46abf0472d Exchange short flags for long ones 2020-07-20 14:11:59 -07:00
Ilan Cosman
8c4dd87322 Add code conventions to contributing guide and update code to conform 2020-07-19 13:35:19 -07:00
Ilan Cosman
e9055703e9 Automate configuration menu options 2020-07-14 19:10:59 -07:00
Ilan Cosman
d6b4cc78c1 Move tide subcommands into functions folder 2020-07-14 18:30:58 -07:00