terminal title change
=====================
End user Installation
---------------------
1. default system python + install globally
^^^^^^^^^^^^^^^^^^^^^
``sudo pip install termtitle``
2. default system python + install in user folder
^^^^^^^^^^^^^^^^^^^^^
``pin install --user termtitle``.
But you need to modify your path, e.g.
``python2.7 -m site &> /dev/null && PATH="$PATH:`python2.7 -m site --user-base`/bin"``
(ref: https://stackoverflow.com/a/48380776/7354486)
[Not tested] cases of Python 3 from homebrew should be the same as 1. & 2. except pip3 instead.
3. pyenv non system Python
^^^^^^^^^^^^^^^^^^^^^
``pip install termtitle``.
Usage
---------------------
- ``termtitle demo_project_root``
- ``termtitle 這是秘密的鋼彈計劃``
- ``termtitle サイボーグ009のメンバー``
- ``termtitle`` # reset the title to empty
Dev
---------------------
publish:
1. ``python setup.py check --restructuredtext -s`` do some check before publishing
2. ``python setup.py sdist``
3. Use twine to publish: ``twine upload dist/*``
=====================
End user Installation
---------------------
1. default system python + install globally
^^^^^^^^^^^^^^^^^^^^^
``sudo pip install termtitle``
2. default system python + install in user folder
^^^^^^^^^^^^^^^^^^^^^
``pin install --user termtitle``.
But you need to modify your path, e.g.
``python2.7 -m site &> /dev/null && PATH="$PATH:`python2.7 -m site --user-base`/bin"``
(ref: https://stackoverflow.com/a/48380776/7354486)
[Not tested] cases of Python 3 from homebrew should be the same as 1. & 2. except pip3 instead.
3. pyenv non system Python
^^^^^^^^^^^^^^^^^^^^^
``pip install termtitle``.
Usage
---------------------
- ``termtitle demo_project_root``
- ``termtitle 這是秘密的鋼彈計劃``
- ``termtitle サイボーグ009のメンバー``
- ``termtitle`` # reset the title to empty
Dev
---------------------
publish:
1. ``python setup.py check --restructuredtext -s`` do some check before publishing
2. ``python setup.py sdist``
3. Use twine to publish: ``twine upload dist/*``
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
termtitle-0.1.5.tar.gz
(1.9 kB
view details)
File details
Details for the file termtitle-0.1.5.tar.gz.
File metadata
- Download URL: termtitle-0.1.5.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b484277c0a376aebec3d86d49c80625d36ac305cd16f23e4bdd05d2e3dbfa8d
|
|
| MD5 |
a4ad38a7ff9540ba047436f961709e54
|
|
| BLAKE2b-256 |
f2a3540d3189fb80f348c69f072d98802f07d8a980180c213e9c2d337e7df427
|