{"id":20162565,"url":"https://github.com/zdharma-continuum/zsh-startify","last_synced_at":"2026-06-29T07:31:47.110Z","repository":{"id":46119522,"uuid":"425221641","full_name":"zdharma-continuum/zsh-startify","owner":"zdharma-continuum","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-16T04:44:31.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T00:09:22.710Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zdharma-continuum.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}},"created_at":"2021-11-06T11:03:17.000Z","updated_at":"2021-11-19T12:25:07.000Z","dependencies_parsed_at":"2024-11-14T00:27:10.316Z","dependency_job_id":"4c20495a-f93a-4e7e-a821-052dfd1ee0cc","html_url":"https://github.com/zdharma-continuum/zsh-startify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zdharma-continuum/zsh-startify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzsh-startify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzsh-startify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzsh-startify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzsh-startify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zdharma-continuum","download_url":"https://codeload.github.com/zdharma-continuum/zsh-startify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzsh-startify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34918101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"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":[],"created_at":"2024-11-14T00:25:46.447Z","updated_at":"2026-06-29T07:31:47.097Z","avatar_url":"https://github.com/zdharma-continuum.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*\n\n- [zsh-startify](#zsh-startify)\n- [Screenshots](#screenshots)\n- [Installation](#installation)\n  - [Any plugin manager](#any-plugin-manager)\n  - [zinit](#zinit)\n- [Quick Start](#quick-start)\n  - [Zstyles](#zstyles)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n# zsh-startify\n\nA plugin that aims at providing what [vim-startify](https://github.com/mhinz/vim-startify) plugin does, but in Zsh. The\nanalogy isn't fully easy to make. `vim-startify` states:\n\n\u003e It provides dynamically created headers or footers and uses configurable lists to show recently used or bookmarked\n\u003e files and persistent sessions.\n\nzsh-startify:\n\n- shows recently used files if used by a shell-utill command, with name of the command(s) on othe right,\n- shows recently used vim files,\n- will show active tmux sessions,\n- will show statistics of most popular aliases in use,\n- will show recently visited projects (i.e. `git` repositories, but also directories with a `Makefile`, a\n  `CMakeLists.txt`, a `configure` script, etc. – a very advanced feature, inherited from `zsh-startify`'s predecessor:\n  `zdharma-continuum/zaccumulator` plugin),\n- will show recently ran `git` commands, with analysis of e.g. recently checked-out branches,\n- will cooperate with any bookmarking plugins to show their bookmarks.\n\n# Screenshots\n\n![zsh-startify](https://raw.githubusercontent.com/zdharma-continuum/zsh-startify/img/zsh-startify.png)\n\n# Installation\n\n## Any plugin manager\n\nIssue the regular loading command of your plugin manager, pointing it to `zdharma-continuum/zsh-startify`. Then, add\ninvocation of `zsh-startify` to the end of `~/.zshrc`:\n\n```zsh\n% tail -n 5 ~/.zshrc                (git)-[master●]\n#zmodload -i zsh/sched\n#schedprompt\n\n# ADD TO ~/.zshrc\nzsh-startify\n```\n\n## [Zinit](https://github.com/zdharma-continuum/zinit)\n\n```zsh\n# Option A – normal load without Turbo-Mode\nzinit ice atload'zsh-startify'\nzinit load zdharma-continuum/zsh-startify\n\n# Option B – a load with Turbo-Mode being in use\nzinit ice wait'0' lucid atload'zsh-startify'\nzinit load zdharma-continuum/zsh-startify\n```\n\nThe first option (A) loads the plugin synchronously, at the time of execution of the `zinit load ...` command. The\nsecond option (B) loads in an asynchronous manner, 0 seconds after the prompt being first displayed.\n\n# Quick Start\n\n`zsh-startify` accumulates data in its own history file. To pre-fill it quickly with a few of entries (basing on the\nregular history) you can run the `__from-zhistory-accumulate` command.\n\n## Zstyles\n\nThe zstyles used to configure the plugin (add such commands anywhere in the `zshrc`):\n\n```zsh\nzstyle \":plugin:zsh-startify:shellutils\" size 5  # The size of the recently used file list (default: 5)\nzstyle \":plugin:zsh-startify:vim\" size 5         # The size of the recently opened in Vim list (default: 5)\n```\n\n\u003c!-- vim:tw=87\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdharma-continuum%2Fzsh-startify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzdharma-continuum%2Fzsh-startify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdharma-continuum%2Fzsh-startify/lists"}