Restart
This commit is contained in:
commit
f43ec09432
18
nostril.plugin.zsh
Normal file
18
nostril.plugin.zsh
Normal file
|
@ -0,0 +1,18 @@
|
|||
_nostril_autocomplete() {
|
||||
_arguments \
|
||||
'--content[Specify content]:string' \
|
||||
'--dm[Specify hex pubkey]:' \
|
||||
'--envelope[Enable envelope flag]' \
|
||||
'--kind[Specify number]:' \
|
||||
'--created-at[Specify Unix timestamp]:' \
|
||||
'--sec[Specify hex seckey]:' \
|
||||
'--pow[Specify difficulty]:' \
|
||||
'--mine-pubkey[Enable mine-pubkey flag]' \
|
||||
'--tag[Specify key]:[Specify value]' \
|
||||
'-e[Specify event_id]:' \
|
||||
'-p[Specify pubkey]:' \
|
||||
'-t[Specify hashtag]:'
|
||||
}
|
||||
|
||||
# Register the autocompletion function
|
||||
compdef _nostril_autocomplete nostril
|
Loading…
Reference in New Issue
Block a user