clikan
clikan copied to clipboard
clikan is a super simple personal kanban board that runs in a CLI
Would a Mastodon account for this project be possible?
Hello, I saw your (pretty cool) project but was wondering if there was a way to configure the tool in `.ini` or through the process environment? Both can be done...
Issue #56 for context: Operating on multiple tasks Notes: Replaced 4 `@click.argument('id')` with `@click.argument('id', nargs=-1)` to support multiple arguments. This converts arguments from strings to lists of strings so I...
Hi again! Are you open to the idea of making it possible to operate on multiple tasks in one go? I'm thinking something like this: ``` clikan add "Buy toilet...
After running `pip install clikan` and executing the `clikan` command I get this error: ``` Traceback (most recent call last): File "/usr/local/bin/clikan", line 5, in from clikan import clikan File...
GHA not functional anymore... Last build on main failed to deploy new package to PyPi.
A Text format for the kind of data clikan uses is suboptimal. Please switch to SQL(ite).
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.13.0. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.13.0 [!important] 🚨 This release includes fixes for GHSA-vxmw-7h4f-hqxh discovered by @woodruffw💰. We've also integrated Zizmor to catch...