@@ -8,14 +8,14 @@ line interface, having syntax similar to cli's linux, with options args and help
8
8
9
9
![ image] [ ]
10
10
11
- Access [ KevBoyz-Docs/lash] ( https://kevboyz.github.io/KevBoyz-Docs/sub-pages/documentations/lash/index.html ) for the full documentation.
11
+ ** Installing:** ` pip install lash `
12
+ ** Executing:** ` python -m lash `
12
13
13
- ## Lash overview
14
+ Access [ KevBoyz-Docs/lash ] ( https://kevboyz.github.io/KevBoyz-Docs/sub-pages/documentations/lash/index.html ) for documentation.
14
15
15
- * Installing:* ` pip install lash `
16
- * Executing* : ` python -m lash `
16
+ ## Some examples
17
17
18
- ## Compress file in zip archive
18
+ ### Compress file in zip archive
19
19
20
20
$ py -m lash zip compress C:\Users\User\Documents
21
21
Compacting archives, please wait...
@@ -29,7 +29,7 @@ Access [KevBoyz-Docs/lash](https://kevboyz.github.io/KevBoyz-Docs/sub-pages/docu
29
29
process completed, 206 files compacted
30
30
31
31
32
- # Scheduling commands execution
32
+ ### Scheduling commands execution
33
33
34
34
$ py -m lash sched run --help
35
35
Usage: -m sched run [OPTIONS] command <hours> <minutes> <seconds>
@@ -56,9 +56,17 @@ You can get the config.py path with `lash getconfig` command
56
56
57
57
# Release notes
58
58
59
- ## v1.2.0 - General Upgrade
60
-
61
- *
59
+ ## v1.2.0x - General upgrade
60
+
61
+ * Image handling implemented: Flip\Resize
62
+ * * Sched* group upgraded: better syntax and display
63
+ * * Zip* group upgraded: better syntax, display, no errors and new options
64
+ * ` spy crypt ` upgraded: better syntax and new options (-cl, -ex)
65
+ * ` autoclick ` upgraded: only single and double click option
66
+ * ` web new ` fixed, generting files correctly now
67
+ * ` random upgraded ` : Generate random sequences with numbers letters and specials
68
+ * New command for ` web ` : ` ghscrape ` → scrap a Github profile
69
+ * New command for ` zip ` : ` zipview ` → view the files inside a zip archive
62
70
63
71
## v1.1.3.1 - Readme from Pypi page
64
72
0 commit comments