Skip to content

Commit

Permalink
Dev (#2)
Browse files Browse the repository at this point in the history
* Added email settings functionality

* Added .gitignore file

* Added .gitignore file

* Added .gitignore file

* Added .gitignore file

* Begun work on bulk operations

* Begun work on bulk operations

* Continued work on bulk operations

* Continued work on bulk operations

* Beautification improvements

* Made a class for colors

* Fixed cosmetic errors

* Updated README.md

* Made major headway in bulk operations

* Finished revising all eligible menus to include bulk options.

* Updated README.md

* Fixed variable reference errors

* Cosmetic fixes

* Added drive transfer option

* Added Google Vault Functionality

* Improved documentation
  • Loading branch information
strohmy86 committed Apr 3, 2018
1 parent cb68228 commit ac08de0
Show file tree
Hide file tree
Showing 2 changed files with 1,556 additions and 337 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# GAM
Front End Python program for GAM by Jay Lee

You must first install and configure GAM by Jay Lee (https://github.com/jay0lee/GAM).
**_You must first install and configure GAM by Jay Lee_** (https://github.com/jay0lee/GAM).

This Python program is written in Python 3 and assumes that you are running Linux with the default install location for GAM. If your environment is different, you will need to change the code to meet your needs.
This Python program is written in Python 3 and assumes that you are running Linux with the default install location **_(~/bin/gam/)_** for GAM. If your environment is different, you will need to change the code to meet your needs.

This program does not yet contain all of GAM's capabilities, but I am regularly adding functionality. Check back often for updates and added features.

I am always looking for suggestions. Please feel free to add your suggestions for features that are not yet included in this program.
Loading

0 comments on commit ac08de0

Please sign in to comment.