{"id":27258885,"url":"https://github.com/grimmerk/terminal-title-change","last_synced_at":"2025-12-14T15:29:28.822Z","repository":{"id":57474301,"uuid":"149317805","full_name":"grimmerk/terminal-title-change","owner":"grimmerk","description":"A Python CLI package to change terminal title on macOS. For zsh with \"oh my zsh\" theme, you need to set DISABLE_AUTO_TITLE=”true” in ~/.zshrc. Why it does not work on Windows \u0026 Ubuntu: https://github.com/grimmer0125/terminal-title-change/wiki. Download Stats: https://pepy.tech/project/termtitle ","archived":false,"fork":false,"pushed_at":"2021-04-21T15:44:59.000Z","size":13,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-25T04:44:42.597Z","etag":null,"topics":["escape-sequences","macos","xterm"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/termtitle/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grimmerk.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-18T16:17:52.000Z","updated_at":"2025-04-11T11:08:47.000Z","dependencies_parsed_at":"2022-09-12T19:40:23.120Z","dependency_job_id":null,"html_url":"https://github.com/grimmerk/terminal-title-change","commit_stats":null,"previous_names":["grimmerk/terminal-title-change","grimmer0125/terminal-title-change"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/grimmerk/terminal-title-change","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grimmerk%2Fterminal-title-change","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grimmerk%2Fterminal-title-change/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grimmerk%2Fterminal-title-change/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grimmerk%2Fterminal-title-change/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grimmerk","download_url":"https://codeload.github.com/grimmerk/terminal-title-change/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grimmerk%2Fterminal-title-change/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280901469,"owners_count":26410586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["escape-sequences","macos","xterm"],"created_at":"2025-04-11T03:50:59.485Z","updated_at":"2025-10-25T03:36:57.828Z","avatar_url":"https://github.com/grimmerk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"terminal title change\n=====================\n\nEnd user Installation via Homebrew\n----------------------------------\n\n``brew install termtitle``\n\nIf it is not accessable, try \n\n``brew install https://raw.githubusercontent.com/grimmer0125/homebrew-core/termtitle/Formula/termtitle.rb``\n\nEnd user Installation via pip\n-----------------------------\n\n.. image:: https://img.shields.io/pypi/dw/termtitle.svg\n\nThare are several ways to install, and it depends on your Python environment and preference.\n\n1. default system python + install globally (accessable for each user)\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n``sudo pip install termtitle``\n\n2. default system python + install in current user folder\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n``pin install --user termtitle``.\n\nBut you need to add Python bin directories to PATH,\n\n- test it first, ``python2.7 -m site \u0026\u003e /dev/null \u0026\u0026 PATH=\"$PATH:`python2.7 -m site --user-base`/bin\"`` (ref: https://stackoverflow.com/a/48380776/7354486)\n- ``termtitle random_title``\n- if you see your titles change, then you can permanently change your PATH, ``echo 'export PATH=\"$PATH:`python2.7 -m site --user-base`/bin\"' \u003e\u003e~/.bash_profile``\n\n3. Python3+pip3 (which might be from \"brew install python3\")\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n``pip3 install termtitle``.\n\n4. non system Python of pyenv\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n``pip install termtitle``.\n\nUsage\n---------------------\n\nIf you are using zsh and this package does not take effect, you might need to set `DISABLE_AUTO_TITLE=\"true\"` in `~/.zshrc` and restart shell to try again.\n\n\n- ``termtitle demo_project_root``\n- ``termtitle 這是秘密的鋼彈計劃``\n- ``termtitle サイボーグ009のメンバー``\n- ``termtitle \"\"`` # reset the title to empty\n\n\nDev\n---------------------\n\nlocal test:\n\n- Install: `python setup.py install`\n- Uninstall: `pip uninstall termtitle`\n\npublish:\n\n1. change ``version=\"x.y.z`` in ``setup.py``\n2. ``python setup.py check --restructuredtext -s`` do some check before publishing\n3. ``python setup.py sdist``\n4. Use twine to publish: ``twine upload dist/*``\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrimmerk%2Fterminal-title-change","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrimmerk%2Fterminal-title-change","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrimmerk%2Fterminal-title-change/lists"}