Skip to main content

Terminal Kanban board

Project description

Cardsboard

Terminal Kanban board for cards-based project management.

Screen recording of cardsboard demo.

Under the hood Cardsboard functions as a file explorer. Items are stored as simple files directly on the file system. This means they can be easily edited by opening them in your preferred text editor. Furthermore, this allows for easy synchronization and integration with scripting and automation.

The UI is inspired by simplifying the interface of Nextcloud Deck, removing all advanced features (collaboration, comments etc.). Only the indicator of content in cards is kept, which allows to discern simple tasks from longer notes.

Installation

pip install cardsboard

Usage

cardsboard [-h] [-d DATADIR]

Key Description
q, ctrl + c quit
arrow left focus left
arrow right focus right
arrow up focus up
arrow down focus down
g focus top item
G focus bottom item
home focus first column
end focus last column
Shift + arrow left move item left
Shift + arrow right move item right
Shift + arrow up move item up
Shift + arrow down move item down
enter open focused item
r reload data from disk
o insert item below
i rename focused item
dd delete focused item
c insert column right
I rename focused column
h move column left
l move column right
dc delete column

Configuration

If non-existent, Cardsboard creates a default configuration at ~/.config/keepmenu/config.ini. To be able to open and edit items you additionally need to set cmd to a program that can open Markdown files. Use the placeholder {} for the absolute path to the file.

For example, to open files in vim in a new Alacritty terminal window you can use:

cmd = alacritty --title cardsboard-popup -e bash -c 'vim "{}"' > /dev/null`

Additional options like --tilte can tell the window manager to treat the window in a special way, e.g., as a pop-up window.

Furthermore, Cardsboard automatically detects when it is running inside Tmux and you can configure a special command for that case, e.g. use:

cmd_tmux = tmux popup -E vim "{}"

Similar Projects

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cardsboard-0.1.2.tar.gz (12.1 kB view details)

Uploaded Source

Built Distribution

cardsboard-0.1.2-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file cardsboard-0.1.2.tar.gz.

File metadata

  • Download URL: cardsboard-0.1.2.tar.gz
  • Upload date:
  • Size: 12.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for cardsboard-0.1.2.tar.gz
Algorithm Hash digest
SHA256 396527a65746173e2c4ff87b6b1ab0509d8756a1ec94ed424d407744b4512ece
MD5 55e49d7bba4771de6b61fee7df08bab4
BLAKE2b-256 97e7841b3755eb70e4a2fb7e1f601b7ee00a3e3d990b8ef4af64bd69a0c5f5e3

See more details on using hashes here.

File details

Details for the file cardsboard-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: cardsboard-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 11.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for cardsboard-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b63bfa034de2fbbaac5ecfa047b666ea42296b8add611e08ea47ba4877a77e2d
MD5 dca20be63a950d3b008a7f8e3322a37d
BLAKE2b-256 4a9510df60ee21ac8db724f0b4bbdd906ab9eb5450033fb589360a2e843387f6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page