Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add git-project #33

Merged
merged 3 commits into from
Oct 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
added git-project
  • Loading branch information
mms-gianni committed Mar 4, 2021
commit 7cf5efedd99e80428fb1a0c012b5c2a7ec0ad0b3
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Git Profile](#git-profile)
- [git revise](#git-revise)
- [filter-repo](#filter-repo)
- [git-project](#git-project)


## [git-extras](https://github.com/tj/git-extras)
Expand Down Expand Up @@ -1867,6 +1868,35 @@ TBD - PR Welcome!

TBD - PR Welcome!

## [git-project](https://github.com/mms-gianni/git-projecto)
```
$ git project board

Project: shoppinglist
+-----------+------+
| OPEN | DONE |
+-----------+------+
| something | love |
+-----------+------+
| coffee | |
+-----------+ +
| sugar | |
+-----------+ +
| milk | |
+-----------+------+
```

```
$ git project status

Project: shoppinglist
0| ⭐ something
1| ⭐ coffee
2| ⭐ sugar
3| ⭐ milk
4| ✅ love
```


## License

Expand Down