Skip to content
#

Zsh

The Z shell (Zsh) is an extended Bourne shell with a large number of improvements and additional features.

Here are 4,044 public repositories matching this topic...

salmanulfarzy
salmanulfarzy commented Dec 2, 2018

Is your feature request related to a problem? Please describe.

Check for Zsh version for compatibility with prompt.

Describe the solution you'd like

autoload -Uz is-at-least && if ! is-at-least 5.2; then
  print "ERROR: You're using zsh version ${ZSH_VERSION}, and versions < 5.2 are not supported. Update your zsh." >&2
  return 1
fi
mirabilos
mirabilos commented Jun 5, 2019

Neither here nor powerline/fonts has any documentation of what codepoints are supposed to be provided with which glyphs by fonts. This makes it virtually impossible for font authors to add support.

Also, I’ve seen you use the PUA. Please register your codepoints with http://www.evertype.com/standards/csur/ so they don’t overlap with any other CSUR PUA assignments. (It’s easy, I got a couple ass

onehungrygeek
onehungrygeek commented Jan 6, 2019

Thanks a ton for any helpful feedback

I need help with getting best quality GIFs.

I am not used to CSS syntax so it would be amazing if you add a lot of example config.yml files. Also, try adding config.yml files for the GIFs you are displaying in your README.md. They look fantastic. I have spent hours trying to get perfect GIF but no luck.

I don't know what value to give for shadow

starship
rcjeferson
rcjeferson commented May 2, 2020

Feature Request

Is your feature request related to a problem? Please describe.

I realized that starship has no documentation in Portuguese (Brazil), so I would like to contribute with project and add pt_BR translation.

Describe the solution you'd like

Documentation in Portuguese (Brazil).


Contributing

If you are interested in contributing, please take a look

p-baum
p-baum commented Mar 1, 2020

Ive tried using path and exact variants to no avail.

# /home/pbaum/.config/direnv/direnv.toml

[whitelist]
prefix = [ "/mnt/data/filesystem/home/x/Development/hosts" ]
prefix = [ "/home/x/Development/hosts" ]
exact = [ "/mnt/data/filesystem/home/x/Development/hosts/hc1/.envrc" ]
exact = [ "/home/x/Development/hosts/hc1/.envrc" ]
$ cd /home/x/Development/hosts/hc1
$ direnv
318097
318097 commented Apr 16, 2019
  • The first example can have few more chained prompts (It shows the power of enquirer in a few seconds)
  • Todo can be moved to the bottom & can be a section (Below Contribution section)
  • The 'Related prompts' section can be moved below 'Example Usage'. After the gif, the code should be shown (It is correct for Input prompt)
  • The example should be complete. It should match exac
shervinsahba
shervinsahba commented Oct 29, 2019

On the default settings, each segment is padded on either end by a space " ". This adds visual appeal and clarity. On the other hand, it adds two characters per segment. It'd be nice to customize this option for users who want powerline to span fewer characters.

Would a left_pad and right_pad option be useful?

(PS. This project is awesome. Thanks!)

ssbarnea
ssbarnea commented Mar 24, 2017

I am wondering if autoenv could not be used in complex CI environments where we have multiple steps and where we need to save/restore status between different steps.

We are currently doing appending variables inside some env_jenkins.properties files and on some some steps (builders) and on others we do source env_jenkins.properties in order to load them.

If autoenv would work also for

bjoernh
bjoernh commented Dec 19, 2017

There is a difference depending on running nfty inside a Python shell (call notify.notification() ) and run ntfy from commandline. I think the reason is a different default config file location.
In my case, I have created a config file under ~/.ntfy.yml and ntfy use that config when i run it from console (it sends notification via pushover). But when i try to send a notification from a inter

danguilherme
danguilherme commented Sep 28, 2017

Expose a method to show the help string whenever I want to, like it being the default command of my program.

Program would be something like:

program
  .version(package.version)
  .action(() => program.showHelp())
  .command('real command')
  .action((args, options, logger) => /* do stuff */);
program.parse(process.argv);

// ./myprog
/* ... prints help ... */

I

Kaligule
Kaligule commented Nov 14, 2019

It would be cool if we could have some more documentation in the help text.

  • Explain how to use Ctrl-C and Ctrl-Z in a presentation (this is self explanatory for CLI veterans, but many users might not be so experienced. Ctrl-C and Crtl-Z are really a great part of how to use the programm in a presentation)
  • Explain how <prompt_themes> work: How can I create my own? Where can I find premade o
dvorka
dvorka commented Aug 11, 2018

There is problem with new libreadline7 available via brew which is incompatible with previous versions.

Thus the only way forward seems to be readline compilation from the source code and clashing includes (different autoconf in build/, build script for macos).

zimfw

Created by Paul Falstad

Released 1990

Repository
zsh-users/zsh
Website
www.zsh.org
Wikipedia
Wikipedia

Related Topics

shell
You can’t perform that action at this time.