Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

write release announcement #247

Closed
3 tasks
jedahan opened this issue Jan 15, 2019 · 2 comments
Closed
3 tasks

write release announcement #247

jedahan opened this issue Jan 15, 2019 · 2 comments
Milestone

Comments

@jedahan
Copy link
Member

jedahan commented Jan 15, 2019

for subreddits

  • r/zsh
  • r/unixporn
  • r/commandline
@jedahan jedahan added this to the 2.0.0 milestone Jan 15, 2019
@jedahan
Copy link
Member Author

jedahan commented Feb 22, 2019

from @MarioRicalde

For #3 what's the message that we want to convey? I can write a quick draft and we can go from there.

Things that I think are important to share

  • It is simple to customize
    • Does not require plugins to be 'geometry-compatable'
    • Maybe we show two very different prompts, and what the customization looks like?
  • It is super lightweight
    • geometry.zsh is just 67 lines of code, everything else is just functions
    • right prompt is rendered async so it is super fast
    • geometry does not take over your shell
  • It does not require learning anything new/framework-y
    • just make functions that echo something
    • and add them to GEOMETRY_PROMPT/GEOMETRY_RPROMPT

Things I am not sure if we should convey

  • GEOMETRY_INFO - might muddle the message

I cannot think of much more right now

@jedahan
Copy link
Member Author

jedahan commented May 27, 2019

First draft:

geometry 2 - simpler and lighter

geometry is a zsh prompt that is simple, fast, and easy to customize.

After a year of testing, we are happy to release version 2, which is easier to customize, is less than half the size of version one, and has dozens of fixed bugs.

Now any function that prints to stdout can be added to your left prompt, right prompt, or in an empty command. Put long running functions in GEOMETRY_RPROMPT and they will render asynchronously.

We ship with 16 functions that only show up when appropriate - for example when in a git repo or using a non-default virtualenv.

We are happy to get any feedback. More details and screenshots are in the readme

@jedahan jedahan closed this as completed Aug 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant