Skip to content

Commit 4ab25df

Browse files
committed
Update taglines
1 parent 2a2e16b commit 4ab25df

2,324 files changed

Lines changed: 9417 additions & 1988 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/commands/MAKEDEV.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# TAGLINE
2+
3+
creates device files in /dev
4+
15
# TLDR
26

37
**Create standard devices**
@@ -50,8 +54,6 @@ _DEVICE_
5054

5155
The tool is largely obsolete with udev. Used in static /dev setups or initial ramdisks.
5256

53-
MAKEDEV creates device files.
54-
5557
# CAVEATS
5658

5759
Obsolete with udev/devtmpfs. Requires root. Static device creation only.

assets/commands/NetworkManager.conf.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# TAGLINE
2+
3+
main configuration file for NetworkManager
4+
15
# TLDR
26

37
**Basic configuration**

assets/commands/NetworkManager.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# TAGLINE
2+
3+
daemon that manages network connections
4+
15
# TLDR
26

37
**Show connection status**

assets/commands/cargo.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# TAGLINE
2+
3+
rust package manager and build system
4+
15
# TLDR
26

37
**Build** project

assets/commands/gsutil.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# TAGLINE
2+
3+
command-line tool for Google Cloud Storage
4+
15
# TLDR
26

37
**List buckets**
@@ -34,9 +38,9 @@
3438

3539
# DESCRIPTION
3640

37-
**gsutil** is a command-line tool for Google Cloud Storage. It manages buckets and objects, handling uploads, downloads, synchronization, and access control.
41+
**gsutil** is a command-line tool for interacting with Google Cloud Storage (GCS). It provides commands for creating and deleting buckets, uploading and downloading objects, synchronizing local directories with remote bucket paths, and managing access control lists (ACLs) and bucket policies. Objects are referenced using the `gs://bucket/path` URI scheme.
3842

39-
The tool supports parallel operations, resumable transfers, and integrates with other Google Cloud services. It's the primary interface for Cloud Storage management.
43+
For large-scale operations, the `-m` flag enables parallel, multi-threaded execution of commands like `cp`, `mv`, `rm`, and `rsync`, significantly improving throughput when working with many files or large datasets. Transfers are resumable by default -- interrupted uploads and downloads can be retried without starting over. gsutil also supports server-side features such as object versioning, lifecycle management, and cross-bucket replication, and it authenticates through the Google Cloud SDK's credential system.
4044

4145
# PARAMETERS
4246

assets/commands/gt.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# TAGLINE
2+
3+
CLI for stacked diffs workflow
4+
15
# TLDR
26

37
**Create new branch**
@@ -50,8 +54,6 @@ _COMMAND_
5054

5155
The tool integrates with GitHub for pull request management. It simplifies rebasing and updating of branch stacks.
5256

53-
gt manages stacked branches for code review.
54-
5557
# CAVEATS
5658

5759
Requires GitHub. Workflow differs from traditional git. Opinionated branching model.

assets/commands/gtf.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# TAGLINE
2+
3+
calculates VESA Generalized Timing Formula modelines
4+
15
# TLDR
26

37
**Generate modeline for 1920x1080@60Hz**
@@ -46,8 +50,6 @@ _REFRESH_
4650

4751
The tool outputs modelines suitable for xorg.conf. It's useful for setting up custom display modes not automatically detected.
4852

49-
gtf calculates display timing modelines.
50-
5153
# CAVEATS
5254

5355
Modern systems auto-detect modes. May damage older monitors. Use cvt for newer standard.

assets/commands/gthumb.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# TAGLINE
2+
3+
GNOME image viewer and browser
4+
15
# TLDR
26

37
**Open image browser**
@@ -50,8 +54,6 @@ _FILES_
5054

5155
The application handles common image formats and provides tools for resizing, cropping, and color adjustment. It integrates with GNOME desktop.
5256

53-
gThumb views and manages image collections.
54-
5557
# CAVEATS
5658

5759
GNOME dependencies. Some features require plugins. Memory usage scales with library size.

assets/commands/gtk-launch.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# TAGLINE
2+
3+
launches applications using their
4+
15
# TLDR
26

37
**Launch** an application

assets/commands/gtkwave.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# TAGLINE
2+
3+
waveform viewer for digital simulation results
4+
15
# TLDR
26

37
**Open waveform file**

0 commit comments

Comments
 (0)