# zcmds_win32
[![Linting](https://github.com/zackees/zcmds_win32/actions/workflows/lint.yml/badge.svg)](https://github.com/zackees/zcmds_win32/actions/workflows/lint.yml)
[![Win_Tests](https://github.com/zackees/zcmds_win32/actions/workflows/push_win.yml/badge.svg)](https://github.com/zackees/zcmds_win32/actions/workflows/push_win.yml)
Optional zcmds package for win32 to make it feel more like a linux distribution. This is a great package to use if you want to
use things like `tee`, `grep` and unix commands and have it work on windows.
# Commands
* cat
* cp
* du
* git-bash
* grep
* home
* false
* id
* ls
* md5sum
* mv
* nano
* pico
* ps
* open
* rm
* true
* test
* tee
* touch
* unzip
* which
* wc
* xargs
* uniq
* uname
* fixvmmem
* If CPU consumption for vmmem high, run this command to fix it.
* yes
# Install (normal)
* `python -m pip install zcmds`
# Install (dev):
* `git clone https://github.com/zackees/zcmds_win32`
* `cd zcmds_win32`
* `python -pip install -e .`
# Release Notes
* 1.2.26: Adds missing dll files that aren't found coincidentally on some systems.
* 1.2.24: Includes the tools in 1.2.21 for use.
* 1.2.21: `basename`, `awk` and `[` for compatibility.
* 1.2.19: `python3` and `pip3` now map to `python` and `pip`
* 1.2.18: Better `bash`, which now paths the default git-bash `/usr/bin``
* 1.2.17: Added `date`
* 1.2.16: `open` now accepts double back slashes.
* 1.2.15: Adds `realpath` and `uname` to git-bash utils.
* 1.2.14: Fixes `bash` from missing file.
* 1.2.13: Adds `bash` from git-bash and `dirname`.
* 1.2.12: `sshpass` and now `zcmds_win32 --install` to force re-download of unix tools.
* 1.2.10: `open` now handles git paths
* 1.2.9: Fix `ssh-keygen` trampoline and other new ssh commands.
* 1.2.8: Improved `open` command to now open extensionless text files
* 1.2.7: Adds ssh related tools for windows from git-bash.
* 1.2.4: Fixes `open` when passing in a '.' directory.
* 1.2.3: `home` now works in non C: drive
* 1.2.2: Adds `make` tool for building code.
* 1.2.1: Adds tool `dig`
* 1.0.26: When sublime is opened via `open` it now opens in it's own window.
* 1.0.25: Fix `open` for python 3.9
* 1.0.24: Add `sed`
* 1.0.23: Yank 1.0.21/22
* 1.0.20: Adds `uniq` and `uname`
* 1.0.19: Change default text editor to sublime over textpad
* 1.0.18: Adds `true` and `false` and `timeout`
* 1.0.17: Minor fixes.
* 1.0.16: Adds `xargs`, `ps`, `id`, `wc`, `md5sum`, `tee`
* 1.0.15: fixed 'no' command, which doesn't exist.
* 1.0.13: Adds `yes`
* 1.0.12: open tries to find a text editor.
* 1.0.11: Adds `sudo_win32[sudo]`
* 1.0.10: Fixes `fixvmmem` which now uses elevated_exec
* 1.0.9: Fixes `open` when using forward slashes
* 1.0.8: Fixes `open` when using `open .`
* 1.0.7: Fixes missing `fixvmmem`
* 1.0.5: `open` now assumes current directory if no path is given
* 1.0.4: `fixvmmem` now runs in elevated privledges
* 1.0.3: Adds `fixvmmem`
* 1.0.2: Adds `unzip`
* 1.0.1: Adds `pico/nano`
* 1.0.0: Moved zcmds_win32 from zcmds
Raw data
{
"_id": null,
"home_page": null,
"name": "zcmds-win32",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "zcmds, win32, zcmds_win32, zcmds-win32, cli, command line, command line interface",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/7e/17/4bb270fa9b1fb43816e8895b99108ee303b5dc1723dad88877ea8b3a582e/zcmds_win32-1.2.26.tar.gz",
"platform": null,
"description": "# zcmds_win32\r\n\r\n[![Linting](https://github.com/zackees/zcmds_win32/actions/workflows/lint.yml/badge.svg)](https://github.com/zackees/zcmds_win32/actions/workflows/lint.yml)\r\n[![Win_Tests](https://github.com/zackees/zcmds_win32/actions/workflows/push_win.yml/badge.svg)](https://github.com/zackees/zcmds_win32/actions/workflows/push_win.yml)\r\n\r\nOptional zcmds package for win32 to make it feel more like a linux distribution. This is a great package to use if you want to\r\nuse things like `tee`, `grep` and unix commands and have it work on windows.\r\n\r\n# Commands\r\n\r\n * cat\r\n * cp\r\n * du\r\n * git-bash\r\n * grep\r\n * home\r\n * false\r\n * id\r\n * ls\r\n * md5sum\r\n * mv\r\n * nano\r\n * pico\r\n * ps\r\n * open\r\n * rm\r\n * true\r\n * test\r\n * tee\r\n * touch\r\n * unzip\r\n * which\r\n * wc\r\n * xargs\r\n * uniq\r\n * uname\r\n * fixvmmem\r\n * If CPU consumption for vmmem high, run this command to fix it.\r\n * yes\r\n\r\n\r\n# Install (normal)\r\n * `python -m pip install zcmds`\r\n\r\n\r\n# Install (dev):\r\n\r\n * `git clone https://github.com/zackees/zcmds_win32`\r\n * `cd zcmds_win32`\r\n * `python -pip install -e .`\r\n\r\n\r\n# Release Notes\r\n * 1.2.26: Adds missing dll files that aren't found coincidentally on some systems.\r\n * 1.2.24: Includes the tools in 1.2.21 for use.\r\n * 1.2.21: `basename`, `awk` and `[` for compatibility.\r\n * 1.2.19: `python3` and `pip3` now map to `python` and `pip`\r\n * 1.2.18: Better `bash`, which now paths the default git-bash `/usr/bin``\r\n * 1.2.17: Added `date`\r\n * 1.2.16: `open` now accepts double back slashes.\r\n * 1.2.15: Adds `realpath` and `uname` to git-bash utils.\r\n * 1.2.14: Fixes `bash` from missing file.\r\n * 1.2.13: Adds `bash` from git-bash and `dirname`.\r\n * 1.2.12: `sshpass` and now `zcmds_win32 --install` to force re-download of unix tools.\r\n * 1.2.10: `open` now handles git paths\r\n * 1.2.9: Fix `ssh-keygen` trampoline and other new ssh commands.\r\n * 1.2.8: Improved `open` command to now open extensionless text files\r\n * 1.2.7: Adds ssh related tools for windows from git-bash.\r\n * 1.2.4: Fixes `open` when passing in a '.' directory.\r\n * 1.2.3: `home` now works in non C: drive\r\n * 1.2.2: Adds `make` tool for building code.\r\n * 1.2.1: Adds tool `dig`\r\n * 1.0.26: When sublime is opened via `open` it now opens in it's own window.\r\n * 1.0.25: Fix `open` for python 3.9\r\n * 1.0.24: Add `sed`\r\n * 1.0.23: Yank 1.0.21/22\r\n * 1.0.20: Adds `uniq` and `uname`\r\n * 1.0.19: Change default text editor to sublime over textpad\r\n * 1.0.18: Adds `true` and `false` and `timeout`\r\n * 1.0.17: Minor fixes.\r\n * 1.0.16: Adds `xargs`, `ps`, `id`, `wc`, `md5sum`, `tee`\r\n * 1.0.15: fixed 'no' command, which doesn't exist.\r\n * 1.0.13: Adds `yes`\r\n * 1.0.12: open tries to find a text editor.\r\n * 1.0.11: Adds `sudo_win32[sudo]`\r\n * 1.0.10: Fixes `fixvmmem` which now uses elevated_exec\r\n * 1.0.9: Fixes `open` when using forward slashes\r\n * 1.0.8: Fixes `open` when using `open .`\r\n * 1.0.7: Fixes missing `fixvmmem`\r\n * 1.0.5: `open` now assumes current directory if no path is given\r\n * 1.0.4: `fixvmmem` now runs in elevated privledges\r\n * 1.0.3: Adds `fixvmmem`\r\n * 1.0.2: Adds `unzip`\r\n * 1.0.1: Adds `pico/nano`\r\n * 1.0.0: Moved zcmds_win32 from zcmds\r\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License",
"summary": "Cross platform(ish) productivity commands written in python.",
"version": "1.2.26",
"project_urls": null,
"split_keywords": [
"zcmds",
" win32",
" zcmds_win32",
" zcmds-win32",
" cli",
" command line",
" command line interface"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "db760541eb4ceb436a4a23df5b132946e8b61b8db2f60838cd8f413c69c3e378",
"md5": "370ed0ec8d3dd849430eb3f0d6546d61",
"sha256": "5c1689d001a163b7d57faa8060057da2b5075aece4836fca8bb1776f50a98af3"
},
"downloads": -1,
"filename": "zcmds_win32-1.2.26-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "370ed0ec8d3dd849430eb3f0d6546d61",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 21083,
"upload_time": "2024-07-08T23:03:07",
"upload_time_iso_8601": "2024-07-08T23:03:07.223166Z",
"url": "https://files.pythonhosted.org/packages/db/76/0541eb4ceb436a4a23df5b132946e8b61b8db2f60838cd8f413c69c3e378/zcmds_win32-1.2.26-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7e174bb270fa9b1fb43816e8895b99108ee303b5dc1723dad88877ea8b3a582e",
"md5": "fe92c5088ab707e37519a5e89851d2ec",
"sha256": "810b62168adc1816e34b33c687d0f2d7071a6935581a35ecf0e01a1c79f3f5dc"
},
"downloads": -1,
"filename": "zcmds_win32-1.2.26.tar.gz",
"has_sig": false,
"md5_digest": "fe92c5088ab707e37519a5e89851d2ec",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 18048,
"upload_time": "2024-07-08T23:03:08",
"upload_time_iso_8601": "2024-07-08T23:03:08.529732Z",
"url": "https://files.pythonhosted.org/packages/7e/17/4bb270fa9b1fb43816e8895b99108ee303b5dc1723dad88877ea8b3a582e/zcmds_win32-1.2.26.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-08 23:03:08",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "zcmds-win32"
}