add readme files for everything
This commit is contained in:
parent
6b9318464f
commit
a674b0b98c
32
README.org
32
README.org
@ -13,32 +13,32 @@ Have your cake and eat it too!
|
||||
** Completions
|
||||
|
||||
| Name | Completes |
|
||||
|------+------------------------|
|
||||
| git | add, fetch... |
|
||||
| gopass | audit, config... |
|
||||
| man | man pages |
|
||||
| rc | OpenBSD rc scripts and rc commands |
|
||||
| ssh | ssh known hosts |
|
||||
| vmd | vmctl commands and VM names |
|
||||
|--------+------------------------------------|
|
||||
| [[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 |
|
||||
|
||||
** Extensions
|
||||
|
||||
| Name | Description |
|
||||
|------------+-----------------------------------------------------------|
|
||||
| fonts | Load fonts from common locations. |
|
||||
| fzf | - |
|
||||
| git-prompt | A port of git-prompt for KSH. |
|
||||
| k | A tool to quickly change directories. |
|
||||
| nocolor | Disable terminal color options for many tools. |
|
||||
| openbsd | A set of tools for working with the OpenBSD source trees. |
|
||||
| [[extensions/fonts.org][fonts]] | Load fonts from common locations. |
|
||||
| [[extensions/fzf.org][fzf]] | - |
|
||||
| [[extensions/git-prompt.org][git-prompt]] | A port of git-prompt for KSH. |
|
||||
| [[extensions/k.org][k]] | A tool to quickly change directories. |
|
||||
| [[extensions/nocolor.org][nocolor]] | Disable terminal color options for many tools. |
|
||||
| [[extensions/openbsd.org][openbsd]] | A set of tools for working with the OpenBSD source trees. |
|
||||
|
||||
|
||||
** Prompts
|
||||
|
||||
| Name | Example |
|
||||
|------------+---------------------------|
|
||||
| q | ~qbit@litr[0]:~$~ |
|
||||
| og-openbsd | ~$~ |
|
||||
|------------+-------------------|
|
||||
| [[prompts/q.org][q]] | ~qbit@litr[0]:~$~ |
|
||||
| [[prompts/og-openbsd.org][og-openbsd]] | ~$~ |
|
||||
|
||||
** Example usage
|
||||
|
||||
|
22
completions/git.org
Normal file
22
completions/git.org
Normal file
@ -0,0 +1,22 @@
|
||||
* git completions
|
||||
|
||||
The ~git~ completion currently supports the following arguments:
|
||||
|
||||
** Level 1
|
||||
#+begin_src ksh
|
||||
add am archive \
|
||||
bisect branch bundle \
|
||||
checkout cherry-pick citool clean clone commit config \
|
||||
describe diff \
|
||||
fetch format-patch \
|
||||
gc grep gui \
|
||||
init \
|
||||
log \
|
||||
merge mv \
|
||||
notes \
|
||||
pull push \
|
||||
range-diff rebase reset restore revert rm \
|
||||
shortlog show sparse-checkout stash status submodule switch \
|
||||
tag \
|
||||
worktree
|
||||
#+end_src
|
0
completions/gopass.org
Normal file
0
completions/gopass.org
Normal file
0
completions/man.org
Normal file
0
completions/man.org
Normal file
0
completions/rc.org
Normal file
0
completions/rc.org
Normal file
0
completions/ssh.org
Normal file
0
completions/ssh.org
Normal file
0
completions/vmd.org
Normal file
0
completions/vmd.org
Normal file
0
extensions/fonts.org
Normal file
0
extensions/fonts.org
Normal file
0
extensions/fzf.org
Normal file
0
extensions/fzf.org
Normal file
6
extensions/git-prompt.org
Normal file
6
extensions/git-prompt.org
Normal file
@ -0,0 +1,6 @@
|
||||
* git-prompt extension
|
||||
|
||||
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.
|
||||
|
||||
It allows one to include git information in your PS1 or other scripts.
|
||||
|
0
extensions/k.org
Normal file
0
extensions/k.org
Normal file
0
extensions/nocolor.org
Normal file
0
extensions/nocolor.org
Normal file
0
extensions/ohmy.org
Normal file
0
extensions/ohmy.org
Normal file
0
extensions/openbsd.org
Normal file
0
extensions/openbsd.org
Normal file
Loading…
Reference in New Issue
Block a user