Giter Site home page Giter Site logo

git-todo's Introduction

git todo

git todo list/add/done todo item on branch.

Usage

20240629015816_rec_

Add a todo item on current

git todo <your todo item description>

git todo implment api
# Added it!
git todo add test cases
# Added it!

List todo items on current branch

git todo

git todo
# 1  implement api
# 2  add test cases

List todo items on all branches

git todo -a or git todo --all or git todo --all-branches

git todo -a

# *feat/some-feature
#        1  implement api
#        2  add test cases
# main
#        1  fix some issue

Mark some todo item as done on the current branch

git todo done <index> or git todo - <index>

git todo
# 1  implement api
# 2  add test cases

git todo done 1
# DONE! Good Job!

git todo
# 1 add test cases

git todo - 1
# DONE! Good Job!

git todo # response empty

Mark some todo item as done on the specific branch

git todo done <branch>:<index> or git todo - <branch>:<index>

git todo -a
# *feat/some-feature
#        1  implement api
#        2  add test cases
# main
#        1  fix some issue

git todo done main:1 
# DONE! Good Job!

git todo -a
# *feat/some-feature
#        1  implement api
#        2  add test cases

install

brew

brew install dspo/tools/git-todo

It will download the source code and build it locally by using brew install, which pulls a number of dependencies, including libgit2, z3, llvm, pkg-config and rust. If you don't want to install these dependencies, you can download the compiled binary from the repository's release page.

build

cargo build -r

git-todo's People

Contributors

dspo avatar

Watchers

Lucian avatar  avatar

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.