Skip to content

Commit

Permalink
Added DOC, removed test
Browse files Browse the repository at this point in the history
  • Loading branch information
bikobi committed Apr 20, 2024
1 parent d083f6d commit 25dca04
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 79 deletions.
10 changes: 10 additions & 0 deletions cmd.txt
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"
22 changes: 22 additions & 0 deletions doc.md
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
3 changes: 3 additions & 0 deletions launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ function choice () {
if [ "$MAI" = "Q" ]; then
exit
fi
if [ "$MAI" = "D" ]; then
gum pager < doc.md
fi
}

choice
2 changes: 1 addition & 1 deletion src/fbd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ while true
echo -n "Command not found or not implemented yet."
;;
esac
done
done
4 changes: 0 additions & 4 deletions src/rules.txt

This file was deleted.

74 changes: 0 additions & 74 deletions test/.tape

This file was deleted.

0 comments on commit 25dca04

Please sign in to comment.