{"id":16129137,"url":"https://github.com/laughedelic/fish_logo","last_synced_at":"2025-03-16T09:32:13.614Z","repository":{"id":43833713,"uuid":"60303399","full_name":"laughedelic/fish_logo","owner":"laughedelic","description":"🐠 Fish shell colorful ASCII-art logo","archived":false,"fork":false,"pushed_at":"2020-11-26T01:23:01.000Z","size":15,"stargazers_count":127,"open_issues_count":0,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-17T02:38:46.698Z","etag":null,"topics":["ascii-art","ascii-art-logo","fish","fish-functions","fish-packages","fish-plugin","fish-plugins","fish-shell","fisher","fishshell","logo","oh-my-fish","oh-my-fish-plugin"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/laughedelic.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}},"created_at":"2016-06-02T23:12:54.000Z","updated_at":"2024-08-09T18:53:16.000Z","dependencies_parsed_at":"2022-09-07T02:41:05.336Z","dependency_job_id":null,"html_url":"https://github.com/laughedelic/fish_logo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laughedelic%2Ffish_logo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laughedelic%2Ffish_logo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laughedelic%2Ffish_logo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laughedelic%2Ffish_logo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laughedelic","download_url":"https://codeload.github.com/laughedelic/fish_logo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221661458,"owners_count":16859527,"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","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":["ascii-art","ascii-art-logo","fish","fish-functions","fish-packages","fish-plugin","fish-plugins","fish-shell","fisher","fishshell","logo","oh-my-fish","oh-my-fish-plugin"],"created_at":"2024-10-09T22:08:55.762Z","updated_at":"2024-10-27T10:17:54.164Z","avatar_url":"https://github.com/laughedelic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fish_logo\n\n[![](https://img.shields.io/badge/license-MIT-blue.svg)](https://www.tldrlegal.com/l/mit)\n[![](https://fisherman-wharf.herokuapp.com/badge.svg)](https://fisherman-wharf.herokuapp.com)\n\nThis plugin adds a function to print out the [fish-shell](http://fish.sh) ASCII-art logo. And it's customizable! See [Usage](#usage) and [Examples](#examples).\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg\n    width=\"400\"\n    src=\"https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/default-base16-colors.png\"\n  /\u003e\n\u003c/div\u003e\n\n\n## Installation\n\n* Using [Fisher](https://github.com/jorgebucaran/fisher):\n  ```shell\n  fisher install laughedelic/fish_logo\n  ```\n\n* Using [oh-my-fish](https://github.com/oh-my-fish/oh-my-fish):\n  ```shell\n  omf install fish_logo\n  ```\n\n\n## Usage\n\n* This plugin adds the `fish_logo` function with the following _positional_ arguments:\n\n  | # | Argument       | Default  |\n  |--:|:---------------|:--------:|\n  | 1 | outer color    |  `red`   |\n  | 2 | medium color   |  `f70`   |\n  | 3 | inner color    | `yellow` |\n  | 4 | \"mouth\" symbol |   `[`    |\n  | 5 | eye symbol     |   `O`    |\n\n* Colors are any valid arguments of the [`set_color`](http://fish.sh/docs/current/commands.html#set_color) command: named colors, 3 or 6 hex digits. Named colors are _autocompleted_.\n\n* To \"skip\" an argument (e.g. use the default), just pass an empty one:\n\n  ```fish\n  fish_logo f00 '' ff0\n  ```\n\n* If you don't want colors, you can use\n\n  ```fish\n  fish_logo normal normal normal\n  ```\n\n* There are several variations of the logo with different symbols used for its \"mouth\" and eye. The defaults correspond to the logo on the fish-shell website. Another variation of the logo seen in the wild uses `L` and `@` symbols:\n\n  ```fish\n  fish_logo '' '' '' L @\n  ```\n\n  This really affects how the fish looks, so try to experiment with it yourself.\n\n* You can add this logo to your [fish greeting](http://fish.sh/docs/current/index.html#greeting) with this function:\n\n  ```fish\n  function fish_greeting\n      fish_logo\n  end\n  ```\n\n  Just write it to `~/.config/fish/functions/fish_greeting.fish` and you will see it every time you start a new session.\n\n\n## Examples\n\nNote, that named colors will be interpreted by _your terminal_, so the overall look of the logo will \"adapt\" to your terminal color scheme.  \n\nThe orange color is not in the standard 8-colors palette, so the default for it is hardcoded, but anyway it should look well with different variations of red and yellow.\n\n| Terminal |  Typeface  | Color Schemes |\n|:--------:|:----------:|:-------------:|\n| [iTerm2] | [mononoki] |   [base16]    |\n\n| ![red-google]      | ![blue-londontube] | ![red-default]      |\n|:-------------------|:-------------------|:--------------------|\n| ![blue-harmonic16] | ![red-solarized-l] | ![red-solarized]    |\n| ![red-monokai]     | ![blue-solarized]  | ![blue-solarized-l] |\n\n\n## Credits\n\nThis work is based on the following findings:\n\n- In the [fish-shell repo](https://github.com/fish-shell/fish-shell):\n  + [`doc_src/ascii_fish.png`](https://github.com/fish-shell/fish-shell/blob/master/doc_src/ascii_fish.png)\n  + [`doc_src/branding/`](https://github.com/fish-shell/fish-shell/tree/master/doc_src/branding) with the graphical logo made by [@stestagg](https://github.com/stestagg)\n  + discussion in [#114](https://github.com/fish-shell/fish-shell/issues/114) and the [function](https://github.com/fish-shell/fish-shell/issues/114#issuecomment-24101750) by [@xfix](https://github.com/xfix)\n- [gist](https://gist.github.com/siteshwar/5472791) by [@siteshwar](https://github.com/siteshwar) with a variation of the logo\n\n\n[iTerm2]: http://iterm2.com/\n[mononoki]: http://madmalik.github.io/mononoki/\n[base16]: https://github.com/chriskempson/base16/\n\n[red-bright]:      https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/red-base16-bright.dark.png\n[red-colors]:      https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/red-base16-colors.dark.png\n[red-flat]:        https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/red-base16-flat.dark.png\n[red-default]:     https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/red-base16-default.dark.png\n[red-monokai]:     https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/red-base16-monokai.dark.png\n[red-solarized]:   https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/red-base16-solarized.dark.png\n[red-google]:      https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/red-base16-google.dark.png\n[red-tomorrow]:    https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/red-base16-tomorrow.dark.png\n[red-solarized-l]: https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/red-base16-solarized.light.png\n\n[blue-3024]:        https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/blue-base16-3024.dark.png\n[blue-eighties]:    https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/blue-base16-eighties.dark.png\n[blue-harmonic16]:  https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/blue-base16-harmonic16.dark.png\n[blue-londontube]:  https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/blue-base16-londontube.dark.png\n[blue-solarized]:   https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/blue-base16-solarized.dark.png\n[blue-solarized-l]: https://gist.githubusercontent.com/laughedelic/b7d5e572b0a35afd51fd40a2d9eef66b/raw/blue-base16-solarized.light.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaughedelic%2Ffish_logo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaughedelic%2Ffish_logo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaughedelic%2Ffish_logo/lists"}