File tree Expand file tree Collapse file tree 6 files changed +304
-69
lines changed Expand file tree Collapse file tree 6 files changed +304
-69
lines changed Original file line number Diff line number Diff line change
1
+ node_modules /
2
+ .DS_Store
Original file line number Diff line number Diff line change
1
+ {
2
+ "tabWidth": 2,
3
+ "useTabs": false,
4
+ "semi": false,
5
+ "trailingComma": "all",
6
+ "singleQuote": true
7
+ }
Original file line number Diff line number Diff line change 1
1
# wipeclean
2
2
3
- tired of the old and unintresting clear commande ?
4
- Do you want your error messages to be slowly wiped away ?
3
+ Tired of the old and unintresting clear command?
4
+ Do you want your error messages to be slowly wiped away?
5
5
Then try wipeclean!
6
6
7
- ` npm install wipeclean -g `
7
+ ` npm install wipeclean -g `
8
+
9
+ ## Usage
10
+
11
+ Run the animation:
12
+
13
+ ` wipeclean `
8
14
9
15
to run the program just wripe:
10
16
11
17
` wipeclean `
12
18
13
19
![ ezgif-1-e28b5aae8c] ( https://user-images.githubusercontent.com/60259431/155228227-a429c2ae-a003-41d0-b8de-a6fa8b7413c7.gif )
20
+
21
+ ## Options
22
+
23
+ Configurable values are stored in ` ~/.wipeclean/config.json. `
24
+
25
+ Set the brush speed (in frames per second):
26
+
27
+ ` wipeclean -s <speed> `
28
+
29
+ ` wipeclean --speed <speed> `
You can’t perform that action at this time.
0 commit comments