mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 01:15:45 +02:00
multiple pages: rephrase without adjectives (#3846)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com> Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
parent
ed97d6dc9e
commit
8211b80c17
5 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# ag
|
# ag
|
||||||
|
|
||||||
> The Silver Searcher. Like ack, but faster.
|
> The Silver Searcher. Like ack, but aims to be faster.
|
||||||
> More information: <https://github.com/ggreer/the_silver_searcher>.
|
> More information: <https://github.com/ggreer/the_silver_searcher>.
|
||||||
|
|
||||||
- Find files containing "foo", and print the line matches in context:
|
- Find files containing "foo", and print the line matches in context:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# bmaptool
|
# bmaptool
|
||||||
|
|
||||||
> Create or Copy blockmaps intelligently (and therefore faster than `cp` or `dd`).
|
> Create or copy block maps intelligently (designed to be faster than `cp` or `dd`).
|
||||||
> More information: <https://source.tizen.org/documentation/reference/bmaptool>.
|
> More information: <https://source.tizen.org/documentation/reference/bmaptool>.
|
||||||
|
|
||||||
- Create a blockmap from image file:
|
- Create a blockmap from image file:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# bup
|
# bup
|
||||||
|
|
||||||
> Backup system based on the git packfile format, providing fast incremental saves and global deduplication.
|
> Backup system based on the git packfile format, providing incremental saves and global deduplication.
|
||||||
> More information: <https://github.com/bup/bup>.
|
> More information: <https://github.com/bup/bup>.
|
||||||
|
|
||||||
- Initialize a backup repository in the specified local directory:
|
- Initialize a backup repository in the specified local directory:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# restic
|
# restic
|
||||||
|
|
||||||
> Fast, secure, efficient backup program.
|
> A backup program that aims to be fast, secure and efficient.
|
||||||
> More information: <https://restic.net>.
|
> More information: <https://restic.net>.
|
||||||
|
|
||||||
- Initialize a backup repository in the specified local directory:
|
- Initialize a backup repository in the specified local directory:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# zola
|
# zola
|
||||||
|
|
||||||
> A fast static site generator in a single binary with everything built-in.
|
> A static site generator in a single binary with everything built-in.
|
||||||
> More information: <https://www.getzola.org/documentation/getting-started/cli-usage/>.
|
> More information: <https://www.getzola.org/documentation/getting-started/cli-usage/>.
|
||||||
|
|
||||||
- Create the directory structure used by Zola at the given directory:
|
- Create the directory structure used by Zola at the given directory:
|
||||||
|
|
Loading…
Add table
Reference in a new issue