Sebastian Gniazdowski
Sebastian Gniazdowski
Hello Could it be possible to save theme in cookies? I've checked that this bool is enough to be changed to make the page start in light theme: ```diff diff...
A new substitution special string %(sh {shell-command}) that substitutes external command's output
On gitter, in a [discussion](https://gitter.im/jonas/tig?at=62ae474bef5ee44882b4e993) there has been an idea from user @krobelus: ``` I don't thikn this is possible, we should add that feature 10:17 maybe like :goto %sh{git...
Hi, I would like to configure tig so that patches are colorized when displayed. I select the patches comfortably in status view, but they aren't by default processed nor colorized...
Zinit can set temporary, local variables in the moment of loading a plugin, with `param'name->value'`. However, they aren't exported. This PR adds the `-x` option to the `local …` invocation...
The user can use them in 3 ways: $ cd BIN_DIR $ cd $BIN_DIR $ cd ~BIN_DIR Use global alias and vars to allow moving between dirs quicker. ## Description...
I've defined a new language that much better parses shell script: - it allows arbitrary [[:alphnum].+:_-] characters in the name of the function (runnables in shell are allowed the same...
Google doesn't indicate any connection between sds and Arduino, Stm32, etc. And it seems that lightweight and comfortable sds is a welcomed proportion between string.h and C++ string and it...
Hello! There's attempt of mine to write down and clarify Zsh plugin standard. It follows Oh-My-Zsh unwritten standard, but [solves a few issues](http://zdharma.org/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html) like: 1. Incompatibility with `*_argzero` options like...
I thought that I'll implement some of the paragraphs of the [plugin standard](http://zdharma.org/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html). The PR implements paragraph `1` and `5`: 1. Provide the `$ZERO` parameter – a sister parameter to...
Hello, I saw one zgen-generated `init.zsh` and it contained `fpath+=( ...` code after the series of sources of plugins. I think this is problematic because plugins cannot use `autoload` functionality...