Originally space was thought out to also accept the selection, but only a broken binding was added. As we want to use space for selections in the future we now remove it entirely.  | 
			||
|---|---|---|
| clintermission | ||
| examples | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| setup.cfg | ||
| setup.py | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	CLI-Intermission
Tool to easily ask your user questions on the commandline. Interactive!
...by abusing python prompt-toolkit's Buffer class.
Highly inspired by go promptui