mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01: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
|
||||
|
||||
> A simple, fast and user-friendly alternative to `find`.
|
||||
> A alternative to `find`.
|
||||
> More information: <https://github.com/sharkdp/fd>.
|
||||
|
||||
- Find files matching the given pattern in the current directory:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# gradle
|
||||
|
||||
> Gradle is an advanced open source build automation system.
|
||||
> Gradle is an open source build automation system.
|
||||
> More information: <https://gradle.org>.
|
||||
|
||||
- Compile a package:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# hugo
|
||||
|
||||
> Hugo is a fast and flexible static site generator.
|
||||
> Hugo is a static site generator.
|
||||
> More information: <https://gohugo.io>.
|
||||
|
||||
- Create a new Hugo site:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ipfs
|
||||
|
||||
> 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>.
|
||||
|
||||
- Add a file from local to the file system, pin it and print the relative hash:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# 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>.
|
||||
|
||||
- Perform a basic Nikto scan against a target host:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# ripgrep
|
||||
|
||||
> A fast command-line search tool.
|
||||
> A command-line search tool.
|
||||
> More information: <https://github.com/BurntSushi/ripgrep>.
|
||||
|
||||
- Recursively search the current directory for a regex pattern:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# 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>.
|
||||
|
||||
- Inspect the headers of a file:
|
||||
|
|
Loading…
Add table
Reference in a new issue