Name | scfetch JSON |
Version |
2.0.3
JSON |
| download |
home_page | None |
Summary | minimal fetch program for windows, linux and macos |
upload_time | 2024-12-07 10:14:32 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.12 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# scfetch
minimal fetch program written in python for linux, mac and windows.
## installation
for latest release:
```bash
pip install scfetch
```
for latest commit:
```bash
pip install git+https://github.com/sctech-tr/scfetch.git
```
## usage
```bash
scfetch
```
## what does it show
- os logo (win, mac, linux)
- os
- host
- kernel
- uptime
- arch
- shell
- resolution
- cpu
- gpu
- ram
- de/wm
- battery
- disk usage
- python version
- locale
- private ip
- public ip
- mac address
- colored bar to identify terminal colors
## args
- `--color`: specify the theme color. available colors: red, green, yellow, blue, magenta, cyan, white
example:
```bash
scfetch --color red
```
## config
define custom theme colors in `~/.config/scfetch.json` (`~/scfetch.json` for windows)
available colors: red, green, yellow, blue, magenta, cyan, white
```json
{"color": "cyan"}
```
## public todo
- [x] add parameters for colors
- [ ] add parameters for ascii art
- [ ] update detection (get via pip)
- [x] distro ascii art (low priority)
Raw data
{
"_id": null,
"home_page": null,
"name": "scfetch",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "sctech <gamerselimiko@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/6a/5e/f7fa80ce9599333a73b73907604ad49e07a93225c01409f6bc552cb7e7a6/scfetch-2.0.3.tar.gz",
"platform": null,
"description": "# scfetch\nminimal fetch program written in python for linux, mac and windows.\n## installation\nfor latest release:\n```bash\npip install scfetch\n```\nfor latest commit:\n```bash\npip install git+https://github.com/sctech-tr/scfetch.git\n```\n## usage\n```bash\nscfetch\n```\n## what does it show\n- os logo (win, mac, linux)\n- os\n- host\n- kernel\n- uptime\n- arch\n- shell\n- resolution\n- cpu\n- gpu\n- ram\n- de/wm\n- battery\n- disk usage\n- python version\n- locale\n- private ip\n- public ip\n- mac address\n- colored bar to identify terminal colors\n## args\n- `--color`: specify the theme color. available colors: red, green, yellow, blue, magenta, cyan, white \nexample:\n```bash\nscfetch --color red\n```\n## config\ndefine custom theme colors in `~/.config/scfetch.json` (`~/scfetch.json` for windows)\navailable colors: red, green, yellow, blue, magenta, cyan, white\n```json\n{\"color\": \"cyan\"}\n```\n## public todo\n- [x] add parameters for colors\n- [ ] add parameters for ascii art\n- [ ] update detection (get via pip)\n- [x] distro ascii art (low priority)\n",
"bugtrack_url": null,
"license": null,
"summary": "minimal fetch program for windows, linux and macos",
"version": "2.0.3",
"project_urls": {
"source": "https://github.com/sctech-tr/scfetch"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0bf6c02ef44556419ccea62249bab2654baf57de42adf26da434e498113ddce4",
"md5": "5e0e813149631178f1a6644630ec2cd7",
"sha256": "ebbaddc695ba64a2c5b6eab9a498fd17b3dc4e1125ed47a763de0c32f6e76b0f"
},
"downloads": -1,
"filename": "scfetch-2.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5e0e813149631178f1a6644630ec2cd7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 13894,
"upload_time": "2024-12-07T10:14:30",
"upload_time_iso_8601": "2024-12-07T10:14:30.713528Z",
"url": "https://files.pythonhosted.org/packages/0b/f6/c02ef44556419ccea62249bab2654baf57de42adf26da434e498113ddce4/scfetch-2.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6a5ef7fa80ce9599333a73b73907604ad49e07a93225c01409f6bc552cb7e7a6",
"md5": "78f53f9100a5849b6c3dfdbfc87bc95e",
"sha256": "540b1daa1d73d276c0a3b337dea0019bc4777c3e66ea51553a204ac6950815f3"
},
"downloads": -1,
"filename": "scfetch-2.0.3.tar.gz",
"has_sig": false,
"md5_digest": "78f53f9100a5849b6c3dfdbfc87bc95e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 9857,
"upload_time": "2024-12-07T10:14:32",
"upload_time_iso_8601": "2024-12-07T10:14:32.679139Z",
"url": "https://files.pythonhosted.org/packages/6a/5e/f7fa80ce9599333a73b73907604ad49e07a93225c01409f6bc552cb7e7a6/scfetch-2.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-07 10:14:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sctech-tr",
"github_project": "scfetch",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "scfetch"
}