gvfs-info (1) Linux Manual Page
gvfs-info Descriptiongvfs-info has been deprecated and it is redirected to gio info. See Alsogio(1), m[blue]GIO commandline toolm[][1] Notes 1. GIO commandline tool https://developer.gnome.org/gio/stable/gio.html
gvfs-info Descriptiongvfs-info has been deprecated and it is redirected to gio info. See Alsogio(1), m[blue]GIO commandline toolm[][1] Notes 1. GIO commandline tool https://developer.gnome.org/gio/stable/gio.html
gvfs-copy Descriptiongvfs-copy has been deprecated and it is redirected to gio copy. See Alsogio(1), m[blue]GIO commandline toolm[][1] Notes 1. GIO commandline tool https://developer.gnome.org/gio/stable/gio.html
gvfs-cat Descriptiongvfs-cat has been deprecated and it is redirected to gio cat. See Alsogio(1), m[blue]GIO commandline toolm[][1] Notes 1. GIO commandline tool https://developer.gnome.org/gio/stable/gio.html
gvcolor – flow colors through a ranked digraph Synopsisgvcolor [ files ] Usagedot file.gv | gvcolor | dot -T<format> Descriptiongvcolor (previously known as colorize) is a filter that sets node colors from initial seed values. Colors flow along edges from tail to head, and are averaged (as HSB vectors) at nodes. The graph must already…
gxl2gv,gv2gxl – GXL-GV converters Synopsisgxl2gv [ -gd? ] [ -ooutfile ] [ files ] gv2gxl [ -gd? ] [ -ooutfile ] [ files ] Descriptiongxl2gv converts between graphs represented in GXL and in the GV language. Unless a conversion type is specified using a flag, gxl2gv will deduce the type of conversion from the suffix…
gml2gv,gv2gml – GML-DOT converters Synopsisgml2gv [ -?v ] [ -ggname ] [ -ooutfile ] [ files ] gv2gml [ -? ] [ -ooutfile ] [ files ] Descriptiongml2gv converts a graph specified in the GML format to a graph in the GV (formerly DOT) format. gv2gml converts a graph specified in the GV format to…
gv – Postscript and PDF viewer Synopsisgv [OPTION]… [FILE] DescriptionPostScript and PDF viewer. [-]-monochrome display document using only black and white [-]-grayscale display document without colors [-]-color display document as usual [-]-safer start ghostscript in safe mode [-]-nosafer do not start ghostscript in safe mode [-]-safedir start ghostscript from a safe diretory [-]-nosafedir do not…
gv-update-userconfig – update ~/.gv config file Synopsisgv-update-userconfig [filename] Descriptiongv-update-userconfig is a simple script to update an .gv config file to the current version of gv(1). You can specify a file which is used instead of .gv by using the optional filename argument. This is useful if the environment variable XUSERSEARCHPATH is used. This is done…
gurlchecker – A graphical web link checker that works on a whole site, a single local page or a browser bookmarks file. Synopsisgurlchecker [ -h|–help ] [ -v|–version ] [ -u|–http-user user ] [ -p|–http-passwd password ] [ -A|–no-urls-args ] [ Done. ] DescriptionThis manual page documents the gurlchecker command. gurlchecker is a graphical web…
gzip, gunzip, zcat – compress or expand files Synopsisgzip [ -acdfhklLnNrtvV19 ] [-S suffix] [ name … ] gunzip [ -acfhklLnNrtvV ] [-S suffix] [ name … ] zcat [ -fhLV ] [ name … ] DescriptionGzip reduces the size of the named files using Lempel-Ziv coding (LZ77). Whenever possible, each file is replaced by…
guilt-unapplied – List all unapplied patches Synopsisguilt-unapplied DescriptionList all unapplied patches. AuthorWritten by Josef "Jeff" Sipek <m[blue]jeffpc [at] josefsipek.netm[][1]> DocumentationDocumentation by Josef "Jeff" Sipek <m[blue]jeffpc [at] josefsipek.netm[][1]> GuiltPart of the linkguilt:guilt[7] suite (Generated for Guilt v0.33) Notes 1. jeffpc [at] josefsipek.net mailto:jeffpc [at] josefsipek.net
guilt-top – Output name of topmost applied patch Synopsisguilt-top [-p|–path] Options-p, –path Output full path instead of just patch name.AuthorWritten by Josef "Jeff" Sipek <m[blue]jeffpc [at] josefsipek.netm[][1]> DocumentationDocumentation by Josef "Jeff" Sipek <m[blue]jeffpc [at] josefsipek.netm[][1]> GuiltPart of the linkguilt:guilt[7] suite (Generated for Guilt v0.33) Notes 1. jeffpc [at] josefsipek.net mailto:jeffpc [at] josefsipek.net
guilt-status – Print the status of files since the last refresh Synopsisguilt-status [-a|-A] [-c|-C] [-d|-D] [-m|-M] [-r|-R] [-t|-T] [-u|-U] [-x|-X] [-n] DescriptionEach file is printed with a prefix that describes itcqs status. A added C copied D deleted M modified R renamed T type change (e.g., mode) U unmerged ? untrackedOptions-n Hide status prefix in…
guilt-series – Print the stack of patches Synopsisguilt-series [-v | -g | -e] DescriptionPrint the stack of patches on this branch. Options-e Edit the series file. -g Instead of outputting the series, start gitk and display the applied patches. Ignores the verbose flag. -v Verbose output; adds an = next to the top most applied…
guilt-select – Select guards to apply when pushing patches Synopsisguilt-select [ -n | –none | -s | –series | [–pop|–reapply] <guards…> ] DescriptionSelect guards to apply when pushing patches. Guards are selected without the + or – prefix. Patches are applied in the following way: * An unguarded patch is always applied.* A patch with…
guilt-rm – Remove a file from the git tree and guilt Synopsisguilt-rm <file>… DescriptionRemoves the files specified from git using git-rm Options<files> Files to addAuthorWritten by Josef "Jeff" Sipek <m[blue]jeffpc [at] josefsipek.netm[][1]> DocumentationDocumentation by Brandon Philips <m[blue]brandon [at] ifup.orgm[][2]> GuiltPart of the linkguilt:guilt[7] suite (Generated for Guilt v0.33) Notes 1. jeffpc [at] josefsipek.net mailto:jeffpc [at]…
guilt-repair – Repair the repository state Synopsisguilt-repair –full | –status DescriptionPerform various repository repairs. You must specify one mode of repair: –full Tries to repair everything possible. Additionally, it resets the repository state by reseting the HEAD to whatcqs believed to be the proper commit, and reseting the applied stack. The end result should be…
guilt-refresh – Refresh topmost applied patch Synopsisguilt-refresh [–git] [–diffstat] DescriptionRefresh topmost applied patch with changes in the working copy. Options–git Generate a patch which uses all the features offered by the git diff format (e.g., rename and copy detection). –diffstat Include a diffstat output in the patch file. Useful for cases where patches will be…
guilt-rebase – Rebase pushed patches Synopsisguilt-rebase <upstream> DescriptionRebase pushed patches against an upstream branch. Options<upstream> Branch, tag, or a commit hash identifying upstream repository history.ExamplesRebase current tree against Linuscqs 2.6 tree $ git-fetch git://git.kernel.org/pub/scm/linux/kernel/git/tovalds/linux-2.6.git $ guilt-rebase FETCH_HEADAuthorWritten by Josef "Jeff" Sipek <m[blue]jeffpc [at] josefsipek.netm[][1]> DocumentationDocumentation by Josef "Jeff" Sipek <m[blue]jeffpc [at] josefsipek.netm[][1]> GuiltPart of the…
guilt-push – Push patches onto the tree Synopsisguilt-push [ -f ] [-a | –all | -n <num> | <patchname>] Options-f Force the push if the patch doesncqt apply cleanly –all, -a Push all patches on the tree -n <num> Push specified number of patches <patchname> Push all patches up to and including this patch on…