A simple poll utility for rawtext.club
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Sam Hunter 850732cf73
...
2 years ago
README.md moved from the rtc-shell-scripts README 2 years ago
poll ... 2 years ago
poll.1 Poll list: -L|--list-all added. Number of polls displayed by default set to 5 (variable LIST_LIMIT) 2 years ago
poll.5 poll template format description. initial commit. 2 years ago
poll.todo Poll list: -L|--list-all added. Number of polls displayed by default set to 5 (variable LIST_LIMIT) 2 years ago

README.md

poll

Simple voting utility.

rtc-shell-scripts $ export EDITOR=ed
rtc-shell-scripts $ poll -n
New polls:
	pizzahawaii by samhunter
rtc-shell-scripts $ poll -v pizzahawaii 
120
,p
Pineapple on a pizza?
[ ] disgusting :$
[ ] yummy! :P
[ ] A pizza is a pizza :D
[ ] I hate pizza, give me the pineapple
/A pizza/s! !X!1p
[X] A pizza is a pizza :D
w
120
q
rtc-shell-scripts $ poll -r pizzahawaii
Pineapple on a pizza?
1  A pizza is a pizza :D
1  yummy! :P
rtc-shell-scripts $ poll -n
No new polls found.