{"id":20162563,"url":"https://github.com/zdharma-continuum/zsh-morpho","last_synced_at":"2025-08-01T03:06:09.809Z","repository":{"id":103427598,"uuid":"425226506","full_name":"zdharma-continuum/zsh-morpho","owner":"zdharma-continuum","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-16T04:42:51.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-08T00:09:22.446Z","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:28:14.000Z","updated_at":"2021-11-12T17:54:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"2ef7919a-b702-4f07-a4d0-1395f9226a4b","html_url":"https://github.com/zdharma-continuum/zsh-morpho","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zdharma-continuum/zsh-morpho","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzsh-morpho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzsh-morpho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzsh-morpho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzsh-morpho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zdharma-continuum","download_url":"https://codeload.github.com/zdharma-continuum/zsh-morpho/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzsh-morpho/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268162385,"owners_count":24205701,"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-08-01T02:00:08.611Z","response_time":67,"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:45.337Z","updated_at":"2025-08-01T03:06:09.789Z","avatar_url":"https://github.com/zdharma-continuum.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\n\nTerminal screen saver for Zshell. Implements morphogenesis and Mandelbrot images. Written in pure Zshell (possible\nthanks to floating point numbers and to `zsh/mathfunc` module). Supports running external commands, for example\n`cmatrix`.\n\nScreen saver will start after configured time, in last terminal in which a command has been executed.\n\nVideo – view on [asciinema](https://asciinema.org/a/47242). You can resize the video by pressing `Ctrl-+` or `Cmd-+`.\n\n[![asciicast](https://asciinema.org/a/47242.png)](https://asciinema.org/a/47242)\n\n## Configuration\n\nThere are 4 zstyles:\n\n```zsh\nzstyle \":morpho\" screen-saver \"zmorpho\" # select screen saver \"zmorpho\"; available: zmorpho, zmandelbrot, zblank, pmorpho\n                                        # this  can also be a command, e.g. \"cmatrix\"\nzstyle \":morpho\" arguments \"-s\"         # arguments given to screen saver program; -s - every key press ends\nzstyle \":morpho\" delay \"290\"            # 5 minutes before screen saver starts\nzstyle \":morpho\" check-interval \"60\"    # check every 1 minute if to run screen saver\n```\n\nTo test screen savers run them directly from command line, e.g. issue \"`pmorpho`\".\n\n## Installation\n\nThe plugin is \"standalone\", which means that only sourcing it is needed. So to install, unpack `zsh-morpho` somewhere\nand add `source {where-zsh-morpho-is}/zsh-morpho.plugin.zsh` to `zshrc`.\n\nIf using a plugin manager, then `Zinit` is recommended, but you can use any other too, and also install with `Oh My Zsh`\n(by copying directory to `~/.oh-my-zsh/custom/plugins`).\n\n### [Zinit](https://github.com/zdharma-continuum/zinit)\n\nAdd `zinit load zdharma-continuum/zsh-morpho` to `.zshrc`. The plugin will be loaded next time you start `Zsh`. To\nupdate issue `zinit update zdharma-continuum/zsh-morpho` from command line.\n\n### Zgen\n\nAdd `zgen load zdharma-continuum/zsh-morpho` to `.zshrc` and issue a `zgen reset` (this assumes that there is a proper\n`zgen save` construct in `.zshrc`).\n\n### Antigen\n\nAdd `antigen bundle zdharma-continuum/zsh-morpho` to `.zshrc`. There also should be `antigen apply`.\n\n### Oh-My-Zsh\n\n1. `cd ~/.oh-my-zsh/custom/plugins`\n1. `git clone https://github.com/zdharma-continuum/zsh-morpho.git`\n1. Add `zsh-morpho` to your plugin list\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdharma-continuum%2Fzsh-morpho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzdharma-continuum%2Fzsh-morpho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdharma-continuum%2Fzsh-morpho/lists"}