matchai / spacefish

🚀🐟 The fish shell prompt for astronauts
https://spacefish.matchai.dev
MIT License
964 stars 79 forks source link

Implement prompt section for background jobs #32

Closed matchai closed 6 years ago

matchai commented 6 years ago

Feature Description

This feature is implemented once we have reached feature parity with the following zsh section: https://github.com/denysdovhan/spaceship-prompt/blob/master/sections/jobs.zsh

Expected Behaviour

Snuggle commented 6 years ago

A couple MacOS compatibility issues (BSD coreutils weirdness, most likely) were encountered with this section, so it has been dropped from spacefish-swim-to-v1.0.

I'll make a new pull request after manually testing and fixing MacOS w̶i̶t̶h̶i̶n̶ ̶a̶ ̶c̶o̶u̶p̶l̶e̶ ̶d̶a̶y̶s̶ ̶o̶r̶ ̶s̶o̶ today.

Snuggle commented 6 years ago

Interesting... BSD's word-count util has a more consistent format, but also adds random spaces which borked things for wc -l.

image image