prompt
Here are 509 public repositories matching this topic...
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
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
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
May 1, 2020 - Shell
I installed the lambda theme, but it keeps spawning:
╭─vistaus at ThinkArch in ⌁/Downloads/oh-my-fish (master ✔)
╰─λ lsd 0 < 00:00:00 < 14:09:26
AUTHORS CHANGELOG.md CONTRIBUTING.md docs lib pkg repositories
-
Updated
Sep 15, 2018 - JavaScript
Describe the bug
There is no documentation about how to mark a choice as pre-selected in a multiselect. It works to set selected: true in the choice, however @types/prompts doesn't know about it and neither does any of the documentation.
Expected behavior
The docs as well as the types should help to figure out how to do this.
System
- OS: macOS
- Terminal: iTerm
- 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
The instructions say that you can open the file with a right click to open with powershell. However, this doesnt grant admin rights and things dont work properly. Is it possible to right click and open with powershell with admin rights?
System Details
- posh-git version/path: 1.0.0 beta4 ~\Documents\PowerShell\Modules\posh-git\1.0.0
- PowerShell version: 6.2.4
- git version 2.25.0.windows.1
- OS: Microsoft Windows NT 10.0.19041.0
Feature Request
Could add an example to suggest a sub-command?
i.e.
optsCmd = []prompt.Suggest{
{"list", Description: "some listing"},
{"print", Description: "print info"},
}
// Sub-commands for "print"
optsCmdPrint = []prompt.Suggest{
{"system", Description: "print system info."},
{"dir", Description: "print directory"},
}
So, when you write "print", then could b
-
Updated
May 7, 2020 - Go
Running the examples in https://alertifyjs.com/ cause the body to shift because the vertical scrollbar disappears. I was about to open an issue about this but I saw #167. So there is already a way to do it, which seems to be the preventBodyShift option.
This issue is to suggest that preventBodyShift is set on the examples in https://alertifyjs.com/ because it is a bit discouraging to see a
-
Updated
Feb 18, 2020 - Go
-
Updated
Aug 18, 2019 - PostScript
related: #151, #155
@jgierer12
pressing Ctrl + C while there is already some text written in the current command line still causes the wrong redraw withpure v2.1.2:
Env
I reproduce
pure
❯ echo $pure_version
2.1.2
fish
❯ echo $FISH_VE
-
Updated
Mar 31, 2020 - PHP
-
Updated
Jul 27, 2019 - JavaScript
-
Updated
May 12, 2020 - HTML
-
Updated
Apr 26, 2020 - PowerShell
When bundled electron-sudo includes duplicate assets, sources, same binaries twice and screenshots. Please update .npmignore to exclude redundant assets from distribution.
Improve this page
Add a description, image, and links to the prompt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prompt topic, visit your repo's landing page and select "manage topics."

Hi,
The docs say that:
But when my validate function returns false, no default error message is shown on screen.
If the validate function returns a string instead, the custom error m