mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:06:00 +02:00
multiple pages: fix syntax
This commit is contained in:
parent
e114af1132
commit
334c0b4fa3
8 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Network exploration tool and security / port scanner.
|
||||
> Some features only activate when Nmap is run with privileges.
|
||||
> Homepage: <https://nmap.org>
|
||||
> Homepage: <https://nmap.org>.
|
||||
|
||||
- Try to determine whether the specified hosts are up and what are their names:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# node
|
||||
|
||||
> Server-side JavaScript platform (Node.js).
|
||||
> Homepage: <https://nodejs.org>
|
||||
> Homepage: <https://nodejs.org>.
|
||||
|
||||
- Run a JavaScript file:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# php
|
||||
|
||||
> PHP command line interface.
|
||||
> Homepage: <https://php.net>
|
||||
> Homepage: <https://php.net>.
|
||||
|
||||
- Parse and execute a php script:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# pip
|
||||
|
||||
> Python package manager.
|
||||
> Homepage: <https://pip.pypa.io>
|
||||
> Homepage: <https://pip.pypa.io>.
|
||||
|
||||
- Install a package:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Simple and unified Python development workflow.
|
||||
> Manages packages and the virtual environment for a project.
|
||||
> Homepage: <https://pypi.org/project/pipenv>
|
||||
> Homepage: <https://pypi.org/project/pipenv>.
|
||||
|
||||
- Create a new project:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Generic machine emulator and virtualizer.
|
||||
> Supports a large variety of CPU architectures.
|
||||
> Homepage: <https://www.qemu.org>
|
||||
> Homepage: <https://www.qemu.org>.
|
||||
|
||||
- Boot from image emulating i386 architecture:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# repren
|
||||
|
||||
> Multi-pattern string replacement and file renaming tool.
|
||||
> Homepage: <https://github.com/jlevy/repren>
|
||||
> Homepage: <https://github.com/jlevy/repren>.
|
||||
|
||||
- Do a dry-run renaming a folder of pngs with a literal string replacement:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# eyeD3
|
||||
|
||||
> Read and manipulate metadata of MP3 files.
|
||||
> Homepage: <https://eyed3.readthedocs.io/en/latest/>
|
||||
> Homepage: <https://eyed3.readthedocs.io/en/latest/>.
|
||||
|
||||
- View information about an MP3 file:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue