diff --git a/pages.es/common/gvim.md b/pages.es/common/gvim.md new file mode 100644 index 0000000000..83a31675ba --- /dev/null +++ b/pages.es/common/gvim.md @@ -0,0 +1,13 @@ +# gvim + +> Una versión de interfaz gráfica de usuario de Vim (Vi IMproved), un editor de texto de línea de comandos. +> Vea también: `vimdiff`, `vimtutor`, `nvim`, `vim`. +> Más información: . + +- Abre `gvim`: + +`gvim` + +- Abre un archivo específico: + +`gvim {{ruta/al/archivo}}` diff --git a/pages/common/go-bug.md b/pages/common/go-bug.md index 768259bce8..8d189d0fcc 100644 --- a/pages/common/go-bug.md +++ b/pages/common/go-bug.md @@ -1,7 +1,7 @@ # go bug > Report a bug. -> More information: . +> More information: . - Open a web page to start a bug report: diff --git a/pages/common/go-build.md b/pages/common/go-build.md index 4f2c2247d0..334109eda8 100644 --- a/pages/common/go-build.md +++ b/pages/common/go-build.md @@ -1,7 +1,7 @@ # go build > Compile Go sources. -> More information: . +> More information: . - Compile a 'package main' file (output will be the filename without extension): diff --git a/pages/common/go-clean.md b/pages/common/go-clean.md index 803c821152..eab56de470 100644 --- a/pages/common/go-clean.md +++ b/pages/common/go-clean.md @@ -1,7 +1,7 @@ # go clean > Remove object files and cached files. -> More information: . +> More information: . - Print the remove commands instead of actually removing anything: diff --git a/pages/common/go-doc.md b/pages/common/go-doc.md index f68f0dd2f2..1a0d9dea5f 100644 --- a/pages/common/go-doc.md +++ b/pages/common/go-doc.md @@ -1,7 +1,7 @@ # go doc > View documentation for a package or symbol. -> More information: . +> More information: . - View documentation for the current package: diff --git a/pages/common/go-env.md b/pages/common/go-env.md index 2820bdd4e3..41e1471df8 100644 --- a/pages/common/go-env.md +++ b/pages/common/go-env.md @@ -1,7 +1,7 @@ # go env > Manage environment variables used by the Go toolchain. -> More information: . +> More information: . - Show all environment variables: diff --git a/pages/common/go-fix.md b/pages/common/go-fix.md index fcef7e8572..c712c813c4 100644 --- a/pages/common/go-fix.md +++ b/pages/common/go-fix.md @@ -1,7 +1,7 @@ # go fix > Update packages to use new APIs. -> More information: . +> More information: . - Update packages to use new APIs: diff --git a/pages/common/go-generate.md b/pages/common/go-generate.md index 8a1f3b746d..a902a2a6a6 100644 --- a/pages/common/go-generate.md +++ b/pages/common/go-generate.md @@ -1,7 +1,7 @@ # go generate > Generate Go files by running commands within source files. -> More information: . +> More information: . - Generate Go files by running commands within source files: diff --git a/pages/common/go-list.md b/pages/common/go-list.md index 8ded827e4c..313fea2cde 100644 --- a/pages/common/go-list.md +++ b/pages/common/go-list.md @@ -1,7 +1,7 @@ # go list > List packages or modules. -> More information: . +> More information: . - List packages: diff --git a/pages/common/go-mod.md b/pages/common/go-mod.md index 0d18048640..2ae8e9c2ac 100644 --- a/pages/common/go-mod.md +++ b/pages/common/go-mod.md @@ -1,7 +1,7 @@ # go mod > Module maintenance. -> More information: . +> More information: . - Initialize new module in current directory: diff --git a/pages/common/go-version.md b/pages/common/go-version.md index 6ff1551492..1fe9ccfd63 100644 --- a/pages/common/go-version.md +++ b/pages/common/go-version.md @@ -1,7 +1,7 @@ # go version > Display Go version. -> More information: . +> More information: . - Display version: diff --git a/pages/common/go.md b/pages/common/go.md index 3b77b1c817..c037f46703 100644 --- a/pages/common/go.md +++ b/pages/common/go.md @@ -2,7 +2,7 @@ > Manage Go source code. > Some subcommands such as `build` have their own usage documentation. -> More information: . +> More information: . - Download and install a package, specified by its import path: diff --git a/pages/common/gofmt.md b/pages/common/gofmt.md index 2242782208..a33685e479 100644 --- a/pages/common/gofmt.md +++ b/pages/common/gofmt.md @@ -1,7 +1,7 @@ # gofmt > Format Go source code. -> More information: . +> More information: . - Format a file and display the result to the console: diff --git a/pages/common/goimports.md b/pages/common/goimports.md index 5660831177..ce3bbe8945 100644 --- a/pages/common/goimports.md +++ b/pages/common/goimports.md @@ -1,7 +1,7 @@ # goimports > Updates Go import lines, adding missing ones and removing unreferenced ones. -> More information: . +> More information: . - Display the completed import source file: diff --git a/pages/common/gst-launch-1.0.md b/pages/common/gst-launch-1.0.md index 2b4382b7d8..24e3b9f2ad 100644 --- a/pages/common/gst-launch-1.0.md +++ b/pages/common/gst-launch-1.0.md @@ -31,3 +31,7 @@ - Multiplex together test video and test audio into a file: `gst-launch-1.0 {{[-e|--eos-on-shutdown]}} videotestsrc ! x264enc ! {{element_name}}. audiotestsrc ! opusenc ! {{element_name}}. matroskamux name={{element_name}} ! filesink location={{path/to/file.mkv}}` + +- Dump a pipeline into a `.dot` file which can then be rendered with tools like `dot`: + +`GST_DEBUG_DUMP_DOT_DIR={{path/to/directory}} gst-launch-1.0 {{pipeline}}` diff --git a/pages/common/hugo-server.md b/pages/common/hugo-server.md index 55c3501f16..e93964228f 100644 --- a/pages/common/hugo-server.md +++ b/pages/common/hugo-server.md @@ -9,7 +9,7 @@ - Build and serve a site on a specified port number: -`hugo server --port {{port_number}}` +`hugo server {{[-p|--port]}} {{port_number}}` - Build and serve a site while minifying supported output formats (HTML, XML, etc.): @@ -17,8 +17,8 @@ - Build and serve a site in the production environment with full re-renders while minifying supported formats: -`hugo server --environment {{production}} --disableFastRender --minify` +`hugo server {{[-e|--environment]}} {{production}} --disableFastRender --minify` - Display help: -`hugo server --help` +`hugo server {{[-h|--help]}}` diff --git a/pages/common/hugo.md b/pages/common/hugo.md index 9962fe477e..68f42cbf48 100644 --- a/pages/common/hugo.md +++ b/pages/common/hugo.md @@ -22,7 +22,7 @@ - Build a site including pages that are marked as a "draft": -`hugo --buildDrafts` +`hugo {{[-D|--buildDrafts]}}` - Build a site on your local IP: @@ -30,7 +30,7 @@ - Build a site to a given directory: -`hugo --destination {{path/to/destination}}` +`hugo {{[-d|--destination]}} {{path/to/destination}}` - Build a site, start up a webserver to serve it, and automatically reload when pages are edited: