Daniel of Service

Results 13 comments of Daniel of Service

@daneah according to the [tutorial](https://www.iterm2.com/python-api/tutorial/index.html#creating-a-new-script) you can do that with the `Full Environment` option. This creates a virtual environment where you can use other packages. I've tried that yesterday. The...

I'll try to create a component that shows due tasks of a Todoist account.

It seems that iTerm2 only installs the virtualenv when you create a new script via the GUI. So it is hard to provide scripts. iTerm2 creates a file called `setup.cfg`...

Yes, the trigger is the part I couldn't find. Another option that came to my mind is to provide iterm-components as a pip package and let the user create a...

It might also be possible to implement something that uses jsonnet-bundler behind the scenes similar to what [rules_python](https://github.com/bazelbuild/rules_python#installing-pip-dependencies) did with their `pip_install` function. This constructs a repository with the given...

I'm nearly done with a skin matching the solarized dark color scheme. The last two things that are left is `status_code` and `status_ellipsis`. I'm not sure what this is used...

This is the current status. **Default view** **File search** **Permissions** **Sizes**

Well the red is the one that is specified by the solarized color scheme, so I used it. But I agree it doesn't look that good in this context. I...

Okay I've finished the work on the solarized dark skin. Using ANSI colors was not possible. The colors didn't match at all. My terminal (iTerm2) is configured to use the...

Done. See #213