tcmd


Nametcmd JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/merwin-asm/tcmd
SummaryA tool for listing the most used commands
upload_time2023-06-05 06:26:20
maintainer
docs_urlNone
authorCactochan
requires_python
license
keywords terminal tcmd commands top list rank tools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Tcmd 

### About 
Tcmd stands for top commands. This tool can be used to see the most used commands. The tool was written in python3 and is pretty simple. It can be downloaded from pypi. 


### Requirements
- works on windows , linux and macOS (tested on **Debian**)
- python3 (Tcmd written in python3)
- pip (Installation is done via pip)
- python module **rich**, is installed automatically (if it wasnt found use *pip install rich*)


### Installation
```sh
pip install tcmd
```
Or  *with pip3*
```sh
pip3 install tcmd
```

#### Use / Demo

Command : 
```sh
tcmd
```
Output : 

<img src="https://cdn.discordapp.com/attachments/951417646191083551/1115161846052298834/image.png">



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/merwin-asm/tcmd",
    "name": "tcmd",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "terminal,tcmd,commands,top,list,rank,tools",
    "author": "Cactochan",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/12/1f/20abd61bd2cb01ce04f0b9e6ddb0460d7a842d28ce8b2a39817eabb1a516/tcmd-0.0.1.tar.gz",
    "platform": "any",
    "description": "\n# Tcmd \n\n### About \nTcmd stands for top commands. This tool can be used to see the most used commands. The tool was written in python3 and is pretty simple. It can be downloaded from pypi. \n\n\n### Requirements\n- works on windows , linux and macOS (tested on **Debian**)\n- python3 (Tcmd written in python3)\n- pip (Installation is done via pip)\n- python module **rich**, is installed automatically (if it wasnt found use *pip install rich*)\n\n\n### Installation\n```sh\npip install tcmd\n```\nOr  *with pip3*\n```sh\npip3 install tcmd\n```\n\n#### Use / Demo\n\nCommand : \n```sh\ntcmd\n```\nOutput : \n\n<img src=\"https://cdn.discordapp.com/attachments/951417646191083551/1115161846052298834/image.png\">\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A tool for listing the most used commands",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/merwin-asm/tcmd"
    },
    "split_keywords": [
        "terminal",
        "tcmd",
        "commands",
        "top",
        "list",
        "rank",
        "tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "121f20abd61bd2cb01ce04f0b9e6ddb0460d7a842d28ce8b2a39817eabb1a516",
                "md5": "dff4e311d3e35d33c829bffd44b62ff4",
                "sha256": "6a6f4abddbe2da24bb55393c33654248fc01052aff094cc1c77100f8183ba3a7"
            },
            "downloads": -1,
            "filename": "tcmd-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dff4e311d3e35d33c829bffd44b62ff4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3165,
            "upload_time": "2023-06-05T06:26:20",
            "upload_time_iso_8601": "2023-06-05T06:26:20.529503Z",
            "url": "https://files.pythonhosted.org/packages/12/1f/20abd61bd2cb01ce04f0b9e6ddb0460d7a842d28ce8b2a39817eabb1a516/tcmd-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-05 06:26:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "merwin-asm",
    "github_project": "tcmd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tcmd"
}
        
Elapsed time: 0.07078s