Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

25
linux/ico Normal file
View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# ico
> Displays an animation of a polyhedron.
> More information: <https://manned.org/ico.1>.
- Display the wireframe of an icosahedron that changes its position every 0.1 seconds:
`ico -sleep {{0.1}}`
- Display a solid icosahedron with red faces on a blue background:
`ico -faces -noedges -colors {{red}} -bg {{blue}}`
- Display the wireframe of a cube with size 100x100 that moves by +1+2 per frame:
`ico -obj {{cube}} -size {{100x100}} -delta {{+1+2}}`
- Display the inverted wireframe of an icosahedron with line width 10 using 5 threads:
`ico -i -lw {{10}} -threads {{5}}`