Doc nocolor, git-prompt

This commit is contained in:
Aaron Bieber 2020-07-19 08:26:26 -06:00
parent 9b6deff64b
commit fd610b74e7
3 changed files with 17 additions and 9 deletions

View File

@ -16,10 +16,10 @@ Have your cake and eat it too!
|--------+------------------------------------|
| [[completions/git.org][git]] | add, fetch... |
| [[completions/gopass.org][gopass]] | audit, config... |
| [[completions/man.org][man]] | man pages |
| [[completions/rc.org][rc]] | OpenBSD rc scripts and rc commands |
| [[completions/ssh.org][ssh]] | ssh known hosts |
| [[completions/vmd.org][vmd]] | vmctl commands and VM names |
| [[completions/man.org][man]] | man pages |
| [[completions/rc.org][rc]] | OpenBSD rc scripts and rc commands |
| [[completions/ssh.org][ssh]] | ssh known hosts |
| [[completions/vmd.org][vmd]] | vmctl commands and VM names |
** Extensions
@ -35,10 +35,12 @@ Have your cake and eat it too!
** Prompts
| Name | Example |
|------------+-------------------|
| [[prompts/q.org][q]] | ~qbit@litr[0]:~$~ |
| [[prompts/og-openbsd.org][og-openbsd]] | ~$~ |
| Name | Example | Extensions used |
|------------+--------------------------------+-----------------|
| [[prompts/q.org][q]] | ~qbit@litr[0]:~$~ | git-prompt |
| [[prompts/plain.org][plain]] | ~ litr:~/src/ohmyksh/prompts$~ | - |
| [[prompts/og-openbsd.org][og-openbsd]] | ~$~ | - |
| [[prompts/9.org][9]] | ~%~ | - |
** Example usage

View File

@ -1,4 +1,4 @@
* git-prompt extension
* git-prompt
This extension is a port of the [[https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh][packaged git-prompt]] script to OpenBSD's ksh.

View File

@ -0,0 +1,6 @@
* nocolor
This extension attempts to disable terminal color for known programs /
libraries. [[https://no-color.org/][no-color]] was used as a guide!