question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adding git support

See original GitHub issue

Is your feature request related to a problem? Please describe. Love the interface, would love the ability to sync tasks to multiple computers

Describe the solution you’d like Adding an optional git property to the config file that would auto git add . & git commit -m "Added task - Submitting a feature request to @personal" on each CRUD action (example here is on tb -t @personal Submitting a feature request.

Additional context Wouldn’t mind doing this myself, just thought I’d put it here first to prevent duplication of work.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:15
  • Comments:13

github_iconTop GitHub Comments

3reactions
knappgcommented, Aug 8, 2018

Is the use of git here simply to use git as a storage provider or is there more? It seems like git is pretty different than the storage provider this project is using, which is a pretty basic JSON store.

Also, though git is popular, it seems a bit odd to be thinking of this program as a wrapper around git… if you wanted to use git, what if there was instead a way to customize post-command hooks that get run. That way you could hook up taskbook to add and commit within your storage directory after each command?

1reaction
signorekaicommented, Aug 13, 2018

@knappg various event hooks would work nicely, will do that instead!

Read more comments on GitHub >

github_iconTop Results From Across the Web

git-add Documentation - Git
This command can be performed multiple times before a commit. It only adds the content of the specified file(s) at the time the...
Read more >
Git in Visual Studio Code
Git in Visual Studio Code. Visual Studio Code has git support built in. You will need to have git version 2.0.0 (or newer)...
Read more >
8.1 Customizing Git - Git Configuration
So far, we've covered the basics of how Git works and how to use it, and we've introduced a number of tools that...
Read more >
Git - Git in Bash - Git SCM
This works with all of Git's subcommands, command-line parameters, and remotes and ref names where appropriate. It's also useful to customize your prompt...
Read more >
1.6 Getting Started - First-Time Git Setup
Git comes with a tool called git config that lets you get and set configuration variables that control all aspects of how Git...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found