geometry-zsh / geometry

geometry is a minimal, fully customizable and composable zsh prompt theme
ISC License
921 stars 94 forks source link

Mnml rebase #233

Closed jedahan closed 5 years ago

jedahan commented 5 years ago

This is a second draft rewrite on top of mnml, superseding #229. I rebased the commits and explained things more to make it slightly easier to review. If you already started a review on that branch, feel free to close this one. I will stop making commits and changes for one week because its unfair to y'all.

▲ loc --exclude lib/zsh-async                                   geometry master 9d ⬢  ⚙
--------------------------------------------------------------------------------
 Language             Files        Lines        Blank      Comment         Code
--------------------------------------------------------------------------------
 Z Shell                 19          967          188          103          676
 Markdown                16          766          254            0          512
--------------------------------------------------------------------------------
 Total                   35         1733          442          103         1188
▲ gco mnml-rebase                                               geometry master 9d ⬢  ⚙
Switched to branch 'mnml-rebase'
▲ loc --exclude lib/zsh-async                code/geometry/geometry ⇡ mnml-rebase 15m ⬢
--------------------------------------------------------------------------------
 Language             Files        Lines        Blank      Comment         Code
--------------------------------------------------------------------------------
 Z Shell                 16          492          124           47          321
 Markdown                 4          430          149            0          281
--------------------------------------------------------------------------------
 Total                   20          922          273           47          602
frm commented 5 years ago

@jedahan is this stable? I was thinking of using this for a while to test it out and see if any issues pop up

jedahan commented 5 years ago

It is stable, there is one known issue - geometry_exec_time does not work yet. Otherwise I have been on this branch day-to-day and it feels good. Please try it out!

jedahan commented 5 years ago

I fixed exec_time in another branch, but for the sake of making this easier to review I am leaving this branch as-is.

jedahan commented 5 years ago

Closing for #238