{"id":28547089,"url":"https://github.com/skywind3000/tcz_cd","last_synced_at":"2025-10-07T08:15:52.538Z","repository":{"id":82864434,"uuid":"315797949","full_name":"skywind3000/tcz_cd","owner":"skywind3000","description":"Autojump for Total Commander !!","archived":false,"fork":false,"pushed_at":"2020-11-25T02:42:57.000Z","size":15,"stargazers_count":12,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-11T16:55:52.320Z","etag":null,"topics":["autojump","cd","fuzzy-finder","total-commander"],"latest_commit_sha":null,"homepage":"","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/skywind3000.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-11-25T01:37:59.000Z","updated_at":"2025-05-09T12:05:29.000Z","dependencies_parsed_at":"2023-03-02T04:45:56.648Z","dependency_job_id":null,"html_url":"https://github.com/skywind3000/tcz_cd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skywind3000/tcz_cd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Ftcz_cd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Ftcz_cd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Ftcz_cd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Ftcz_cd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skywind3000","download_url":"https://codeload.github.com/skywind3000/tcz_cd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Ftcz_cd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278740857,"owners_count":26037483,"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-07T02:00:06.786Z","response_time":59,"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":["autojump","cd","fuzzy-finder","total-commander"],"created_at":"2025-06-10T00:09:16.865Z","updated_at":"2025-10-07T08:15:52.267Z","avatar_url":"https://github.com/skywind3000.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Preface\n\nA fuzzy `cd` command for Total Commander by learning your habit.\n\n\n## Features\n\n`tcz_cd` can study the directory history in TC and helps you change directory rapidly with a fuzzy finder:\n\n![](https://raw.githubusercontent.com/skywind3000/images/master/p/tcz_cd/demo.png)\n\nPossibilities:\n\n- Jump in history directories (aka, Most Recently Used dirs).\n- Jump in project directories.\n- Jump forward.\n- Jump backward.\n\n## Requirements\n\nInstall one of the supported fuzzy finders (`peco`, `gof` and `fzf`) in your windows:\n\n```dosbatch\nscoop install peco\n```\n\n`peco` and `gof` are recommended because `fzf` cannot display wide unicode characters correctly in Windows.\n\n## Installation\n\nCopy tcz_cd.py into one of the subdirectory:\n\n```\ncd totalcmd\nmkdir tools\ncopy /path/to/tcz.py tools\n```\n\nThe commands above will copy `tcz.py` into `%COMMANDER_PATH%\\tools`.\n\nEdit your `usercmd.ini` and add the following code:\n\n```dosini \n[em_tcz_mru]\ncmd=%COMMANDER_PATH%\\tools\\tcz_cd.py\nparam=-m\n\n[em_tcz_forward]\ncmd=%COMMANDER_PATH%\\tools\\tcz_cd.py\nparam=-f\n\n[em_tcz_backward]\ncmd=%COMMANDER_PATH%\\tools\\tcz_cd.py\nparam=-b\n\n[em_tcz_project]\ncmd=%COMMANDER_PATH%\\tools\\tcz_cd.py\nparam=-p\n\n[em_tcz_root]\ncmd=%COMMANDER_PATH%\\tools\\tcz_cd.py\nparam=-r\n```\nAfter this, you can try `em_tcz_mru` in TC's command line. If it works correctly, assign a keymap for these commands, edit `wincmd.ini`:\n\n```\n[Shortcuts]\nA+L=em_tcz_mru\nA+P=em_tcz_forward\n```\n\n## Usage\n\nType `em_tcz_mru` in your tc's command line:\n\n![](https://raw.githubusercontent.com/skywind3000/images/master/p/tcz_cd/tcz_cmd.png)\n\nPress `ENTER` and fuzzy finder peco will display:\n\n![](https://raw.githubusercontent.com/skywind3000/images/master/p/tcz_cd/peco.png)\n\nTry to input something, press `ENTER` to accept, `ESC` to give up and `CTRL`+`J`/`K` to move cursor up and down.\n\nOnce a candidate is accepted by `ENTER`, it will tell tc to change the current directory to the destination.\n\n## Credit\n\nTornado\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskywind3000%2Ftcz_cd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskywind3000%2Ftcz_cd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskywind3000%2Ftcz_cd/lists"}