mytot


Namemytot JSON
Version 2024.5.968613 PyPI version JSON
download
home_pageNone
SummaryTool of Tool
upload_time2024-05-01 03:38:31
maintainerNone
docs_urlNone
authorXin-Xin Ma
requires_pythonNone
licenseGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mytot
My tool of tool

TASK
---------
```bash
TASK [script_file]
```
跑一个程序,如果程序已经在运行,则不执行;
输出的日志为~/.cache/task_log/out.[date]
* 如果script_file以".sh"结尾,则使用`bash script_file`进行执行
* 如果script_file以".py"结尾,则使用`python script_file`进行执行

RUN
--------
```bash
RUN [script_file]
```
跑一个程序,并将其放置后台,输入的日志为./log/[script_file].run

KILL
----------
```bash
KILL [key word] [-9 or -15]
```
根据关键字杀掉相关的进程

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mytot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Xin-Xin Ma",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# mytot\nMy tool of tool\n\nTASK\n---------\n```bash\nTASK [script_file]\n```\n\u8dd1\u4e00\u4e2a\u7a0b\u5e8f\uff0c\u5982\u679c\u7a0b\u5e8f\u5df2\u7ecf\u5728\u8fd0\u884c\uff0c\u5219\u4e0d\u6267\u884c;\n\u8f93\u51fa\u7684\u65e5\u5fd7\u4e3a~/.cache/task_log/out.[date]\n* \u5982\u679cscript_file\u4ee5\".sh\"\u7ed3\u5c3e\uff0c\u5219\u4f7f\u7528`bash script_file`\u8fdb\u884c\u6267\u884c\n* \u5982\u679cscript_file\u4ee5\".py\"\u7ed3\u5c3e\uff0c\u5219\u4f7f\u7528`python script_file`\u8fdb\u884c\u6267\u884c\n\nRUN\n--------\n```bash\nRUN [script_file]\n```\n\u8dd1\u4e00\u4e2a\u7a0b\u5e8f\uff0c\u5e76\u5c06\u5176\u653e\u7f6e\u540e\u53f0\uff0c\u8f93\u5165\u7684\u65e5\u5fd7\u4e3a./log/[script_file].run\n\nKILL\n----------\n```bash\nKILL [key word] [-9 or -15]\n```\n\u6839\u636e\u5173\u952e\u5b57\u6740\u6389\u76f8\u5173\u7684\u8fdb\u7a0b\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Tool of Tool",
    "version": "2024.5.968613",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5585376fe0afb50e2689dc7e0c0093cdd10bad2890b904b441c49ef276ce1ada",
                "md5": "c3b5c4a5eee1a5a80af441fff5a5cdb6",
                "sha256": "8eb5aa74d88a8945983fe1fed6683f0cfdee7725de228ee5f4cf7a3d78b08bdf"
            },
            "downloads": -1,
            "filename": "mytot-2024.5.968613-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c3b5c4a5eee1a5a80af441fff5a5cdb6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 27767,
            "upload_time": "2024-05-01T03:38:31",
            "upload_time_iso_8601": "2024-05-01T03:38:31.305819Z",
            "url": "https://files.pythonhosted.org/packages/55/85/376fe0afb50e2689dc7e0c0093cdd10bad2890b904b441c49ef276ce1ada/mytot-2024.5.968613-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-01 03:38:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mytot"
}
        
Elapsed time: 0.25602s