File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1+
12MiaoShell v1.0.0 - Help Guide
23========================================
34
3334• VFS persists in localStorage (512 KB limit)
3435• Use quotes for spaces: write "my file" "content"
3536
36- Repository: https://github.com/daniel4-scratch/mioashell
37+ Repository: https://github.com/daniel4-scratch/miaoshell
Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6- < title > XTerm Test </ title >
6+ < title > Miao Shell </ title >
77 < link rel ="stylesheet " href ="style.css ">
88</ head >
99< body >
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const commands = {
102102 about : ( term ) => {
103103 term . writeln ( '\r\n' + colors . bold + 'MiaoShell' + colors . reset + ' - A Useless Terminal' ) ;
104104 term . writeln ( 'Version: 1.0.0' ) ;
105- term . writeln ( 'https://github.com/daniel4-scratch/xtermtest ' ) ;
105+ term . writeln ( 'https://github.com/daniel4-scratch/miaoshell ' ) ;
106106 } ,
107107 ...vfs . commands , ...jsC . commands
108108} ;
Original file line number Diff line number Diff line change 66 display : flex;
77 justify-content : center;
88 align-items : center;
9- background-color : black ;
9+ background-color : # 181826ff ;
1010}
1111
1212# terminal {
13+ margin : 1em ;
1314 width : 100vw ;
1415 height : 100vh ;
1516}
You can’t perform that action at this time.
0 commit comments