Matthias Bilger

Results 34 issues of Matthias Bilger

I wanted to use some of the snippets, for example the `for(auto x : y)` in cpp. When hitting the content gets deleted, even if I do not enter something....

Allow to specify a session which shall be used to create a new window in it. Many developers have a second or third screen. To allow usage as output screen,...

For Markdown there must be an empty line after a table to be detected correclty. With a formula line directly after the table this is not fulfilled. Is it possible...

enhancement

Hi folks, would be nice to have a disable checkbox in the accounts view to temporarily disable an account instead of deleting and reenter it. Thank you very much m4n2b

feature request
pinned

ANSI Colors are working in header-lines. When passing header (api or command line) the ANSI codes do not work. Example ``` sk --ansi --header=$(echo "\x1b[1mtest\x1b[0m Notest") ```

Filter or sort recipies by the subscribed feeds.

enhancement
Papercut

This is a feature I really miss in Respect/Rest is, to allow subrouters. Eg. define sub routers: ``` php $blog = new Router; $blog->get('/', function() { return 'This is my...

Allow to define a Router as target which allows nesting of several indipendent router. This makes routers reuseable. See #119.

Support subcommands for e.g. git like `git status` which have their own man pages.

Would be nice to have a swift manifest, to be able to install it directly from Xcode. Thanks.