mirror of
https://github.com/zplug/zplug
synced 2025-04-06 07:39:12 +02:00
87 lines
2.5 KiB
Groff
87 lines
2.5 KiB
Groff
'\" t
|
|
.\" Title: zplug-update
|
|
.\" Author: [see the "Authors" section]
|
|
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
|
.\" Date: 12/22/2016
|
|
.\" Manual: ZPLUG Manual
|
|
.\" Source: ZPLUG Manual
|
|
.\" Language: English
|
|
.\"
|
|
.TH "ZPLUG\-UPDATE" "1" "12/22/2016" "ZPLUG Manual" "ZPLUG Manual"
|
|
.\" -----------------------------------------------------------------
|
|
.\" * set default formatting
|
|
.\" -----------------------------------------------------------------
|
|
.\" disable hyphenation
|
|
.nh
|
|
.\" disable justification (adjust text to left margin only)
|
|
.ad l
|
|
.\" -----------------------------------------------------------------
|
|
.\" * MAIN CONTENT STARTS HERE *
|
|
.\" -----------------------------------------------------------------
|
|
.SH "NAME"
|
|
zplug-update \- Update installed packages in parallel
|
|
.SH "SYNOPSIS"
|
|
.sp
|
|
.nf
|
|
\fIzplug update\fR [\-\-force] [\-\-select [\fI"username/reponame"\fR]]
|
|
.fi
|
|
.sp
|
|
.nf
|
|
The word \'package\' refers to the string in the format: "username/reponame"\&.
|
|
.fi
|
|
.SH "DESCRIPTION"
|
|
.sp
|
|
Update installed packages and zplug by itself\&.
|
|
.SH "OPTIONS"
|
|
.PP
|
|
\fB\-\-select\fR
|
|
.RS 4
|
|
Choose the package that is not updated from the list and update it\&.
|
|
.RE
|
|
.PP
|
|
\fB\-\-force\fR
|
|
.RS 4
|
|
Forcibly\&. To update as it is frozen repo without confirmation
|
|
.RE
|
|
.SH "EXAMPLES"
|
|
.sp
|
|
Update:
|
|
.sp
|
|
.if n \{\
|
|
.RS 4
|
|
.\}
|
|
.nf
|
|
$ zplug update
|
|
Updating\&.\&.\&. mollifier/zload
|
|
Updating\&.\&.\&. stedolan/jq
|
|
Updating\&.\&.\&. glidenote/hub\-zsh\-completion
|
|
Frozen repo junegunn/fzf\-bin (0\&.42s)
|
|
Frozen repo stedolan/jq (0\&.47s)
|
|
Up\-to\-date b4b4r07/http_code (2\&.29s)
|
|
Up\-to\-date b4b4r07/zsh\-vimode\-visual (2\&.29s)
|
|
Up\-to\-date b4b4r07/emoji\-cli (2\&.68s)
|
|
Up\-to\-date mollifier/zload (2\&.69s)
|
|
Updated! b4b4r07/ssh\-keyreg (2\&.84s)
|
|
Updated! zsh\-users/zsh\-completions (4\&.00s)
|
|
.fi
|
|
.if n \{\
|
|
.RE
|
|
.\}
|
|
.SH "SEE ALSO"
|
|
.sp
|
|
\fBzplug(1)\fR
|
|
.SH "FURTHER DOCUMENTATION"
|
|
.sp
|
|
See the references in official wiki page to get started using zplug\&. The wiki may perhaps be overwhelming for first\-time users\&.
|
|
.SH "AUTHORS"
|
|
.sp
|
|
zplug was originally written by Masaki Ishiyama (a\&.k\&.a @b4b4r07)\&. Many people have contributed to it\&.
|
|
.SH "COPYING"
|
|
.sp
|
|
Copyright (C) 2015\-2016 Masaki Ishiyama
|
|
.sp
|
|
MIT License
|
|
.SH "REPORTING BUGS"
|
|
.sp
|
|
Report bugs to the zplug issues
|