diff --git a/pages/common/fd.md b/pages/common/fd.md index c18f521ea..a4624961f 100644 --- a/pages/common/fd.md +++ b/pages/common/fd.md @@ -1,6 +1,6 @@ # fd -> A simple, fast and user-friendly alternative to `find`. +> A alternative to `find`. > More information: . - Find files matching the given pattern in the current directory: diff --git a/pages/common/gradle.md b/pages/common/gradle.md index 863009bfc..c598ef3a8 100644 --- a/pages/common/gradle.md +++ b/pages/common/gradle.md @@ -1,6 +1,6 @@ # gradle -> Gradle is an advanced open source build automation system. +> Gradle is an open source build automation system. > More information: . - Compile a package: diff --git a/pages/common/hugo.md b/pages/common/hugo.md index 29d57acd6..c27cb9923 100644 --- a/pages/common/hugo.md +++ b/pages/common/hugo.md @@ -1,6 +1,6 @@ # hugo -> Hugo is a fast and flexible static site generator. +> Hugo is a static site generator. > More information: . - Create a new Hugo site: diff --git a/pages/common/ipfs.md b/pages/common/ipfs.md index dc203709e..1a9c83a1d 100644 --- a/pages/common/ipfs.md +++ b/pages/common/ipfs.md @@ -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: . - Add a file from local to the file system, pin it and print the relative hash: diff --git a/pages/common/nikto.md b/pages/common/nikto.md index 452775440..4fd658255 100644 --- a/pages/common/nikto.md +++ b/pages/common/nikto.md @@ -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: . - Perform a basic Nikto scan against a target host: diff --git a/pages/common/rg.md b/pages/common/rg.md index c637b9bf8..abe8919bc 100644 --- a/pages/common/rg.md +++ b/pages/common/rg.md @@ -1,6 +1,6 @@ # ripgrep -> A fast command-line search tool. +> A command-line search tool. > More information: . - Recursively search the current directory for a regex pattern: diff --git a/pages/common/xsv.md b/pages/common/xsv.md index e344f594d..fb4586d9b 100644 --- a/pages/common/xsv.md +++ b/pages/common/xsv.md @@ -1,6 +1,6 @@ # xsv -> A fast CSV command line toolkit written in Rust. +> A CSV command line toolkit written in Rust. > More information: . - Inspect the headers of a file: