Git Product home page Git Product logo

collabbook's Introduction

Collabbook

Taskbook clone written in Java using picocli, and designed to play nicely with git.

Features

  • Collaboration with teammates done via a hidden .collabbook file which is meant to be tracked inside a git repository.
  • When syncing commits with remote repository, updates to the task list are shared.
  • Merge conflicts in the .collabbook file are avoided by a custom format designed to play nicely with on git's default merging schemes.
  • Nearly all taskbook features are available from the commandline.

Known Issues

  • Unacceptable performance (~2 secs) due to JVM startup overhead.
    • A golang port / rewrite is in progress, to enable the lightning-fast performance that comes from native compilation.
    • Integration with nailgun or drip are other options, for those who don't mind semi-persistent background JVMs.

collabbook's People

Contributors

kalexmills avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

collabbook's Issues

File format needs adjusting

File format needs adjusting and a merge driver needs to be written. To be honest, I'm not sure why I thought that EOL delimiting would work.
Right now, a version ID needs to be kept alongside each record.
Records will be updated automatically during the merge by the driver based upon the version ID.

So we will need to write a merge driver, also...

TODO: Port to go

In lieu of using nailgun to reduce startup times, I think a port to go would be much better.

TODO: Add directory-walking feature.

Taskbook should walk to the root of the filesystem, searching for a .collabbook file, and stopping once it finds it. If it does not find it, it should error out and ask the user if they want to init a new collabbook DB in the current directory.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.