Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pkgs/tskm: Support raw paths in place of URLs | Benedikt Peetz | 7 days |
| | | | | | Otherwise, using `tskm` as an URL opener might fail (e.g., as `xdg-open /some/path`, would still invoke it). | ||
* | pkgs/tskm/open: Allow opening multiple URLs at a time | Benedikt Peetz | 2025-06-11 |
| | |||
* | pkgs/tskm/inputs/tags: Init | Benedikt Peetz | 2025-06-11 |
| | | | | This makes it possible to see the already used tabs. | ||
* | pkgs/tskm/open/list-tabs: All listing based on empty/non-empty and more than ↵ | Benedikt Peetz | 2025-06-11 |
| | | | | one project | ||
* | pkgs/tskm/open/review: All reviewing all non-empty projects | Benedikt Peetz | 2025-06-11 |
| | |||
* | pkgs/tskm/neorg/task: Correctly call the id argument “task” | Benedikt Peetz | 2025-06-11 |
| | |||
* | pkgs/tskm: Port to qutebrowser | Benedikt Peetz | 2025-06-11 |
| | |||
* | pkgs/tskm: Support filtering the show `inputs` in `tskm inputs list` | Benedikt Peetz | 2025-06-06 |
| | |||
* | pkgs/tskm/cli::input::file: Support adding default tags to file import | Benedikt Peetz | 2025-06-02 |
| | |||
* | pkgs/tskm: Format with latest rustfmt | Benedikt Peetz | 2025-06-02 |
| | |||
* | treewide: Add nice GPL-3.0-or-later license header | Benedikt Peetz | 2025-04-27 |
| | | | | This change also ensures that this repo is reuse-3.0 compliant. | ||
* | pkgs/tskm: Add completions for dynamic values | Benedikt Peetz | 2025-04-14 |
| | | | | | This brings `tskm` again on the same level `neorg` was with regard to completions. | ||
* | feat(pkgs/tskm): Support opening URLs (and correctly default) | Benedikt Peetz | 2025-04-07 |
| | |||
* | fix(pkgs/tskm/task): Make the verbosity selectable | Benedikt Peetz | 2025-04-06 |
| | |||
* | feat(pkgs/tskm/task): Use taskchampion instead of run_task | Benedikt Peetz | 2025-04-06 |
| | |||
* | style(treewide): Format | Benedikt Peetz | 2025-04-04 |
| | |||
* | feat(pkgs/tskm): Support listing the open tabs in a project | Benedikt Peetz | 2025-04-04 |
| | |||
* | feat(pkgs/neorg): Rewrite in rust | Benedikt Peetz | 2025-04-04 |
This improves upon neorg by integrating it better into the system context. |