mirror of
https://github.com/syssecfsu/witty.git
synced 2024-12-24 03:33:04 +01:00
wip
This commit is contained in:
parent
8734cb300e
commit
61c917ec47
@ -7,7 +7,7 @@ This program allows you to use terminal in the browser. Simply run the program a
|
||||
|
||||
2. WiTTY allows users to **easily record, replay, and share console sessions** with just a few clicks. This make it a breeze to answer course-related questions, espeically with the source code. Instead of wall of text to describe their questions, students can just send a recorded session.
|
||||
|
||||
This repository contains a recorded session in the ```assets/extra``` directory ([M1NXZvHdvA8vSCKp_61e5d60f.rec](extra/M1NXZvHdvA8vSCKp_61e5d60f.rec)) that shows me upgrading pihole. Just put the file under the ```records``` directory, run the server, you should find the recording in the ```Saved Session``` tab.
|
||||
This repository contains a recorded session in the ```assets/extra``` directory ([M1NXZvHdvA8vSCKp_61e5d60f.rec](extra/M1NXZvHdvA8vSCKp_61e5d60f.rec)) that shows me upgrading pihole. Just put the file under the ```records``` directory, run the server, you should find the recording in the ```Recorded Session``` tab.
|
||||
|
||||
3. More features are planned, including user authentication. Suggestions are welcome.
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
<li class="nav-item" role="presentation">
|
||||
<button class="nav-link bg-light" id="saved-tab" data-bs-toggle="tab" data-bs-target="#saved-cnt"
|
||||
type="button" role="tab" aria-controls="saved-cnt" aria-selected="false"><img src="/assets/img/record.svg"
|
||||
style="margin-right: 0.5rem;" height="18px">Saved Sessions</button>
|
||||
style="margin-right: 0.5rem;" height="18px">Recorded Sessions</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user