Skip to content

Commit d7c72e2

Browse files
committed
Preparing to launch
1 parent d52a4d3 commit d7c72e2

File tree

5 files changed

+23
-13
lines changed

5 files changed

+23
-13
lines changed

Images/lash_print2.png

408 KB
Loading

README.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Lash, the py-package ![](Images/desktop.png)![](Images/lash_gif.gif)
22

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.
55

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.
88

99
~ **Installing:** `pip install lash` ~ **Executing:** `python -m lash` ~ **help-sec**: `--help`
1010

11-
![image][]
11+
![](Images/lash_print2.png)
1212
**Access [KevBoyz-Docs/lash](https://kevboyz.github.io/KevBoyz-Docs/sub-pages/documentations/lash/index.html) for documentation.
1313
[Pypi/lash](https://pypi.org/project/lash/1.2.1/) for Pypi page.** <br>
1414
**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
4848

4949
# Release notes
5050

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+
5161
## v1.2.5 - Web scraping
5262

5363
* Read Wikipedia articles/summaries with `wiki`
5464
* 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
5969

6070
## v1.2.4 - Media support
6171

lash/video_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from lash.Exportables.fileTools import get_last, get_ext, path_no_file
1414

1515

16-
@click.group('video', help='Video tolls')
16+
@click.group('video', help='Video tools')
1717
def video():
1818
...
1919

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
include_package_data = True
21
[metadata]
32
description-file = README.md
43
license_file = LICENSE

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
description='CLI tools package to desktop',
1212
long_description="""
1313
This package provides a set of desktop tools that simplify and
14-
automate repetitive processes. Lash also has utility functions
14+
automate multiple processes. Lash also has utility functions
1515
that cover some needs of desktop users, like image handling, spy
1616
tools, scheduling, math and others.
1717
@@ -27,7 +27,8 @@
2727
url='https://github.com/KevBoyz/Lash',
2828
keywords='''
2929
toll tolls toolkit keylogger auto-clicker zip organize files file-handler os random schedule spy spyware
30-
ransomware crypt encrypt system utility images edition cli hacker utilities injection invasion
30+
ransomware crypt encrypt system utility images edition cli hacker utilities injection invasion work
31+
management wikipedia youtube download music email github
3132
''',
3233
python_requires=">=3.11",
3334
install_requires=[

0 commit comments

Comments
 (0)