All Projects → jorgebucaran → Powerline.fish

jorgebucaran / Powerline.fish

Licence: unlicense

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Powerline.fish

Angel Ps1
Your fancy shell prompt fed by your guardian angel
Stars: ✭ 60 (+9.09%)
Mutual labels:  powerline, fish-shell
fishline
A powerline prompt framework for the fish-shell built in fish-shell.
Stars: ✭ 66 (+20%)
Mutual labels:  fish-shell, powerline
Powerline Extra Symbols
▶️ Extra glyphs for your powerline separators
Stars: ✭ 778 (+1314.55%)
Mutual labels:  powerline, fish-shell
Powerline
A more PowerShell prompt
Stars: ✭ 444 (+707.27%)
Mutual labels:  powerline
Symfony Console Autocomplete
Shell autocompletion for Symfony Console based scripts
Stars: ✭ 465 (+745.45%)
Mutual labels:  fish-shell
Bash Powerline
Powerline-style Bash prompt in pure Bash script. See also https://github.com/riobard/zsh-powerline
Stars: ✭ 792 (+1340%)
Mutual labels:  powerline
Hack Font Ligature Nerd Font
Nerd font patched Hack font with ligatures
Stars: ✭ 48 (-12.73%)
Mutual labels:  powerline
Vim Devicons
Adds file type icons to Vim plugins such as: NERDTree, vim-airline, CtrlP, unite, Denite, lightline, vim-startify and many more
Stars: ✭ 4,473 (+8032.73%)
Mutual labels:  powerline
Spacefish
🚀🐟 The fish shell prompt for astronauts
Stars: ✭ 856 (+1456.36%)
Mutual labels:  fish-shell
Bumblebee Status
bumblebee-status is a modular, theme-able status line generator for the i3 window manager.
Stars: ✭ 780 (+1318.18%)
Mutual labels:  powerline
Nerd Fonts
Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more
Stars: ✭ 31,778 (+57678.18%)
Mutual labels:  powerline
Oh My Posh2
A theme engine for Powershell inspired by the work done by Chris Benti on PS-Config and Oh-My-ZSH on OSX and Linux (hence the name).
Stars: ✭ 5,046 (+9074.55%)
Mutual labels:  powerline
Virtualfish
Fish shell tool for managing Python virtual environments
Stars: ✭ 819 (+1389.09%)
Mutual labels:  fish-shell
Fish Kubectl Completions
kubectl completions for fish shell
Stars: ✭ 453 (+723.64%)
Mutual labels:  fish-shell
Gitignore
Create .gitignore files from gitignore.io templates
Stars: ✭ 27 (-50.91%)
Mutual labels:  fish-shell
Liquidprompt
A full-featured & carefully designed adaptive prompt for Bash & Zsh
Stars: ✭ 4,134 (+7416.36%)
Mutual labels:  powerline
Charlesscripts
My awesome scripts for Arch Linux or Ubuntu Gnome latest LTS or MacBook.
Stars: ✭ 936 (+1601.82%)
Mutual labels:  powerline
Powerline Shell
A beautiful and useful prompt for your shell
Stars: ✭ 5,743 (+10341.82%)
Mutual labels:  powerline
Vim Vide
Lightest vimrc, while strong enough. 最轻的vim配置,却足够强!
Stars: ✭ 649 (+1080%)
Mutual labels:  powerline
Breeze
git tool for fish-shell
Stars: ✭ 52 (-5.45%)
Mutual labels:  fish-shell

Metro

Fast, git-aware, space-conscious, Powerline prompt.

Metro

Installation

With Fisher

fisher add fishpkg/fish-prompt-metro

Configuration

Virtual Environment

You can disable the fish prompt override by adding set VIRTUAL_ENV_DISABLE_PROMPT disable to your fish configuration file (~/.config/fish/config.fish). The prompt won't be changed by the venv/bin/activate.fish script, so that the theme virtualenv display can be used instead.

Alternatively, you can add the following lines to config.fish to customize Metro virtual environment and use the default prompt:

set -g theme_display_ruby no        # Disables displaying the current ruby version
set -g theme_display_virtualenv no  # Disables displaying the current virtualenv name

Terminal Settings

Features

Git

  • Clean normal

  • Dirty / Touched dirty

  • Staged staged

  • Staged + Dirty staged dirty

  • Stashed stash-normal stash-dirty stash-staged

  • Unpushed commits (ahead) ahead

  • Unpulled commits (behind) behind

  • Unpulled and unpushed commits (diverged) diverged diverged-staged diverged-dirty

  • Detached HEAD detached detached-dirty detached-staged detached-staged-dirty

  • Branch name branch-clean branch-dirty branch-staged branch-staged-dirty

Status

$status

exit-stat

$CMD_DURATION

duration2 duration

$status in context

error-line

Background jobs

jobs

Other

  • Sudo

  • Host information hostinfo hostinfo-jobs hostinfo-root

License

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].