]> git.ekhem.eu.org Git - gdrive_knife.git/shortlog
gdrive_knife.git
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.