Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/Anacardo89/kanban_cli

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/Anacardo89/kanban_cli

  • v0.0.0-20240313163732-c46b31f1d1f9
  • Source
  • Go
  • Socket score

Version published
Created
Source

Kanboards - a Kanban CLI app

image

Kanboards is a Trello clone for the CLI designed to be customizable and portable:

  • manage multiple projects
  • add/remove boards and move them around
  • tasks have checklists to further divide work
  • label tasks for categorization
  • import/export to YAML for portability

Install:

  1. Install go and SQLite
  2. Clone the repo and get the dependencies with go get:
  3. Build go build .
  4. Run

Usage:

Commands are written on screen, apart from that:

  • the first time you run kanboards a directory with the same name will be created in your home directory
  • import/export from/to YAML with i and e when at main screen
  • YAML file is placed in the kanboards directory
  • you can only import into an empty DB, if there are already projects loaded i will do nothing

You can just copy the .db file instead of the .yaml one and it will be just as portable, as long as the files are placed in HOME/kanboards/ but i wanted to do something with YAML so there you go. :)

FAQs

Package last updated on 13 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc