-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bikobi
committed
Apr 20, 2024
1 parent
d083f6d
commit 25dca04
Showing
6 changed files
with
36 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
"CLEAR - Clear screen" | ||
"CLS - Clear Screen" | ||
"DATE - Display current Date and Time" | ||
"EXIT - Exits software" | ||
"HELP - Display this help" | ||
"ISSUE - Link to report an issue or a feature" | ||
"PUNS - Display Undertale puns" | ||
"RULES - Display rules" | ||
"NINTENDO - Display Nintendo Jokes" | ||
"EDIT - Display file selector and your default editor" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# FBD Documentation. | ||
|
||
> ## Executable Commands in Launcher : | ||
> | ||
> - S - Scripts. | ||
> - D - Downloader | ||
> - S - Switch | ||
> - D - Read the Software Documentation | ||
> - F - Launch FBD | ||
> - Q - Quit | ||
> ## Executable Commands in FBD : | ||
> | ||
> - CLEAR - Clear screen | ||
> - DATE - Display current Date and Time | ||
> - EXIT - Exits software | ||
> - HELP - Display the command list | ||
> - ISSUE - Link to report an issue or a feature | ||
> - PUNS - Display Undertale puns | ||
> - RULES - Display rules | ||
> - NINTENDO - Display Nintendo Jokes | ||
> - EDIT - Display file selector and your default editor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,9 @@ function choice () { | |
if [ "$MAI" = "Q" ]; then | ||
exit | ||
fi | ||
if [ "$MAI" = "D" ]; then | ||
gum pager < doc.md | ||
fi | ||
} | ||
|
||
choice |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,4 +52,4 @@ while true | |
echo -n "Command not found or not implemented yet." | ||
;; | ||
esac | ||
done | ||
done |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.