Skip to content

Commit ed9562f

Browse files
committed
Module documentation for tabs
1 parent 8964059 commit ed9562f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/tabs/mod.rs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/*!
2+
The tabs module contains a struct for each of the tabs visible in the
3+
ui:
4+
5+
- [`Status`]: Stage changes, push, pull
6+
- [`Revlog`]: Revision log (think git log)
7+
- [`FilesTab`]: See content of any file at HEAD. Blame
8+
- [`Stashing`]: Managing one stash
9+
- [`StashList`]: Managing all stashes
10+
11+
Many of the tabs can expand to show more details. This is done via
12+
Enter or right-arrow. To close again, press ESC.
13+
*/
14+
115
mod files;
216
mod revlog;
317
mod stashing;

0 commit comments

Comments
 (0)