mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-06 01:13:19 +02:00
multiple pages: rephrase without adjectives
This commit is contained in:
parent
472516a4be
commit
42152ed459
7 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# fd
|
# fd
|
||||||
|
|
||||||
> A simple, fast and user-friendly alternative to `find`.
|
> A alternative to `find`.
|
||||||
> More information: <https://github.com/sharkdp/fd>.
|
> More information: <https://github.com/sharkdp/fd>.
|
||||||
|
|
||||||
- Find files matching the given pattern in the current directory:
|
- Find files matching the given pattern in the current directory:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# gradle
|
# gradle
|
||||||
|
|
||||||
> Gradle is an advanced open source build automation system.
|
> Gradle is an open source build automation system.
|
||||||
> More information: <https://gradle.org>.
|
> More information: <https://gradle.org>.
|
||||||
|
|
||||||
- Compile a package:
|
- Compile a package:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# hugo
|
# hugo
|
||||||
|
|
||||||
> Hugo is a fast and flexible static site generator.
|
> Hugo is a static site generator.
|
||||||
> More information: <https://gohugo.io>.
|
> More information: <https://gohugo.io>.
|
||||||
|
|
||||||
- Create a new Hugo site:
|
- Create a new Hugo site:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ipfs
|
# ipfs
|
||||||
|
|
||||||
> Inter Planetary File System.
|
> Inter Planetary File System.
|
||||||
> A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.
|
> A peer-to-peer hypermedia protocol.
|
||||||
> More information: <https://ipfs.io>.
|
> More information: <https://ipfs.io>.
|
||||||
|
|
||||||
- Add a file from local to the file system, pin it and print the relative hash:
|
- Add a file from local to the file system, pin it and print the relative hash:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# nikto
|
# nikto
|
||||||
|
|
||||||
> Web server scanner which performs comprehensive tests against web servers for multiple items.
|
> Web server scanner which performs tests against web servers for multiple items.
|
||||||
> More information: <https://cirt.net/Nikto2>.
|
> More information: <https://cirt.net/Nikto2>.
|
||||||
|
|
||||||
- Perform a basic Nikto scan against a target host:
|
- Perform a basic Nikto scan against a target host:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# ripgrep
|
# ripgrep
|
||||||
|
|
||||||
> A fast command-line search tool.
|
> A command-line search tool.
|
||||||
> More information: <https://github.com/BurntSushi/ripgrep>.
|
> More information: <https://github.com/BurntSushi/ripgrep>.
|
||||||
|
|
||||||
- Recursively search the current directory for a regex pattern:
|
- Recursively search the current directory for a regex pattern:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# xsv
|
# xsv
|
||||||
|
|
||||||
> A fast CSV command line toolkit written in Rust.
|
> A CSV command line toolkit written in Rust.
|
||||||
> More information: <https://github.com/BurntSushi/xsv>.
|
> More information: <https://github.com/BurntSushi/xsv>.
|
||||||
|
|
||||||
- Inspect the headers of a file:
|
- Inspect the headers of a file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue