Skip to content

Commit

Permalink
(feat) add create files and supported files types
Browse files Browse the repository at this point in the history
  • Loading branch information
azai91 committed Apr 23, 2016
1 parent c5f7c7d commit f3cf781
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)

0 comments on commit f3cf781

Please sign in to comment.