lib/ayadn/help.rb in ayadn-0.6.2 vs lib/ayadn/help.rb in ayadn-0.6.3

- old
+ new

@@ -31,23 +31,25 @@ help << "- " + "infos, delete, star/unstar, repost/unrepost, convo, starred, reposted ".green + "PostID\n".brown help << "- " + "infos, starred, follow, unfollow, mute, unmute ".green + "@username\n".brown #help << "- " + "help ".green + "\t\t\tdisplay this screen\n" help << "- " + "help/commands/webhelp".green + "\n\n" #help << "- " + "tip: ".cyan + "some commands have a shortcut: w(rite), r(eply), s(earch), p(osts), m(entions), t(ag), c(onvo), i(nfos), h(elp)\n" - help << "- " + "Tip: put 'scroll' before a stream to use the scrolling feature\n\n".cyan + help << "- " + "Tip: put 'scroll' before a stream to use the scrolling feature\n".cyan + help << "- " + "Visit https://github.com/ericdke/ayadn#ayadn for help, tips, commands, etc\n\n".cyan help << "Examples:\n\n".cyan help << "ayadn \n"#.green + "(display your Unified stream)\n" + help << "ayadn install config\n"#.green + "(display your Unified stream)\n" help << "ayadn write \n"#.green + "(write a post with a compose window)\n" help << "ayadn write \'@ayadn Posting with AyaDN!\' \n"#.green + "(write a post instantly between double quotes)\n" help << "ayadn reply 14805036 \n"#.green + "(reply to post n°14805036 with a compose window)\n" - help << "ayadn tag nowplaying \n"#.green + "(search for hashtag #nowplaying)\n" + #help << "ayadn tag nowplaying \n"#.green + "(search for hashtag #nowplaying)\n" help << "ayadn star 14805036 \n"#.green + "(star post n°14805036)\n" help << "ayadn checkins \n"#.green + "(display the Checkins stream)\n" help << "ayadn scroll unified \n" help << "ayadn follow @ayadn \n"#.green + "(follow user @ericd)\n" help << "ayadn search ruby,json \n"#.green + "(search for posts with these words)\n" #help << "ayadn list files \n" - help << "ayadn backup followings me \n" + #help << "ayadn backup followings me \n" help << "\n" return help end def list_of_commands commands = "\nList of commands: \n\n".cyan \ No newline at end of file