Ilan Cosman

Results 17 issues of Ilan Cosman

A number of the builtin themes seem to be out of date. For example, `builtin dark` theme in iterm2 has it's red set to `c91b00`, but that hex value does...

Sometimes a test may pass but errors are printed to the terminal. This would be a "failure" from a human perspective. Thus, it would be nice if Fishtape could detect...

enhancement

Fishtape is a great testing framework, but something that is missing is a description of how much code your tests actually cover. Using `fish --debug-output` and `fish_trace` it's easy to...

enhancement

#### Is your feature request related to a problem? Please describe A multi-line prompt is nice to use, but takes up a ton of scroll-back history. #### Describe the solution...

🌊 enhancement
🏞️ upstream

Since we're creating a background shell each time, loading the functions into memory is just wasted time. Instead we should `source` files in the background process.

🌊 enhancement

Hi, I recently attempted to use imgbot (as I have before) on my images for my project. Unfortunately, the background color of all images (but not gifs) was changed. It...

bug

```fish function fish_prompt echo echo $PWD end ``` This produces a newline between each prompt essentially, visually separating them. However, when the terminal is first opened, or when we run...

Recently, when choosing various colors for stuff, I've wanted a better way to display and compare colors. I created a simple script/function for this: ```fish function swatch set -l height_in_lines...

enhancement

As noticed by @mqudsi in https://github.com/fish-shell/fish-shell/issues/8223#issuecomment-900794557 `commandline -f repaint` doesn't clear the terminal after the cursor, so a multi-line transient prompt doesn't work with commands like `echo` ```fish function fish_prompt...

enhancement

Some commands to simply remove and add items would be useful. [Spaceship](https://spaceship-prompt.sh/blog/2022-spaceship-v4/#command-line-interface) has some great ideas we can borrow.

🌊 enhancement