clikan icon indicating copy to clipboard operation
clikan copied to clipboard

clikan is a super simple personal kanban board that runs in a CLI

Results 9 clikan issues
Sort by recently updated
recently updated
newest added

Would a Mastodon account for this project be possible?

documentation
enhancement
help wanted

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...

Investigate what it would take to run from a Python REPL.

enhancement

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...

dependencies
github_actions