{"id":13558389,"url":"https://github.com/machisuji/cardboard","last_synced_at":"2025-04-14T09:42:02.818Z","repository":{"id":137587315,"uuid":"74217504","full_name":"machisuji/cardboard","owner":"machisuji","description":"A decentralized, kanban-style collaboration tool which lets you organize tasks into customizable cards based on plain, versioned text files.","archived":false,"fork":false,"pushed_at":"2017-04-12T17:12:38.000Z","size":901,"stargazers_count":10,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-27T23:02:20.795Z","etag":null,"topics":["collaboration","decentralized","git","kanban","kanban-board","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/machisuji.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-19T15:39:19.000Z","updated_at":"2024-02-13T17:07:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"80375df1-73d9-4e05-ae14-872065bdb75f","html_url":"https://github.com/machisuji/cardboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machisuji%2Fcardboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machisuji%2Fcardboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machisuji%2Fcardboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machisuji%2Fcardboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/machisuji","download_url":"https://codeload.github.com/machisuji/cardboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248855960,"owners_count":21172673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["collaboration","decentralized","git","kanban","kanban-board","rust"],"created_at":"2024-08-01T12:04:55.549Z","updated_at":"2025-04-14T09:42:02.786Z","avatar_url":"https://github.com/machisuji.png","language":"Rust","funding_links":[],"categories":["Rust","git"],"sub_categories":[],"readme":"# cardboard\n\n[![travis ci](https://travis-ci.org/machisuji/cardboard.svg?branch=master)](https://travis-ci.org/machisuji/cardboard)\n\n`cardboard` is a decentralized, kanban-style collaboration tool which lets you organize tasks\ninto customizable cards based on plain, versioned text files.\n\n![Image of Cardboard](https://github.com/machisuji/cardboard/raw/master/doc/cardboard.png)\n\n## Usage\n\nWhen running `cardboard` for the first time it will initialize a data\nrepository with example data in `./.cardboard`.\n\nSome notes:\n\n* Cards' content has to start with a markdown title (`# Some title`).\n* A card's title will be used to derive a file name for it (`some_title.md`).\n\nCardboard is for developers and with that as an excuse it leaves a lot of the dirty\nwork to the users. Here's a bunch of things you will have to do yourself.\n\n### Configuring boards\n\nEdit `.cardboard/config.yml` to configure the existing boards.\n\n### Adding a remote\n\nIf you actually want to share your work with others you will have to add a remote.\n\n```\ncd .cardboard\ngit add remote origin git@github.com:machisuji/cardboard-example.git\n```\n\n## Development\n\n1. Install `rust` including `cargo` as described [here](https://www.rust-lang.org/en-US/install.html).\n2. Run it using `cargo run`. You can suppress the opening of a browser through\n`cargo run -- -q`.\n\n### Build\n\nBuilt using cargo.\n\n```\ncargo build --release\n```\n\nWhereupon the executable will be created at `target/release/cardboard`.\n\n### Building on Windows\n\nOn Windows the build has the following prerequisites:\n\n* [OpenSSL](https://github.com/sfackler/rust-openssl#windows)\n* [cmake](https://cmake.org/download/)\n\n## DISCLAIMER\n\nI don't know what I'm doing. This is an exercise in learning both Rust and about\nthe internals of git. Also you may have noticed that I'm not much of a web\ndesigner.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachisuji%2Fcardboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmachisuji%2Fcardboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachisuji%2Fcardboard/lists"}