Browse Source

multiple pages: rephrase without adjectives

Schneider 5 years ago
parent
commit
42152ed459

+ 1 - 1
pages/common/fd.md

@@ -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 - 1
pages/common/gradle.md

@@ -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 - 1
pages/common/hugo.md

@@ -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 - 1
pages/common/ipfs.md

@@ -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 - 1
pages/common/nikto.md

@@ -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 - 1
pages/common/rg.md

@@ -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 - 1
pages/common/xsv.md

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