[
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.md",
    "content": "<!--\n  Hi there! Thank you for submitting a PR!\n\n  Before submitting, let's make sure of a few things.\n  Please ensure the following boxes are ticked if they apply.\n  If they do not, please try and fulfill them first.\n-->\n\n<!-- Checked checkbox should look like this: [x] -->\n\n## Checklist for submitting a pull request to `Terminals Are Sexy`:\n\n- [ ] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/terminals-are-sexy/blob/master/contributing.md) of this repo.\n- [ ] I have **searched** the [PRs](https://github.com/k4m4/terminals-are-sexy/pulls) of this repo and believe that this is not a duplicate.\n\n<!-- \n  Once all boxes are ticked, it would be very helpful if you could fill in the\n  following list with the appropriate information. \n--> \n\n- **Title**: <!-- Replace with project's title -->\n- **Link**: <!-- Replace with project's home link -->\n- **Category**: <!-- Replace with appropriate category -->\n- **Description**: <!-- Replace with brief description -->\n\n<!-- Thanks again! 🙌 ❤ -->\n"
  },
  {
    "path": ".gitignore",
    "content": "docs/index.md\nsite/\n.DS_Store\n*/.DS_Store"
  },
  {
    "path": ".travis.yml",
    "content": "matrix:\n  include:\n    - language: ruby\n      rvm: 2.2\n      before_script:\n        - gem install awesome_bot\n      script:\n        - ./terminals_are_sexy.sh\n        - awesome_bot readme.md --allow-dupe --allow-redirect\n\n    - language: python\n      python: 3.6.7\n      install:\n        - pip install mkdocs mkdocs-cinder\n        - wget https://raw.githubusercontent.com/k4m4/terminals-are-sexy/master/readme.md\n        - cat readme.md | sed -e '1,2d' -e '6,10d' > docs/index.md\n        - sed -i '5i<script async type=\"text/javascript\" src=\"//cdn.carbonads.com/carbon.js?serve=CE7DEK3E&placement=terminalsaresexy\" id=\"_carbonads_js\"></script>' docs/index.md\n        - rm -rf readme.md\n      script:\n        - mkdocs build --verbose --clean --strict\n      deploy:\n        provider: pages\n        skip_cleanup: true\n        github_token: $GITHUB_TOKEN\n        local_dir: site\n        on:\n          branch: master"
  },
  {
    "path": "Makefile",
    "content": "BASEDIR=$(CURDIR)\nDOCDIR=$(BASEDIR)/docs\n\ninstall:\n\tpip install mkdocs\n\nlink:\n\tln -sf $(BASEDIR)/README.md $(DOCDIR)/index.md\n\npreview:\n\t$(MAKE) link\n\tmkdocs serve\n\ndeploy:\n\t$(MAKE) link\n\tmkdocs gh-deploy --clean\n"
  },
  {
    "path": "code-of-conduct.md",
    "content": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as\ncontributors and maintainers pledge to making participation in our project and\nour community a harassment-free experience for everyone, regardless of age, body\nsize, disability, ethnicity, gender identity and expression, level of experience,\nnationality, personal appearance, race, religion, or sexual identity and\norientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment\ninclude:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or\nadvances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic\n  address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a\n  professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable\nbehavior and are expected to take appropriate and fair corrective action in\nresponse to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or\nreject comments, commits, code, wiki edits, issues, and other contributions\nthat are not aligned to this Code of Conduct, or to ban temporarily or\npermanently any contributor for other behaviors that they deem inappropriate,\nthreatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces\nwhen an individual is representing the project or its community. Examples of\nrepresenting a project or community include using an official project e-mail\naddress, posting via an official social media account, or acting as an appointed\nrepresentative at an online or offline event. Representation of a project may be\nfurther defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be\nreported by contacting the project team at nikolaskam@gmail.com. All\ncomplaints will be reviewed and investigated and will result in a response that\nis deemed necessary and appropriate to the circumstances. The project team is\nobligated to maintain confidentiality with regard to the reporter of an incident.\nFurther details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good\nfaith may face temporary or permanent repercussions as determined by other\nmembers of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,\navailable at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n"
  },
  {
    "path": "contributing.md",
    "content": "# Contribution Guidelines\n\n## Please ensure your pull request adheres to the following guidelines:\n\n* Make sure your submission is not a duplicate.\n* Follow the following format: `[RESOURCE](LINK) - DESCRIPTION.`\n* Keep descriptions short and simple.\n* End all descriptions with a full stop.\n* Check your spelling and grammar.\n* Make an individual pull request for each suggestion.\n* The pull request and commit should have a useful title.\n* Indent lines with spaces, not tabs.\n\nOnce a PR is submitted, it will need to be \"endorsed\". This entails that your pull request will be merged once more people show interest in your suggestion (i.e. react positively, comment on your pull-req etc).\n\n You can vote on Pull Requests with the [endorsement-needed](https://github.com/k4m4/terminals-are-sexy/labels/endorsement-needed) tag.\n\nPlease note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). \nBy participating in this project you agree to abide by its terms.\n\nYour contributions are much appreciated.\nThanks for your suggestions!\n"
  },
  {
    "path": "docs/CNAME",
    "content": "terminalsare.sexy"
  },
  {
    "path": "docs/index.css",
    "content": "#carbonads {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu,\n    Cantarell, \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n}\n\n#carbonads {\n    max-width: 330px;\n    background-color: hsl(0, 0%, 98%);\n    box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, .1);\n}\n\n#carbonads a {\n    color: inherit;\n    text-decoration: none;\n}\n\n#carbonads a:hover {\n    color: inherit;\n}\n\n#carbonads span {\n    position: relative;\n    display: block;\n    overflow: hidden;\n}\n\n#carbonads .carbon-wrap {\n    display: flex;\n}\n\n.carbon-img {\n    display: block;\n    margin: 0;\n    line-height: 1;\n}\n\n.carbon-img img {\n    display: block;\n}\n\n.carbon-text {\n    font-size: 13px;\n    padding: 10px;\n    line-height: 1.5;\n    text-align: left;\n}\n\n.carbon-poweredby {\n    position: absolute;\n    bottom: 10px;\n    right: 10px;\n    color: #c5cdd0;\n    text-decoration: none;\n    text-transform: uppercase;\n    letter-spacing: .5px;\n    font-weight: 500;\n    font-size: 8px;\n    line-height: 1;\n}\n"
  },
  {
    "path": "license",
    "content": "CC0 1.0 Universal\n\nStatement of Purpose\n\nThe laws of most jurisdictions throughout the world automatically confer\nexclusive Copyright and Related Rights (defined below) upon the creator and\nsubsequent owner(s) (each and all, an \"owner\") of an original work of\nauthorship and/or a database (each, a \"Work\").\n\nCertain owners wish to permanently relinquish those rights to a Work for the\npurpose of contributing to a commons of creative, cultural and scientific\nworks (\"Commons\") that the public can reliably and without fear of later\nclaims of infringement build upon, modify, incorporate in other works, reuse\nand redistribute as freely as possible in any form whatsoever and for any\npurposes, including without limitation commercial purposes. These owners may\ncontribute to the Commons to promote the ideal of a free culture and the\nfurther production of creative, cultural and scientific works, or to gain\nreputation or greater distribution for their Work in part through the use and\nefforts of others.\n\nFor these and/or other purposes and motivations, and without any expectation\nof additional consideration or compensation, the person associating CC0 with a\nWork (the \"Affirmer\"), to the extent that he or she is an owner of Copyright\nand Related Rights in the Work, voluntarily elects to apply CC0 to the Work\nand publicly distribute the Work under its terms, with knowledge of his or her\nCopyright and Related Rights in the Work and the meaning and intended legal\neffect of CC0 on those rights.\n\n1. Copyright and Related Rights. A Work made available under CC0 may be\nprotected by copyright and related or neighboring rights (\"Copyright and\nRelated Rights\"). Copyright and Related Rights include, but are not limited\nto, the following:\n\n  i. the right to reproduce, adapt, distribute, perform, display, communicate,\n  and translate a Work;\n\n  ii. moral rights retained by the original author(s) and/or performer(s);\n\n  iii. publicity and privacy rights pertaining to a person's image or likeness\n  depicted in a Work;\n\n  iv. rights protecting against unfair competition in regards to a Work,\n  subject to the limitations in paragraph 4(a), below;\n\n  v. rights protecting the extraction, dissemination, use and reuse of data in\n  a Work;\n\n  vi. database rights (such as those arising under Directive 96/9/EC of the\n  European Parliament and of the Council of 11 March 1996 on the legal\n  protection of databases, and under any national implementation thereof,\n  including any amended or successor version of such directive); and\n\n  vii. other similar, equivalent or corresponding rights throughout the world\n  based on applicable law or treaty, and any national implementations thereof.\n\n2. Waiver. To the greatest extent permitted by, but not in contravention of,\napplicable law, Affirmer hereby overtly, fully, permanently, irrevocably and\nunconditionally waives, abandons, and surrenders all of Affirmer's Copyright\nand Related Rights and associated claims and causes of action, whether now\nknown or unknown (including existing as well as future claims and causes of\naction), in the Work (i) in all territories worldwide, (ii) for the maximum\nduration provided by applicable law or treaty (including future time\nextensions), (iii) in any current or future medium and for any number of\ncopies, and (iv) for any purpose whatsoever, including without limitation\ncommercial, advertising or promotional purposes (the \"Waiver\"). Affirmer makes\nthe Waiver for the benefit of each member of the public at large and to the\ndetriment of Affirmer's heirs and successors, fully intending that such Waiver\nshall not be subject to revocation, rescission, cancellation, termination, or\nany other legal or equitable action to disrupt the quiet enjoyment of the Work\nby the public as contemplated by Affirmer's express Statement of Purpose.\n\n3. Public License Fallback. Should any part of the Waiver for any reason be\njudged legally invalid or ineffective under applicable law, then the Waiver\nshall be preserved to the maximum extent permitted taking into account\nAffirmer's express Statement of Purpose. In addition, to the extent the Waiver\nis so judged Affirmer hereby grants to each affected person a royalty-free,\nnon transferable, non sublicensable, non exclusive, irrevocable and\nunconditional license to exercise Affirmer's Copyright and Related Rights in\nthe Work (i) in all territories worldwide, (ii) for the maximum duration\nprovided by applicable law or treaty (including future time extensions), (iii)\nin any current or future medium and for any number of copies, and (iv) for any\npurpose whatsoever, including without limitation commercial, advertising or\npromotional purposes (the \"License\"). The License shall be deemed effective as\nof the date CC0 was applied by Affirmer to the Work. Should any part of the\nLicense for any reason be judged legally invalid or ineffective under\napplicable law, such partial invalidity or ineffectiveness shall not\ninvalidate the remainder of the License, and in such case Affirmer hereby\naffirms that he or she will not (i) exercise any of his or her remaining\nCopyright and Related Rights in the Work or (ii) assert any associated claims\nand causes of action with respect to the Work, in either case contrary to\nAffirmer's express Statement of Purpose.\n\n4. Limitations and Disclaimers.\n\n  a. No trademark or patent rights held by Affirmer are waived, abandoned,\n  surrendered, licensed or otherwise affected by this document.\n\n  b. Affirmer offers the Work as-is and makes no representations or warranties\n  of any kind concerning the Work, express, implied, statutory or otherwise,\n  including without limitation warranties of title, merchantability, fitness\n  for a particular purpose, non infringement, or the absence of latent or\n  other defects, accuracy, or the present or absence of errors, whether or not\n  discoverable, all to the greatest extent permissible under applicable law.\n\n  c. Affirmer disclaims responsibility for clearing rights of other persons\n  that may apply to the Work or any use thereof, including without limitation\n  any person's Copyright and Related Rights in the Work. Further, Affirmer\n  disclaims responsibility for obtaining any necessary consents, permissions\n  or other rights required for any use of the Work.\n\n  d. Affirmer understands and acknowledges that Creative Commons is not a\n  party to this document and has no duty or obligation with respect to this\n  CC0 or use of the Work.\n\nFor more information, please see\n<http://creativecommons.org/publicdomain/zero/1.0/>\n"
  },
  {
    "path": "mkdocs.yml",
    "content": "site_name: Terminals Are Sexy\nsite_url: http://terminalsare.sexy\nsite_description: A curated list of sexy Terminal frameworks, extensions & resources for CLI lovers.\nsite_author: Nikolaos Kamarinakis\nrepo_url: https://github.com/k4m4/terminals-are-sexy\nedit_uri: ''\ntheme:\n    name: cinder\n    custom_dir: custom_theme/\nextra_css:\n    - 'index.css'\ngoogle_analytics: ['UA-91770911-1', 'terminalsare.sexy']\nnav:\n- 'Terminals Are Sexy': 'index.md'"
  },
  {
    "path": "readme.md",
    "content": "[![Terminals_Are_Sexy_Logo](https://camo.githubusercontent.com/e9d11666cb60e6a6781dd8676ac06b9a1233bdfcbb603ac60eccd5f5c1a8ed33/68747470733a2f2f7765622e617263686976652e6f72672f7765622f323031373038323032303130313369665f2f687474703a2f2f6e696b6f6c61736b616d612e6d652f636f6e74656e742f696d616765732f323031372f30322f7465726d696e616c735f6172655f736578792e706e67)\n\n# Terminals Are Sexy [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\n> A curated list of Terminal frameworks, plugins & resources for CLI lovers.\n\nCheck out my [blog](https://nikolaskama.me/) and follow me on [Twitter](https://twitter.com/nikolaskama).\n\n[![Build Status](https://travis-ci.org/k4m4/terminals-are-sexy.svg?branch=master)](https://travis-ci.org/k4m4/terminals-are-sexy)\n[![GitHub Stars](https://img.shields.io/github/stars/k4m4/terminals-are-sexy.svg)](https://github.com/k4m4/terminals-are-sexy/stargazers)\n\n\n## Table of Contents\n\n1. [Shells](#shells)\n    - [Base Shells](#base-shells)\n    - [ZSH](#zsh)\n    - [Bash](#bash)\n    - [Git](#git)\n    - [Fish](#fish)\n1. [Terminal Emulation Applications](#terminal-emulation-applications)\n1. [Package Managers](#package-managers)\n    - [Universal](#universal)\n    - [macOS](#macos)\n    - [Linux](#linux)\n    - [Windows](#windows)\n1. [Text Editors](#text-editors)\n1. [Tools and Plugins](#tools-and-plugins)\n1. [Communication](#communication)\n1. [Other](#other)\n    - [Community](#community)\n    - [Other Sexy Lists](#other-sexy-lists)\n    \t- [Awesome](#awesome)\n    \t- [Misc](#misc)\n    - [Contributing](#contributing)\n\n- - -\n\n## Shells\n\n*Sexy frameworks, plugins and resources for your sexy shell.*\n\n### Base Shells\n\n* [Ammonite-Shell](https://github.com/lihaoyi/ammonite) - An object shell with a Scala-like scripting language.\n* [bash](https://www.gnu.org/software/bash/) - GNU Project's shell (Bourne Again SHell).\n* [fish](https://fishshell.com/) - Smart and user-friendly command line shell.\n* [PowerShell](https://github.com/PowerShell/PowerShell) - Automation and configuration tool/framework that is optimized for dealing with structured data.\n* [xonsh](https://xon.sh/) - Python-ish, BASHwards-looking shell language and command prompt.\n* [zsh](https://www.zsh.org/) - Powerful shell with scripting language.\n\n### ZSH\n\n* [alf](https://github.com/psyrendust/alf) - Out of this world super fast and configurable framework for zsh.\n* [ant-zsh](https://github.com/anthraxx/ant-zsh) - Tiny and lightweight ZSH configuration environment for special customization needs.\n* [antibody](https://github.com/getantibody/antibody) - Faster and simpler antigen written in Golang.\n* [antigen](https://github.com/zsh-users/antigen) - Plugin manager for zsh, inspired by oh-my-zsh and vundle.\n* [dotzsh](https://github.com/dotphiles/dotzsh) - Community driven framework for zsh.\n* [liquidprompt](https://github.com/nojhan/liquidprompt) - Full-featured & carefully designed adaptive prompt for Bash & Zsh.\n* [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) - Delightful community-driven framework for managing your zsh configuration.\n* [powerlevel9k](https://github.com/bhilburn/powerlevel9k) - Super flexible awesome powerline ZSH theme.\n* [prezto](https://github.com/sorin-ionescu/prezto) - Configuration framework for Zsh.\n* [pumice](https://github.com/ryutamaki/pumice) - Lightweight plugin manager for zsh.\n* [pure](https://github.com/sindresorhus/pure) - Pretty, minimal and fast ZSH prompt.\n* [slimzsh](https://github.com/changs/slimzsh) - Small, usable configuration for ZSH.\n* [zeesh](https://github.com/zeekay/zeesh) - Cross-platform Zsh framework.\n* [zgen](https://github.com/tarjoilija/zgen) - Lightweight and simple plugin manager for ZSH.\n* [zilsh](https://github.com/zilsh/zilsh) - Zsh config system that aims to appeal more to power-users and follow the simplistic approach of vim-pathogen.\n* [zim](https://github.com/Eriner/zim) - Zsh configuration framework with blazing speed and modular extensions.\n* [zinit](https://github.com/zdharma/zinit) - Flexible Zsh plugin manager with clean fpath, reports, completion management, turbo mode, services.\n* [zoppo](https://github.com/zoppo/zoppo) - Crippled configuration framework for Zsh.\n* [zplug](https://github.com/zplug/zplug) - Next-generation plugin manager for zsh.\n* [zpm](https://github.com/zpm-zsh/zpm) - Plugin manager for zsh similar to vim-plug.\n* [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) - Fish-like autosuggestions for zsh.\n* [zsh-pony](https://github.com/mika/zsh-pony) - Covers customizing ZSH without a framework.\n* [zsh-quickstart-kit](https://github.com/unixorn/zsh-quickstart-kit) - Simple zsh quickstart for using zsh and zgen.\n* [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) - Fish shell like syntax highlighting for Zsh.\n* [zshdb](https://github.com/rocky/zshdb) - ZSH debugger.\n* [ztanesh](https://github.com/miohtama/ztanesh) - Aims to improve your UNIX command line experience and productivity with the the configuration provided by the ztanesh project.\n* [zulu](https://github.com/zulu-zsh/zulu) - Total environment manager for ZSH 5+.\n* [zunit](https://github.com/molovo/zunit) - Powerful unit testing framework for ZSH.\n\n### Bash\n\n* [aliases](https://github.com/sebglazebrook/aliases) - Contextual, dynamic, organized aliases for the bash shell.\n* [bash-it](https://github.com/Bash-it/bash-it) - Collection of community Bash commands and scripts.\n* [bash-powerline](https://github.com/riobard/bash-powerline) - Powerline-style Bash prompt in pure Bash script.\n* [bash-sensible](https://github.com/mrzool/bash-sensible) - Attempt at saner Bash defaults.\n* [bashtrap](https://github.com/barryclark/bashstrap) - Quick way to spruce up OSX terminal.\n* [hstr](https://github.com/dvorka/hstr) - Bash History Suggest Box.\n* [liquidprompt](https://github.com/nojhan/liquidprompt) - Full-featured & carefully designed adaptive prompt for Bash & Zsh.\n\n### Git\n\n* [bash-git-prompt](https://github.com/magicmonty/bash-git-prompt) - Informative and fancy Bash prompt for Git users.\n* [git-extra-commands](https://github.com/unixorn/git-extra-commands) - Collection of useful extra commands for git\n* [git-prompt](https://github.com/lvv/git-prompt) - Bash prompt with Git, SVN and HG modules.\n* [git-radar](https://github.com/michaeldfallen/git-radar) - Heads up display for git\n* [git-sh](https://github.com/rtomayko/git-sh) - Customized Bash environment suitable for Git work.\n* [gittify](https://github.com/momeni/gittify) - Colorful Bash prompt + customized Git aliases.\n* [oh-my-git](https://github.com/arialdomartini/oh-my-git) - Opinionated git prompt for bash and zsh.\n* [sexy-bash-prompt](https://github.com/twolfson/sexy-bash-prompt) - Bash prompt with colors, Git statuses, and Git branches.\n\n### Fish\n\n* [Fisher](https://github.com/jorgebucaran/fisher) - Package manager for the fish shell.\n* [oh-my-fish](https://github.com/oh-my-fish/oh-my-fish) - The Fishshell Framework.\n\n**[⬆ back to top](#table-of-contents)**\n\n## Terminal Emulation Applications\n\n*Sexy 3rd party terminal emulation applications.*\n\n* [Alacritty](https://github.com/jwilm/alacritty) - Cross-platform, GPU-accelerated terminal emulator.\n* [Cmder](https://github.com/cmderdev/cmder) - Lovely console emulator package for Windows.\n* [ConEmu](https://github.com/Maximus5/ConEmu) - Customizable Windows terminal with tabs, splits, quake-style and more.\n* [ConsoleZ](https://github.com/cbucher/console) - Windows console window enhancement. It is a fork of [Console](https://sourceforge.net/projects/console) project.\n* [FluentTerminal](https://github.com/felixse/FluentTerminal) - A Terminal Emulator based on UWP and web technologies.\n* [GNOME Terminal](https://wiki.gnome.org/Apps/Terminal) - Terminal emulator for GNOME.\n* [GNU Screen](https://www.gnu.org/software/screen/) - Full-screen window manager that multiplexes a physical terminal between several processes.\n* [Go2Shell](https://zipzapmac.com/Go2Shell) - Opens a terminal window to the current directory in Finder.\n* [Hyper](https://github.com/zeit/hyper) - Terminal built on web technologies.\n* [iTerm2](https://github.com/gnachman/iTerm2) - Terminal emulator for macOS that does amazing things.\n* [KiTTY](http://kitty.9bis.net/) - Fork from version 0.70 of PuTTY, the best telnet / SSH client in the world.\n* [Konsole](https://konsole.kde.org/) - Terminal emulator for the K Desktop Environment.\n* [MacTerm](https://www.macterm.net/) - Powerful replacement for macOS Terminal.\n* [Mosh](https://github.com/mobile-shell/mosh) - Remote terminal application that allows roaming and supports intermittent connectivity.\n* [PuTTY](https://www.putty.org/) - SSH and telnet client, developed originally by Simon Tatham for the Windows platform.\n* [Terminator](https://github.com/gnome-terminator/terminator) - Multiple GNOME terminals in one window.\n* [Terminology](https://github.com/billiob/terminology) - The best terminal emulator based on the Enlightenment Foundation Libraries.\n* [Terminus](https://github.com/Eugeny/terminus) - Cross-platform terminal for a more modern age, based on web technologies.\n* [Termite](https://github.com/thestinger/termite/) - Keyboard-centric terminal, aimed at use within a tiling window manager.\n* [Tilda](https://github.com/lanoxx/tilda) - Gtk based drop down terminal for Linux and Unix.\n* [Tilix](https://gnunn1.github.io/tilix-web/) - Advanced GTK3 tiling terminal emulator that follows the Gnome Human Interface Guidelines.\n* [Xfce Terminal](https://docs.xfce.org/apps/terminal/start) - Modern terminal emulator primarily for the Xfce desktop environment.\n* [xterm](https://invisible-island.net/xterm/) - Terminal emulator for the X Window System.\n* [ZOC](https://www.emtec.com/zoc/index.html) - SSH/Telnet Client and Terminal Emulator for macOS and Windows.\n\n**[⬆ back to top](#table-of-contents)**\n\n## Package Managers\n\n*Sexy package managers for your macOS, Linux & Windows CLIs.*\n\n### Universal\n\n* [asdf](https://github.com/asdf-vm/asdf) - Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more\n* [basher](https://github.com/basherpm/basher) - Package manager for shell scripts.\n* [bpkg](https://www.bpkg.sh/) - JavaScript has npm, Ruby has Gems, Python has pip and now Shell has bpkg.\n* [composer](https://getcomposer.org) - Composer is a package manager for PHP.\n* [guix](https://www.gnu.org/software/guix/) - Functional package manager for installed software packages and versions.\n* [nix](https://nixos.org/nix/) - Powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible.\n* [npmjs](https://www.npmjs.com/) - Package manager for JavaScript.\n* [pip](https://pip.pypa.io/) - Package management system used to install and manage software packages written in Python.\n* [rubygems](https://rubygems.org/) - The Ruby community’s gem hosting service.\n* [yarn](https://yarnpkg.com/en/) - New package and dependency manager for javascript.\n\n### macOS\n\n* [fink](http://www.finkproject.org/) - Wants to bring the full world of Unix Open Source software to Darwin and macOS.\n* [homebrew](https://brew.sh/) - Missing package manager for macOS.\n* [macports](https://www.macports.org/) - Package manager that simplifies the installation of software on the macOS and Darwin operating systems.\n* [mas](https://github.com/mas-cli/mas) - Mac App Store command line interface.\n\n### Linux\n\n* [linuxbrew](https://linuxbrew.sh/) - The Homebrew package manager for Linux.\n* [pkgin](http://pkgin.net/) - Aimed at being an apt / yum like tool for managing pkgsrc binary packages.\n\n### ChromeOS\n\n* [chromebrew](https://github.com/skycocker/chromebrew) - Package manager for Chrome OS.\n\n### Windows\n\n* [chocolatey](https://chocolatey.org/) - Package manager for Windows.\n* [cygwin](https://cygwin.com/) - Linux-like environment for Windows making it possible to port software running on POSIX systems to Windows.\n* [ninite](https://ninite.com/) - Install and Update All Your Programs at Once.\n* [oneget](https://github.com/OneGet/oneget) - PackageManagement (aka OneGet) is a package manager for Windows.\n* [ruckzuck](https://ruckzuck.tools/) - Software Package Manager for Windows, a quick way to install and update Software.\n* [scoop](https://scoop.sh/) - Package manager for Windows.\n* [wpkg](https://windowspackager.org/documentation/wpkg) - Automated software deployment, upgrade and removal program for Windows.\n\n**[⬆ back to top](#table-of-contents)**\n\n## Text Editors\n\n*Sexy text editors for your Command Line Interface.*\n\n* [emacs](https://www.gnu.org/software/emacs/) - Cross-platform text-editor that has both command-line and graphical user interface.\n    * [spacemacs](http://spacemacs.org) - Community-driven emacs distribution.\n* [jed](https://www.jedsoft.org/jed/) - Freely available text editor for Unix, VMS, MSDOS, OS/2, BeOS, QNX, and win9X/NT platforms.\n* [kakoune](https://kakoune.org/) - Modal editor with multiple selections and orthogonal design.\n* [micro](https://github.com/zyedidia/micro) - Modern and intuitive terminal-based text editor.\n* [nano](https://www.nano-editor.org/) - Text editor for Unix-like computing systems or operating environments using a command line interface.\n* [slap](https://github.com/slap-editor/slap) - Sublime-like terminal-based text editor.\n* [vim](https://www.vim.org/) - Extensively configurable, cross-platform and highly efficient text editor.\n    * [SpaceVim](https://spacevim.org) - Community-driven vim distribution.\n    * [neovim](https://neovim.io) - Literally the future of vim.\n* [vis](https://github.com/martanne/vis) - Highly efficient text editor.\n\n**[⬆ back to top](#table-of-contents)**\n\n## Tools and Plugins\n\n*Sexy Applications for your Command Line Interface.*\n\n* [ack3](https://github.com/beyondgrep/ack3) - Greplike tool, optimized for programmers.\n* [add-gitignore](https://github.com/TejasQ/add-gitignore) - An interactive CLI that generates a .gitignore for your project based on your needs.\n* [asciinema](https://github.com/asciinema/asciinema) - Terminal session recorder.\n* [autojump](https://github.com/wting/autojump) - cd command that learns\n* [bcal](https://github.com/jarun/bcal) - Storage conversion and expression calculator.\n* [buku](https://github.com/jarun/Buku) - command-line bookmark manager.\n* [byobu](http://byobu.co/) - Byobu is an open source text-based window manager and terminal multiplexer.\n* [cointop](https://github.com/miguelmota/cointop) - The fastest and most interactive terminal based UI application for tracking cryptocurrencies.\n* [colorls](https://github.com/athityakumar/colorls) - Beautify the terminal's `ls` command, with color and font-awesome icons.\n* [ddgr](https://github.com/jarun/ddgr) - DuckDuckGo from the terminal.\n* [df-show](https://github.com/roberthawdon/dfshow) - Interactive directory and file browser with a similar feel to the `ls` command.\n* [dockly](https://github.com/lirantal/dockly) - Docker console UI and Dashboard for quickly managing and inspecting  Containers and Services.\n* [dry](https://github.com/moncho/dry) - Docker manager for the terminal.\n* [exa](https://github.com/ogham/exa) - Replacement for 'ls' written in Rust.\n* [fselect](https://github.com/jhspetersson/fselect) - 'find' replacement with SQL-like syntax.\n* [fx](https://github.com/antonmedv/fx) - Command-line JSON viewer.\n* [fzf](https://github.com/junegunn/fzf) - Command-line fuzzy finder.\n* [gcalcli](https://github.com/insanum/gcalcli) - Google Calendar command line interface.\n* [getnews.tech](https://github.com/omgimanerd/getnews.tech) - Checking the latest news headlines from various news outlets on the web.\n* [glances](https://github.com/nicolargo/glances) - top/htop alternative.\n* [googler](https://github.com/jarun/googler) - Search Google from your terminal.\n* [haxor-news](https://github.com/donnemartin/haxor-news) - Browse Hacker News like a haxor.\n* [homebrew-cask](https://github.com/caskroom/homebrew-cask) - CLI workflow for the administration of macOS applications distributed as binaries.\n* [howdoi](https://github.com/gleitz/howdoi) - Instant code answers and examples from the command line\n* [htop](https://hisham.hm/htop/) - Cool looking and interactive process viewer 'replacement' for the top command.\n* [hub](https://hub.github.com/) - Command-line wrapper for git that makes working with GitHub easy.\n* [imgp](https://github.com/jarun/imgp) - Multi-core batch image resizer and rotator.\n* [jaymock-cli](https://github.com/unmock/jaymock-cli) - Mock an API and generate fake JSON test data, right from the terminal.\n* [jq.node](https://github.com/FGRibreau/jq.node) - Command-line JSON/string processor, JavaScript and Lodash in your shell.\n* [jrnl](https://github.com/maebert/jrnl) - Simple command line journal application that stores your journal in a plain text file.\n* [k](https://github.com/supercrabtree/k) - Directory listings for zsh with git features.\n* [kubebox](https://github.com/astefanutti/kubebox) - Terminal console for Kubernetes.\n* [lexis](https://github.com/k4m4/lexis) - word counting made easy. Retrieve the number of words in a string or stdin.\n* [lf](https://github.com/gokcehan/lf) - Terminal file manager.\n* [lolcat](https://github.com/busyloop/lolcat) - Rainbows and unicorns!\n* [lunchy](https://github.com/eddiezane/lunchy) - Friendly wrapper for launchctl.\n* [mps-youtube](https://github.com/mps-youtube/mps-youtube) - Terminal based YouTube player and downloader\n* [navi](https://github.com/denisidoro/navi) - An interactive cheatsheet tool for the command-line.\n* [neofetch](https://github.com/dylanaraps/neofetch) - Fetches system/theme information in terminal for Linux desktop screenshots. Alternative to screenfetch.\n* [nnn](https://github.com/jarun/nnn) - Tiny, lightning fast, feature-packed file manager.\n* [ranger](https://ranger.github.io/) - Console file manager with vi key bindings.\n* [rebound](https://github.com/shobrook/rebound) - Command-line debugger that instantly fetches Stack Overflow results when you get a compiler error.\n* [reddit terminal viewer](https://github.com/michael-lazar/rtv) - Browse Reddit from your terminal.\n* [ripgrep](https://github.com/BurntSushi/ripgrep) - Code-searching tool like ack and the_silver_searcher, but faster.\n* [screenfetch](https://github.com/KittyKatt/screenFetch) - Fetches system/theme information in terminal for Linux desktop screenshots.\n* [shell2http](https://github.com/msoap/shell2http) - HTTP-server to execute shell commands. Designed for development, prototyping or remote control.\n* [streamlink](https://github.com/streamlink/streamlink) - CLI for extracting streams from various websites to a video player of your choosing.\n* [taskell](https://taskell.app/) - Command-line Trello-like kanban-board/TODO lists.\n* [taskwarrior](https://taskwarrior.org/) - Command-line TODO list manager.\n* [the_silver_searcher](https://github.com/ggreer/the_silver_searcher) - Code-searching tool similar to ack, but faster.\n* [tig](https://github.com/jonas/tig) - Text mode interface for git.\n* [tiv](https://github.com/stefanhaustein/TerminalImageViewer) - Text mode terminal image viewer.\n* [tldr](https://github.com/tldr-pages/tldr/) - Simplified and community-driven man pages.\n* [tmux](https://tmux.github.io/) - Terminal multiplexer.\n* [tmuxinator](https://github.com/tmuxinator/tmuxinator) - Manage complex tmux sessions easily.\n* [transfer.sh](https://transfer.sh/) - Quickly upload and share files from your shell.\n* [tre](https://github.com/dduan/tre) - Improved `tree` command that knows git, creates shell alias for quick opening, and more!\n* [vifm](https://vifm.info/) - Console file manager with vi key bindings and some ideas from mutt.\n* [wal](https://github.com/dylanaraps/wal) - generate and change colorschemes on the fly.\n* [whereami](https://github.com/rafaelrinaldi/whereami) - Get your geolocation information from the CLI.\n* [wttr.in](https://github.com/chubin/wttr.in) - The right way to check the weather.\n* [yadm](https://yadm.io) - Seamless git-based management of your dotfiles.\n* [youtube-dl](https://rg3.github.io/youtube-dl/) - download videos from YouTube\n* [z](https://github.com/rupa/z) - Tool to jump to folders based on history matching a given regex\n* [z.lua](https://github.com/skywind3000/z.lua) - New cd command that helps you navigate faster by learning your habits.\n* [zoxide](https://github.com/ajeetdsouza/zoxide) - cd anywhere without typing in long paths.\n\n**[⬆ back to top](#table-of-contents)**\n\n## Communication\n\n*Sexy Tools for communicating through the Command Line Interface.*\n\n* [bitchx](http://www.bitchx.com/) - Feature-rich and highly configurable, terminal based IRC client based on ircII.\n* [centerim](https://www.centerim.org/index.php/Main_Page) - Terminal based, multi-protocol Instant Messaging client with support for IRC.\n* [epic](http://www.epicsol.org/) - IRC client that has been under active development for 20+ years in 5 generations.\n* [go-jira](https://github.com/Netflix-Skunkworks/go-jira) - Simple jira command line client in Go.\n* [irssi](https://irssi.org/) - Self proclaimed client of the future and my favorite IRC client.\n* [slack-term](https://github.com/erroneousboat/slack-term) - Slack client for your terminal.\n* [Slackadaisical](https://github.com/bkanber/Slackadaisical) - Simple Slack client for the CLI.\n* [weechat](https://weechat.org/) - Fast, light and extensible chat client.\n\n**[⬆ back to top](#table-of-contents)**\n\n\n## Other\n\n### Community\n\n*Join the CLI lover community.*\n\n* [/r/commandline](https://www.reddit.com/r/commandline) - This is for anything regarding the command line, in any operating system.\n* [/r/osxterminal](https://www.reddit.com/r/osxterminal) - Tips for using terminal.app in macOS.\n* [/r/zsh/](https://www.reddit.com/r/zsh/) - Everything on zsh.\n* [/r/unixporn/](https://www.reddit.com/r/unixporn/) - Everything on unix.\n* [#bash](https://webchat.freenode.net/?channels=bash) - Bash IRC channel on freenode.\n* [Stack Overflow](https://stackoverflow.com/questions/tagged/terminal) - Terminal tagged questions.\n\n### Other Sexy Lists\n\n*Here are some more sexy lists.*\n\n#### Awesome\n\n* [awesome-devenv](https://github.com/jondot/awesome-devenv) - Curated list of delightful Bash scripts and resources.\n* [awesome-emacs](https://github.com/emacs-tw/awesome-emacs) - Community driven list of useful Emacs packages, libraries and others.\n* [awesome-sysadmin](https://github.com/kahun/awesome-sysadmin) - Curated list of amazingly awesome open source sysadmin resources.\n* [awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins) - Collection of ZSH frameworks, plugins & themes inspired by the various awesome list collections out there.\n\n#### Misc\n\n* [bash-guide](https://github.com/Idnan/bash-guide) - Guide to learn bash.\n* [the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line) - Master the command line, in one page.\n\n**[⬆ back to top](#table-of-contents)**\n\n\n## Contributing\n\nYour contributions are always welcome! Please take a look at our [contribution guidelines](https://github.com/k4m4/terminals-are-sexy/blob/master/contributing.md) and [code of conduct](https://github.com/k4m4/movies-for-hackers/blob/master/code-of-conduct.md) first.\n\nPull requests might be kept open if it hasn't been decided whether additions are *sexy* enough.\n"
  },
  {
    "path": "terminals_are_sexy.sh",
    "content": "#/bin/sh\n\ncase $SHELL in\n\t*bash)\n\t\tECHO='echo -e'\n\t\t;;\n\t*)\n\t\tECHO='echo'\n\t\t;;\nesac\n\nwhite=\"\\033[1;37m\"\nred=\"\\033[1;31m\"\ngreen=\"\\033[1;32m\"\nyellow=\"\\033[1;33m\"\nblue=\"\\033[1;34m\"\ntransparent=\"\\e[0m\"\n\nclear; ${ECHO} \"\"\nsleep 0.01 && ${ECHO} \"$green \"\nsleep 0.2 && ${ECHO} \"\t████████╗███████╗██████╗ ███╗   ███╗██╗███╗   ██╗ █████╗ ██╗     ███████╗\"\nsleep 0.2 && ${ECHO} \"\t╚══██╔══╝██╔════╝██╔══██╗████╗ ████║██║████╗  ██║██╔══██╗██║     ██╔════╝\"\nsleep 0.2 && ${ECHO} \"\t   ██║   █████╗  ██████╔╝██╔████╔██║██║██╔██╗ ██║███████║██║     ███████╗\"\nsleep 0.2 && ${ECHO} \"\t   ██║   ██╔══╝  ██╔══██╗██║╚██╔╝██║██║██║╚██╗██║██╔══██║██║     ╚════██║\"\nsleep 0.2 && ${ECHO} \"\t   ██║   ███████╗██║  ██║██║ ╚═╝ ██║██║██║ ╚████║██║  ██║███████╗███████║\"\nsleep 0.2 && ${ECHO} \"\t   ╚═╝   ╚══════╝╚═╝  ╚═╝╚═╝     ╚═╝╚═╝╚═╝  ╚═══╝╚═╝  ╚═╝╚══════╝╚══════╝\"\n\n${ECHO} \"\"\nsleep 0.2 && ${ECHO} \"\t\t █████╗ ██████╗ ███████╗  ███████╗███████╗██╗  ██╗██╗   ██╗\"\nsleep 0.2 && ${ECHO} \"\t\t██╔══██╗██╔══██╗██╔════╝  ██╔════╝██╔════╝╚██╗██╔╝╚██╗ ██╔╝\"\nsleep 0.2 && ${ECHO} \"\t\t███████║██████╔╝█████╗    ███████╗█████╗   ╚███╔╝  ╚████╔╝\"\nsleep 0.2 && ${ECHO} \"\t\t██╔══██║██╔══██╗██╔══╝    ╚════██║██╔══╝   ██╔██╗   ╚██╔╝\"\nsleep 0.2 && ${ECHO} \"\t\t██║  ██║██║  ██║███████╗  ███████║███████╗██╔╝ ██╗   ██║ \"\nsleep 0.2 && ${ECHO} \"\t\t╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝  ╚══════╝╚══════╝╚═╝  ╚═╝   ╚═╝\"\n\n${ECHO} \"\"\nsleep 0.1\n${ECHO} $yellow\"              \t   A curated list for CLI lovers (\"$red\"Terminals Are Sexy\"$yellow\")\"\nsleep 0.1\n${ECHO} $blue \"           \t      Made with <3 by:\"$yellow\" Nikolaos Kamarinakis (\"$red\"k4m4\"$yellow\")\"\nsleep 0.1\n${ECHO} \"\"\n"
  }
]