|
1 | 1 | # Lash, the py-package 
|
2 | 2 |
|
3 |
| -This package provides a set of desktop tools that simplify and automate repetitive |
4 |
| -processes. Lash also has utility functions that cover some needs of desktop users. |
| 3 | +This package provides a set of desktop tools that simplify and automate multiple |
| 4 | +processes. Lash also has utility functions that cover some needs of desktop users. |
5 | 5 |
|
6 |
| -Thinking about being simple and effective, Lash was developed with a command |
7 |
| -line interface, having syntax similar to cli's linux, with options args and help sections. |
| 6 | +Thinking about being simple and effective, Lash was developed with a command |
| 7 | +line interface, having syntax similar to cli's linux, with options args and help sections. |
8 | 8 |
|
9 | 9 | ~ **Installing:** `pip install lash` ~ **Executing:** `python -m lash` ~ **help-sec**: `--help`
|
10 | 10 |
|
11 |
| -![image][] |
| 11 | + |
12 | 12 | **Access [KevBoyz-Docs/lash](https://kevboyz.github.io/KevBoyz-Docs/sub-pages/documentations/lash/index.html) for documentation.
|
13 | 13 | [Pypi/lash](https://pypi.org/project/lash/1.2.1/) for Pypi page.** <br>
|
14 | 14 | **Updated version (pt-br): [7562Hall/lash](https://kevboyz.github.io/7562Hall/sub-pages/lash/index.html)**
|
@@ -48,14 +48,24 @@ line interface, having syntax similar to cli's linux, with options args and help
|
48 | 48 |
|
49 | 49 | # Release notes
|
50 | 50 |
|
| 51 | +## v1.2.6 - General upgrades |
| 52 | + |
| 53 | +* New command: `work` for time manage |
| 54 | +* New command `cartesian` for _math group_ |
| 55 | +* Better clock display for _sched group_ |
| 56 | +* Bugfix in `monitor` command |
| 57 | +* _Code review_ (All files) |
| 58 | +* Some commands and functions have been _documented_ |
| 59 | +* Some commands have been moved to other groups |
| 60 | + |
51 | 61 | ## v1.2.5 - Web scraping
|
52 | 62 |
|
53 | 63 | * Read Wikipedia articles/summaries with `wiki`
|
54 | 64 | * Read top news using `news` (Google News)
|
55 |
| -* Yt moved to web group, new feature: -list |
56 |
| -* Command new removed |
57 |
| -* Command taskkiler removed |
58 |
| -* Command Getconfig removed |
| 65 | +* Yt moved to _web group_, new feature: **-list** |
| 66 | +* Command _new_ removed |
| 67 | +* Command _taskkiler_ removed |
| 68 | +* Command _getconfig_ removed |
59 | 69 |
|
60 | 70 | ## v1.2.4 - Media support
|
61 | 71 |
|
|
0 commit comments