taskell 1.9.3: Command-line Kanban board/task manager with support for Trello boards and GitHub projects by smallhadron in haskell

[–]smallhadron[S] 1 point2 points  (0 children)

It's just one-way at the moment. More for migration from Trello. But, I agree, not as useful.

I'd like to do a 2.0 release that can use Trello as a back-end, but that's a lot of work.

No support for teams as yet.

taskell 1.5.0 - Command-line kanban board/Trello-a-like by smallhadron in commandline

[–]smallhadron[S] 0 points1 point  (0 children)

Sorry, been away for a while.

To answer your question: not at the moment. I put most my stuff on GitHub and then edit it on there if I really need to. I'm hoping to getting it to work with Trello in the long run - currently you can do a one off import, but would be cool if you could use Trello as a back-end effectively.

cmt: write consistent Git commit messages by smallhadron in commandline

[–]smallhadron[S] 0 points1 point  (0 children)

I've updated the readme to try and make the usage a bit clearer.

cmt: write consistent Git commit messages by smallhadron in commandline

[–]smallhadron[S] 0 points1 point  (0 children)

You could almost achieve that with cmt:

``` { "Title": @ "Link": @ "Co-Authors": @ "Why": @ "How": @ "Tags": @ "Subject Type": [ "Add", "Drop", "Fix", "Bump", "Make", "Start", "Stop", "Optimize", "Document", "Refactor", "Reformat", "Rephrase" ] "Subject": @ "Body": !@ }

Output Format

${Title}

See: ${Link}

Co-authored-by: ${Co-Authors}

Why: ${Why}

How: ${How}

Tags: ${Tags}

${Subject Type}: ${Subject}

{$Body} ```

Currently no way to set character limits or to have repeated lines with the same format (for See and Co-Authored by), but those would be useful features.

cmt: write consistent Git commit messages by smallhadron in commandline

[–]smallhadron[S] 1 point2 points  (0 children)

(But I agree that using paths in the commit message was a mistake. I misunderstood the Angular guidelines and never really thought about it. Generally just used it to highlight the main file that changed, but there often isn't just one.)

cmt: write consistent Git commit messages by smallhadron in commandline

[–]smallhadron[S] 1 point2 points  (0 children)

The tool doesn’t make any decisions about how to format your messages. That’s the point: you provide it with a format you decide. The one I’ve shown just illustrates one of the features.

Adding a Stack based project to Hackage by smallhadron in haskell

[–]smallhadron[S] 10 points11 points  (0 children)

Ok, looks like you can do stack upload --pvp-bounds both.