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