Sebastian Gniazdowski

Results 153 comments of Sebastian Gniazdowski

Before creating the parser I've extended the `exuberant ctags` to: - support mode lines of vim and emacs to detect shell script (e.g.: vim mode line could be: `vim:ft=sh`): https://github.com/psprint/zcommodore/commit/9451bea0d71f0777cef6a8b51ddd9713a9793627,...

> About the video about the zsh plugin, I could not understand it well. > My knowledge about the area may be too limited or the clock speed of my...

Thanks for examining my changes. I'm surprised that there's vim/emacs modeline support (if run with `-G` option?). I've updated my some Makefile targets and other scripts to use it, however...

**UPDATE:** I've managed to overcome the `mode: zsh` problem via `--alias-zsh=+sh`. However one other important limitation appeared: not accepting `-` dash/minus sign in function names. This should be fixed, because...

I'm so disappointed about the quality of Zsh plugins that it would probably be the only section I would read. But I see your point. If doing a section, then...

Turned out the task is so simple, that I've coded it in Zshell: https://github.com/zdharma/hacking-private/tree/master/zsh-plugin-assessor ![zpa](https://user-images.githubusercontent.com/6049288/47731516-8de16780-dc64-11e8-9264-f85041484e72.png) The script assigns 4 integers, e.g. for the `alias-tips` plugin, the score `2100`, means: -...

### Progress detection 🚶- slow/moderate progress: 1 commit in each of last 3 months or 5 commits in total in 3 last months 🏃- fast progress: 3 commits in each...

I've noticed that I've forgot about commit count. @jedahan: I write plugins for 3 years, in 2016 I've had ~8.7 commits per day, not excluding holidays, in 2017 it was...

@jedahan 'm not sure about your gradual-emoji-introduction proposition, I just don't know what to think about it yet, I must gain some insight. BTW. your `geometry-zsh/geometry` theme would get a...

The script was having `commit-count` and `last-activity` switched in places, plus one more bug. So for `alias-tips`, the score is `[1200]`, for `geometry` it's `[2222]`. Commit count is first, but...