1
0
Fork 0
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:
Schneider 2019-10-07 17:06:56 -03:00 committed by Agniva De Sarker
parent 472516a4be
commit 42152ed459
7 changed files with 7 additions and 7 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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: