You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,15 @@
25
25
Welcome to OSTree-TUI. This project provides a more user friendly approach to a OSTree interface. It's purpose is to assist developers when using the command line to interact with OSTree (not to replace the command line interface completely).
26
26
27
27
## Usage & Features
28
-
To start the OSTree-TUI, simply type `ostree-tui <repo_path>` (replace `<repo_path>` with the path to the desired repository), or `ostree-tui --help` to see its options. Navigating the application is possible with the arrow keys, or mouse input. Special actions are described in the bottom-bar.
28
+
***Navigate** all commits on all branches on a `git`-like commit tree
29
+
***View** all details to the selected commit you would also get through an `ostree show`
30
+
***Filter** branches, if the screen gets too buzy for you
31
+
***Drag-and-drop** commits onto branches to promote them (or use `Alt+P`)
32
+
* Most features support keyboard input **and** mouse input
29
33
30
-
The features currently include:
31
-
* Display a commit tree on the left
32
-
* Branch filter options on the top right
33
-
* Display details to the selected commit on the right
34
+
To start the OSTree-TUI, simply type `ostree-tui <repo_path>` (replace `<repo_path>` with the path to the desired repository), or `ostree-tui --help` to see its options. Navigating the application is possible with the arrow keys, or mouse input. Special actions are described in the bottom-bar.
34
35
35
-
Upcoming features can be viewed in the [issues](https://github.com/AP-Sensing/ostree-tui/issues)!
36
+
Upcoming features can be viewed in the [issues](https://github.com/AP-Sensing/ostree-tui/labels/%E2%9C%A8%20feature)!
36
37
37
38
## Installation / Build instructions
38
39
@@ -55,6 +56,7 @@ cmake --build . --parallel
55
56
# To install, use `make install DESTDIR=<target_destination>`
56
57
```
57
58
59
+
<!--
58
60
**Webassembly build:**
59
61
60
62
The Webassembly build has not been tested, or confirmed yet.
0 commit comments