Skip to content

Commit f7966f4

Browse files
committed
note about magit for a better tui, some day
1 parent d9e499a commit f7966f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Provide a CLI to for the most basic user journey:
231231
* [ ] Open up SQL for git using [sqlite virtual tables](https://github.com/rusqlite/rusqlite/blob/master/tests/vtab.rs). Check out gitqlite
232232
as well. What would an MVP look like? Maybe even something that could ship with gitoxide.
233233
* [ ] A truly awesome history rewriter which makes it easy to understand what happened while avoiding all pitfalls. Think BFG, but more awesome, if that's possible.
234-
* [ ] `git-tui` should learn a lot from [fossil-scm] regarding the presentation of data. Maybe [this](https://github.com/Lutetium-Vanadium/requestty/) can be used for prompts.
234+
* [ ] `git-tui` should learn a lot from [fossil-scm] regarding the presentation of data. Maybe [this](https://github.com/Lutetium-Vanadium/requestty/) can be used for prompts. Probably [magit] has a lot to offer, too.
235235
* [ ] Can markdown be used as database so issue-trackers along with meta-data could just be markdown files which are mostly human-editable? Could user interfaces
236236
be meta-data aware and just hide the meta-data chunks which are now editable in the GUI itself? Doing this would make conflicts easier to resolve than an `sqlite`
237237
database.
@@ -251,6 +251,7 @@ Provide a CLI to for the most basic user journey:
251251

252252
[syncthing]: https://github.com/syncthing/syncthing
253253
[fossil-scm]: https://www.fossil-scm.org
254+
[magit]: https://magit.vc
254255

255256

256257
## Shortcomings & Limitations

0 commit comments

Comments
 (0)