mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 23:49:44 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,3 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Request the DHCP server for new leases:
|
||||
|
||||
`sudo dhcpcd {{[-n|--rebind]}}`
|
||||
|
||||
- Print (dump) the last acquired lease for a given interface and exit:
|
||||
|
||||
`sudo dhcpcd {{[-U|--dumplease]}} {{interface_name}}`
|
||||
|
||||
42
tldr/linux/neo
Normal file
42
tldr/linux/neo
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# neo
|
||||
|
||||
> Simulate the digital rain from "The Matrix".
|
||||
> See also: `cmatrix`.
|
||||
> More information: <https://manned.org/neo>.
|
||||
|
||||
- Set scroll speed and asynchronous columns:
|
||||
|
||||
`neo {{[-S|--speed]}} {{12}} {{[-a|--async]}}`
|
||||
|
||||
- Change text color and colormode:
|
||||
|
||||
`neo {{[-c|--color]}} {{green}} --colormode {{256}}`
|
||||
|
||||
- Display a centered message:
|
||||
|
||||
`neo {{[-m|--message]}} "{{Hello World}}"`
|
||||
|
||||
- Set droplet density and glitch percentage:
|
||||
|
||||
`neo {{[-d|--density]}} {{2.0}} {{[-G|--glitchpct]}} {{20.0}}`
|
||||
|
||||
- Use a specific charset:
|
||||
|
||||
`neo --charset {{ascii|greek|cyrillic|arabic|braille|runic|...}}`
|
||||
|
||||
- Clear the screen:
|
||||
|
||||
`<Space>`
|
||||
|
||||
- Exit neo:
|
||||
|
||||
`{{<Esc>|<q>}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`neo {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user