Skip to content

small "framework" to implement dialogue using static pages

Notifications You must be signed in to change notification settings

svart-ravn/bash-dialogue-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bash-dialogue-framework

small "framework" to implement dialogue using static pages

  • provide some basic things like:
    • no text blinking
    • no cursor
    • capturing user input
    • traps

Here are some "sample" pages:

  1. main page
Please choose something:                                                                                                                                          
[1] Choice 1                                                                                                                                                      
[2] Choice 2                                                                                                                                                      
[x] Exit                                                                                                                                                          
[?] Will try to help you  
  1. Choice 1
Are you going to say "YARR!"                                                                                                                                     
[y] Yes                                                                                                                                                          
[n] No                                                                                                                                                           
[x] Exit                                                                                                                                                         
[?] Will try to help you   
  1. Choice 2
Are you pirate?                                                                                                                                                  
[y] Yes                                                                                                                                                          
[n] No                                                                                                                                                           
[x] Exit                                                                                                                                                         
[?] Will try to help you

About

small "framework" to implement dialogue using static pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages