Created
February 19, 2018 22:09
-
-
Save MarcusE1W/cab092d1443bba6950c2136844f68e61 to your computer and use it in GitHub Desktop.
man page for trizen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.\" Automatically generated by Pandoc 2.1.1 | |
.\" | |
.TH "" "" "" "" "" | |
.hy | |
.SH trizen | |
.PP | |
trizen is a lightweight wrapper for AUR, written in Perl. | |
.PP | |
Main features include: | |
.IP \[bu] 2 | |
Installation of packages from the AUR | |
.IP \[bu] 2 | |
Search support for AUR packages | |
.IP \[bu] 2 | |
Reading AUR comments for packages | |
.IP \[bu] 2 | |
Upgrade support for AUR packages | |
.IP \[bu] 2 | |
Recursive resolver of AUR dependencies | |
.IP \[bu] 2 | |
Built\-in interaction with \[aq]pacman\[aq] | |
.IP \[bu] 2 | |
Edit support for text files | |
.IP \[bu] 2 | |
Input/output UTF\-8 support | |
.SH INSTALLATION | |
.IP \[bu] 2 | |
Tagged version: | |
.IP | |
.nf | |
\f[C] | |
git\ clone\ https://aur.archlinux.org/trizen.git | |
cd\ trizen | |
makepkg\ \-si | |
\f[] | |
.fi | |
.IP \[bu] 2 | |
\f[C]\-git\f[] version: | |
.IP | |
.nf | |
\f[C] | |
git\ clone\ https://aur.archlinux.org/trizen\-git.git | |
cd\ trizen\-git | |
makepkg\ \-si | |
\f[] | |
.fi | |
.SH Screenshots | |
.SS Search results | |
.PP | |
[IMAGE: trizen \-Ss | |
youtube (https://user-images.githubusercontent.com/614513/32417050-f5e5a310-c25b-11e7-8598-056431ce9a1d.png)] | |
.SS Package info | |
.PP | |
[IMAGE: trizen \-Si | |
sidef (https://user-images.githubusercontent.com/614513/32417040-d137a68a-c25b-11e7-89f3-362b084b8873.png)] | |
.SS Options | |
.PP | |
[IMAGE: trizen | |
\-h (https://user-images.githubusercontent.com/614513/34314381-d7e4df12-e77b-11e7-84f3-322444c17824.png)] | |
.PP | |
[IMAGE: trizen | |
\-Sh (https://user-images.githubusercontent.com/614513/34314382-d98a810a-e77b-11e7-9df0-64af9f5f3633.png)] | |
.SH Usage | |
.IP | |
.nf | |
\f[C] | |
usage:\ trizen\ [options]\ [pkgname]\ [pkgname]\ [...] | |
Main\ options: | |
\ \ \ \ \-S,\ \-\-sync\ \ \ \ \ \ :\ install\ packages\ (see:\ trizen\ \-Sh) | |
\ \ \ \ \-C,\ \-\-comments\ \ :\ display\ AUR\ comments\ for\ a\ package | |
\ \ \ \ \-G,\ \-\-get\ \ \ \ \ \ \ :\ clones\ a\ package\ in\ the\ current\ directory | |
\ \ \ \ \-R,\ \-\-remove\ \ \ \ :\ remove\ packages\ from\ the\ system\ (see:\ pacman\ \-Rh) | |
\ \ \ \ \-Q,\ \-\-query\ \ \ \ \ :\ query\ the\ package\ database\ (see:\ pacman\ \-Qh) | |
\ \ \ \ \-F,\ \-\-files\ \ \ \ \ :\ query\ the\ files\ database\ (see:\ pacman\ \-Fh) | |
\ \ \ \ \-D,\ \-\-database\ \ :\ operate\ on\ the\ package\ database\ (see:\ pacman\ \-Dh) | |
\ \ \ \ \-T,\ \-\-deptest\ \ \ :\ check\ dependencies\ (see:\ pacman\ \-Th) | |
\ \ \ \ \-U,\ \-\-upgrade\ \ \ :\ install\ built\ packages\ from\ \[aq]\-\-clone\-dir\[aq]\ or\ `pwd` | |
Other\ options: | |
\ \ \ \ \ \ \ \ \-\-quiet\ \ \ \ \ :\ do\ not\ display\ any\ warnings | |
\ \ \ \ \ \ \ \ \-\-stats\ \ \ \ \ :\ show\ stats\ about\ the\ installed\ packages | |
\ \ \ \ \ \ \ \ \-\-nocolors\ \ :\ disable\ text\ colors | |
\ \ \ \ \ \ \ \ \-\-debug\ \ \ \ \ :\ activate\ the\ debug/verbose\ mode | |
\ \ \ \ \ \ \ \ \-\-help\ \ \ \ \ \ :\ print\ this\ message\ and\ exit | |
\ \ \ \ \ \ \ \ \-\-version\ \ \ :\ print\ version\ and\ exit | |
See\ also: | |
\ \ \ \ trizen\ \-Sh | |
\ \ \ \ trizen\ \-Gh | |
::\ Each\ configuration\ key\ is\ a\ valid\ option\ when\ preceded\ with\ \[aq]\-\-\[aq] | |
\f[] | |
.fi | |
.SH Sync options (\f[C]\-S\f[]) | |
.IP | |
.nf | |
\f[C] | |
usage:\ trizen\ {\-S\ \-\-sync}\ [options]\ [package(s)] | |
Main\ options: | |
\ \ \-s,\ \-\-search\ \ \ \ \ \ \ \ :\ searches\ for\ packages | |
\ \ \-i,\ \-\-info\ \ \ \ \ \ \ \ \ \ :\ outputs\ info\ for\ packages | |
\ \ \-m,\ \-\-maintainer\ \ \ \ :\ outputs\ packages\ maintained\ by\ [...] | |
\ \ \-p,\ \-\-pkgbuild\ \ \ \ \ \ :\ outputs\ PKGBUILD\ only | |
\ \ \-l,\ \-\-local\ \ \ \ \ \ \ \ \ :\ builds\ and\ installs\ packages\ from\ `pwd` | |
\ \ \-u,\ \-\-sysupgrade\ \ \ \ :\ upgrades\ installed\ packages | |
\ \ \-y,\ \-\-refresh\ \ \ \ \ \ \ :\ refresh\ package\ databases\ (with:\ \-u) | |
\ \ \-c,\ \-\-clean\ \ \ \ \ \ \ \ \ :\ clean\ the\ cache\ directory\ of\ `trizen`\ and\ `pacman` | |
\ \ \-a,\ \-\-aur\ \ \ \ \ \ \ \ \ \ \ :\ only\ AUR\ operations\ (with:\ \-c,\ \-u,\ \-s,\ \-i) | |
Other\ options: | |
\ \ \ \ \ \ \-\-devel\ \ \ \ \ \ \ \ \ :\ update\ VCS\ packages\ during\ \-Su | |
\ \ \ \ \ \ \-\-show\-ood\ \ \ \ \ \ :\ show\ out\-of\-date\ flagged\ packages\ during\ \-Su | |
\ \ \ \ \ \ \-\-noinfo\ \ \ \ \ \ \ \ :\ do\ not\ display\ package\ info\ after\ cloning | |
\ \ \ \ \ \ \-\-nopull\ \ \ \ \ \ \ \ :\ do\ not\ `git\ pull`\ new\ changes | |
\ \ \ \ \ \ \-\-noedit\ \ \ \ \ \ \ \ :\ do\ not\ prompt\ to\ edit\ files | |
\ \ \ \ \ \ \-\-nobuild\ \ \ \ \ \ \ :\ do\ not\ build\ packages\ (implies\ \-\-noedit) | |
\ \ \ \ \ \ \-\-noinstall\ \ \ \ \ :\ do\ not\ install\ packages\ after\ building | |
\ \ \ \ \ \ \-\-needed\ \ \ \ \ \ \ \ :\ do\ not\ reinstall\ up\-to\-date\ packages | |
\ \ \ \ \ \ \-\-asdeps\ \ \ \ \ \ \ \ :\ installs\ packages\ as\ dependencies | |
\ \ \ \ \ \ \-\-asexplicit\ \ \ \ :\ installs\ packages\ as\ explicitly\ installed | |
\ \ \ \ \ \ \-\-force\ \ \ \ \ \ \ \ \ :\ pass\ the\ `\-\-force`\ argument\ to\ `pacman` | |
\ \ \ \ \ \ \-\-skipinteg\ \ \ \ \ :\ pass\ the\ `\-\-skipinteg`\ argument\ to\ `makepkg` | |
\ \ \ \ \ \ \-\-noconfirm\ \ \ \ \ :\ do\ not\ ask\ for\ any\ confirmation | |
\ \ \ \ \ \ \-\-movepkg\ \ \ \ \ \ \ :\ move\ built\ packages\ into\ pacman\[aq]s\ cache\ directory | |
\ \ \ \ \ \ \-\-movepkg\-dir=s\ :\ move\ built\ packages\ in\ this\ directory\ (with\ \-\-movepkg) | |
\ \ \ \ \ \ \-\-clone\-dir=s\ \ \ :\ directory\ where\ to\ clone\ and\ build\ packages | |
Examples: | |
\ \ \ \ trizen\ \-S\ \ <package>\ \ \ \ \ #\ install\ <package> | |
\ \ \ \ trizen\ \-Ss\ <keyword>\ \ \ \ \ #\ search\ for\ <keyword> | |
\ \ \ \ trizen\ \-Si\ <package>\ \ \ \ \ #\ show\ info\ about\ <package> | |
\f[] | |
.fi | |
.SH Get options (\f[C]\-G\f[]) | |
.IP | |
.nf | |
\f[C] | |
usage:\ trizen\ {\-G\ \-\-get}\ [options]\ [package(s)] | |
Main\ options: | |
\ \ \ \ \-d,\ \-\-with\-deps\ \ \ \ \ :\ clones\ a\ package\ with\ all\ needed\ AUR\ dependencies | |
Examples: | |
\ \ \ \ trizen\ \-G\ \ <package>\ \ \ \ \ #\ clones\ <package> | |
\ \ \ \ trizen\ \-Gd\ <package>\ \ \ \ \ #\ clones\ <package>\ along\ with\ its\ AUR\ dependencies | |
\f[] | |
.fi | |
.PP | |
A configuration file is automatically generated at: | |
\f[C]~/.config/trizen/trizen.conf\f[] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment