Software Alternatives & Reviews

[Media] I made a Rust CLI game that tests how fast you can guess the language of a code block!

Starship (Shell Prompt) hub Medium
  1. Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and Powershell.
    Pricing:
    • Open Source

    #Developer Tools #Programming #Cryptocurrencies 188 social mentions

  2. 2

    hub

    The Hub is a versatile intranet portal and collaboration solution that boosts employee engagement and productivity in a digital workplace.
    Pricing:
    • Open Source
    Parse_git_branch() { # Speed up opening up a new terminal tab by not # checking `$HOME` ...which can't be a repo anyway # # For the heck of it, micro-optimize this too: # time (repeat 1000000 { [ "$PWD" = "$HOME" ] } ) == ~4.2s # time (repeat 1000000 { [[ "$PWD" == "$HOME" ]] } ) == ~1.4s [[ "$PWD" == "$HOME" ]] && return # Fastest known way to check the current branch name # (Uses `command` to bypass wrappers like https://hub.github.com/) ref="$(command git symbolic-ref --short HEAD 2> /dev/null)" || return echo " [$ref]" }.

    #Communication #Development #Git 4 social mentions

  3. 3
    Welcome to Medium, a place to read, write, and interact with the stories that matter most to you.
    Pricing:
    • Open Source
    Autoload -Uz compinit # Only have compinit check the completion cache for staleness once per day # https://medium.com/@dannysmith/little-thing-2-speeding-up-zsh-f1860390f92 For dump in ~/.zcompdump(N.mh+24); do echo "Bringing completions up to date..." compinit touch "$dump" # Compile ~/.zcompdump (Takes compinit from 90% to ~60% of zprof) zcompile -U "$dump" &! echo "Done." Done Compinit -C.

    #Blogging #Blogging Platform #CMS 2197 social mentions

Discuss: [Media] I made a Rust CLI game that tests how fast you can guess the language of a code block!

Log in or Post with