aboutsummaryrefslogtreecommitdiff
path: root/tasks
AgeCommit message (Collapse)Author
2020-07-03Deprecate tasks that do not fit my workflow anymoreAdrian Kummerlaender
2020-06-03Explicitly depend on env for Jupyter tasksAdrian Kummerlaender
This way the Jupyter environment is built during home instantiation and not only when actually calling the launcher script. This solves various GC and network availability related issues for this task type.
2020-04-23Add SciPy to Jupyterlab launcherAdrian Kummerlaender
2020-02-23Add basic Emacs+Evil+Orgmode configAdrian Kummerlaender
2020-02-18Fix jupyterWith revisionAdrian Kummerlaender
2020-01-17Implement Jupyter Lab type in Tasker moduleAdrian Kummerlaender
Allows for convenient creation of shortcuts to Jupyter Lab sessions. As a bonus they are wrapped in Chromium App View instances and automatically terminated when required.
2019-07-06Add Python console task typeAdrian Kummerlaender
2019-05-22Add tasksAdrian Kummerlaender
2019-05-11Update Tasker tasksAdrian Kummerlaender
2019-03-02Add generic LaTeX shell to TaskerAdrian Kummerlaender
2019-02-24Add Tasker types for opening terminal / vim in local nix-shellAdrian Kummerlaender
2019-02-24Add nix-shell environment type to taskerAdrian Kummerlaender
Allows for convenient management of non-project-specific shell environments.
2019-02-24Define type of task entriesAdrian Kummerlaender
2019-02-22Declare tasks as attribute optionAdrian Kummerlaender
This way it is easy to support e.g. host specific tasks