From f3cf7818c146d7fd687487408c541299822458f1 Mon Sep 17 00:00:00 2001 From: Alex Zai Date: Sat, 23 Apr 2016 11:17:26 -0700 Subject: [PATCH] (feat) add create files and supported files types --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 726d1c3..c21a160 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,24 @@ Responses from Google Drive API are cached to increase the speed. Use this optio - ```d > set cache [seconds]``` Sets the length of the duration for how long responses are held in cache before a fresh request is made. Default is 3600 seconds (1 hour) +- ```d > Create Google Doc``` +Create Google Doc and opens in default browser + +- ```d > Create Google Sheet``` +Create Google Sheet and opens in default browser + +- ```d > Create Google Slide``` +Create Google Slide and opens in default browser + +- ```d > Create Google Form``` +Create Google Form and opens in default browser + +##Supported files types + +- Google Docs +- Google Sheets +- Google Slides +- Google Forms +- PDFs + ###Please leave issues if you encounter any problems or star this repo if you found it useful :)