blueutil-tui

A tui for Mac which utilizes blueutil to manage your bluetooth devices.

  • search nearby devices
  • pair/unpair devices
  • connect/disconnect devices

image


kanban-python

A minimal kanban application for the terminal using rich.

  • automatic task creation based on tags in files like #TODO
  • .json file as data store
  • github-like markdown report creation on finished tasks

image


kanban-tui

More feature-rich kanban application using textual. Uses a sqlite database as backend

  • sqlite database as backend
  • utilizing plotext for plotting in the terminal
  • supports multiple boards and individual columns

image


dotenvhub

Tool to manage all your .env files at a central place and set environment variables via

  • a direct shell command
  • loading from the specific path via e.g. python-dotenv
  • creating a local copy of the file in your CWD

image