]> git.ekhem.eu.org Git - gdrive_knife.git/shortlog
gdrive_knife.git
2023-11-29 Jakub CzajkaCatch RefreshError and obtain a new token.
2023-11-23 Jakub CzajkaBump version to 1.0.4.
2023-11-23 Jakub CzajkaSkip copy operation if file already at destination.
2023-11-19 Jakub CzajkaBump version to 1.0.3.
2023-11-19 Jakub CzajkaBump version to 1.0.2.
2023-11-19 Jakub CzajkaPermit reading token and encryption key from command...
2023-11-19 Jakub CzajkaBump version to 1.0.1.
2023-11-19 Jakub CzajkaDisplay progress for download, encrypt and decrypt.
2023-11-19 Jakub CzajkaAllow for HTTP redirection after successful authentication.
2023-11-19 Jakub CzajkaAllow full argument names.
2023-11-19 Jakub CzajkaUpdate google-auth-oauthlib.
2023-11-19 Jakub CzajkaPermit remote redirect URL to allow for remote authenti...
2023-11-19 Jakub CzajkaAdd a flag to disable unarchiving after download.
2023-11-19 Jakub CzajkaHardcode /tmp instead of tempfile.
2023-11-19 Jakub CzajkaRemove temporary file after upload and download.
2023-11-19 Jakub CzajkaRename the file after moving to final destination.
2023-11-19 Jakub CzajkaTurn the repository into a python project.
2023-11-19 Jakub CzajkaReduce memory usage.
2023-11-19 Jakub CzajkaAdd a subprogram for deleting files from the drive.
2023-11-19 Jakub CzajkaAdd a subprogram for uploading files to the drive.
2023-11-19 Jakub CzajkaAdd a subprogram for downloading files from the drive.
2023-11-19 Jakub CzajkaAdd a subprogram for listing file on the drive.
2023-11-19 Jakub CzajkaAdd a subprogram for obtaining an authentication token.
2023-11-19 Jakub CzajkaAdd program template.