Commit Graph

129 Commits

Author SHA1 Message Date
Ilan Cosman
3f97ee170f Use open pager as a heuristic for selecting/executing (closes #472) 2023-12-26 12:04:50 -08:00
daylily
cd94c083a4
Add job number display (#470)
* Add job number display

* Clean up, disable by default

* Update tests

---------

Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2023-12-26 12:02:03 -08:00
Ilan Cosman
9bd47e8256 Remove erroneous testing code 2023-12-24 10:44:20 -08:00
Ilan Cosman
c67c562a3f fix python vs python3 in python item (fixes #459) 2023-12-22 16:07:57 -08:00
Ilan Cosman
c7edb99ea2 fix transience when command is entered during output (fixes #455) 2023-12-22 10:37:48 -08:00
Ilan Cosman
b90eaab4c0 Add space after transient prompt 2023-10-04 08:40:17 -07:00
Ilan Cosman
7c1497d4cc Improve behavior of transient mode 2023-09-20 12:23:08 -07:00
Ilan Cosman
5d17d4c6dc Rename transient variable and add it to configs 2023-09-20 12:18:15 -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
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
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
Ilan Cosman
7aababe7de Look for special files in all parent directories 2022-08-06 18:19:13 -04:00
Ilan Cosman
ccabacb629 Use read instead of command substitution 2022-03-14 08:43:24 -07:00
Ilan Cosman
2b78ac2540 Run fish from status fish-path 2022-03-09 14:12:55 -08:00
Ilan Cosman
85d09604a0 Fix highlighting completions in two line prompts 2022-03-09 13:40:20 -08:00
Ilan Cosman
041f23921a Repaint prompt when COLUMNS changes (fixes #254) 2022-02-21 07:19:18 -08:00
Ilan Cosman
1746ff8fa1 Add comment 2022-02-05 15:14:21 -08:00
Ilan Cosman
d75e4be05a Rename var 2022-01-26 09:35:35 -08:00
Ilan Cosman
af7dc0e412 Minor edits 2022-01-25 11:16:29 -08:00
Ilan Cosman
4580b64852 Add color normal to right prompt 2022-01-13 22:10:33 -08:00
Ilan Cosman
95f143dc51 Shorten and combine options 2022-01-12 10:24:41 -08:00
Ilan Cosman
7ce5d6c0e4 Fix spelling errors 2022-01-10 14:47:32 -08:00
Ilan Cosman
f2776829aa Fix _tide_last_pid being local 2022-01-09 11:28:42 -08:00
Ilan Cosman
0a9c0d3d26 Update prompt_var mechanics 2022-01-09 11:13:36 -08:00
Ilan Cosman
70ac8f1195 Fix right prompt frame bug 2022-01-08 14:05:44 -08:00
Ilan Cosman
adb6f33bfe Rename local variables 2022-01-05 13:50:08 -08:00
Ilan Cosman
ea0b386a0c Also eval _tide_pwd 2022-01-05 11:25:32 -08:00
Ilan Cosman
fc17a69914 Fix bug 2022-01-04 15:17:49 -08:00
Ilan Cosman
5a70822cc1 Run even less code, improve variable scoping 2022-01-04 15:04:39 -08:00
Ilan Cosman
fb151162b0 Fix 2 line prompt 2022-01-03 13:03:28 -08:00
Ilan Cosman
60327b32db Some work, 1 line prompt functional, 2 line not 2022-01-02 09:09:59 -08:00
Ilan Cosman
46587cb19b minor edits 2021-12-21 14:32:17 -08:00
Ilan Cosman
2b0696b087 Minor edits 2021-12-13 18:24:22 -08:00
Ilan Cosman
e56e1f971c Minor edits 2021-12-09 09:03:36 -08:00
Ilan Cosman
9f64ed61c4 More evaling 2021-12-08 09:27:33 -08:00
Ilan Cosman
20f85e4e11 Use two prompts 2021-12-08 09:21:12 -08:00
Ilan Cosman
8dde77e9f6 Use eval for fish_prompt 2021-12-08 09:09:13 -08:00
Ilan Cosman
0376903ca6 Rename variables 2021-10-01 10:52:44 -07:00
Ilan Cosman
9f11d9fa6b Minor edits 2021-09-30 21:18:16 -07:00
Ilan Cosman
6b26c69da8 Minor edits 2021-09-26 18:14:26 -07:00
Ilan Cosman
9c0ed1e4ce Add variable caching 2021-08-21 21:43:42 -07:00
Ilan Cosman
79c0dac801 Use variable expansion instead of a new variable 2021-08-13 15:45:58 -07:00
Ilan Cosman
a8824ebb21 Remove fish_right_prompt file 2021-08-13 04:54:40 -07:00
Ilan Cosman
d1d647c352 Clean up old prompt var usages 2021-08-13 04:49:48 -07:00
Ilan Cosman
26485519ba Use one prompt variable instead of two (closes #171) 2021-08-13 04:28:09 -07:00
Kid
cfe0b228f5
Use single underscore for __tide_on_fish_exit (#182) 2021-07-25 11:15:45 -07:00